All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the final tree (gpio tree relatred)
@ 2013-03-06  0:44 Stephen Rothwell
  2013-03-06  1:10 ` Grant Likely
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2013-03-06  0:44 UTC (permalink / raw)
  To: Grant Likely; +Cc: linux-next, linux-kernel, Ian Lartey, Graeme Gregory

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_probe':
drivers/gpio/gpio-palmas.c:173:2: error: implicit declaration of function 'is_palmas_charger' [-Werror=implicit-function-declaration]
drivers/gpio/gpio-palmas.c:173:30: error: 'struct palmas' has no member named 'product_id'

Caused by commit 82d4d6637fdf ("gpio/palmas: add in GPIO support for
palmas charger").  I wonder if this was ever build tested. :-(

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the final tree (gpio tree relatred)
  2013-03-06  0:44 linux-next: build failure after merge of the final tree (gpio tree relatred) Stephen Rothwell
@ 2013-03-06  1:10 ` Grant Likely
  2013-03-20 15:25   ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Grant Likely @ 2013-03-06  1:10 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, Linux Kernel Mailing List, Ian Lartey, Graeme Gregory

On Wed, Mar 6, 2013 at 8:44 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_probe':
> drivers/gpio/gpio-palmas.c:173:2: error: implicit declaration of function 'is_palmas_charger' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c:173:30: error: 'struct palmas' has no member named 'product_id'
>
> Caused by commit 82d4d6637fdf ("gpio/palmas: add in GPIO support for
> palmas charger").  I wonder if this was ever build tested. :-(

Probably not. Looks like this driver doesn't get enabled without the
associated option in MFD. I didn't go searching for it, so my build
tests didn't catch it. I'll drop the patch from my tree. Sorry for the
pain.

g.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the final tree (gpio tree relatred)
  2013-03-06  1:10 ` Grant Likely
@ 2013-03-20 15:25   ` Stephen Rothwell
  2013-03-20 15:41     ` Ian Lartey
  2013-03-20 15:57     ` Grant Likely
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2013-03-20 15:25 UTC (permalink / raw)
  To: Grant Likely
  Cc: linux-next, Linux Kernel Mailing List, Ian Lartey, Graeme Gregory

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

Hi Grant,

On Wed, 6 Mar 2013 09:10:42 +0800 Grant Likely <grant.likely@secretlab.ca> wrote:
>
> On Wed, Mar 6, 2013 at 8:44 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the final tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> >
> > drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_probe':
> > drivers/gpio/gpio-palmas.c:173:2: error: implicit declaration of function 'is_palmas_charger' [-Werror=implicit-function-declaration]
> > drivers/gpio/gpio-palmas.c:173:30: error: 'struct palmas' has no member named 'product_id'
> >
> > Caused by commit 82d4d6637fdf ("gpio/palmas: add in GPIO support for
> > palmas charger").  I wonder if this was ever build tested. :-(
> 
> Probably not. Looks like this driver doesn't get enabled without the
> associated option in MFD. I didn't go searching for it, so my build
> tests didn't catch it. I'll drop the patch from my tree. Sorry for the
> pain.

I am still having to revert this commit ....  :-(
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the final tree (gpio tree relatred)
  2013-03-20 15:25   ` Stephen Rothwell
@ 2013-03-20 15:41     ` Ian Lartey
  2013-03-20 15:57     ` Grant Likely
  1 sibling, 0 replies; 6+ messages in thread
From: Ian Lartey @ 2013-03-20 15:41 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Grant Likely, linux-next, Linux Kernel Mailing List, Graeme Gregory

On 20/03/13 15:25, Stephen Rothwell wrote:
> Hi Grant,
>
> On Wed, 6 Mar 2013 09:10:42 +0800 Grant Likely <grant.likely@secretlab.ca> wrote:
>>
>> On Wed, Mar 6, 2013 at 8:44 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>>
>>> After merging the final tree, today's linux-next build (powerpc
>>> allyesconfig) failed like this:
>>>
>>> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_probe':
>>> drivers/gpio/gpio-palmas.c:173:2: error: implicit declaration of function 'is_palmas_charger' [-Werror=implicit-function-declaration]
>>> drivers/gpio/gpio-palmas.c:173:30: error: 'struct palmas' has no member named 'product_id'
>>>
>>> Caused by commit 82d4d6637fdf ("gpio/palmas: add in GPIO support for
>>> palmas charger").  I wonder if this was ever build tested. :-(
>>
>> Probably not. Looks like this driver doesn't get enabled without the
>> associated option in MFD. I didn't go searching for it, so my build
>> tests didn't catch it. I'll drop the patch from my tree. Sorry for the
>> pain.
>
> I am still having to revert this commit ....  :-(
>

Sorry Stephen  - There's a new patch series, that should resolve this, 
undergoing review at the moment so that patch should be reverted...
for now.


Regards,

Ian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the final tree (gpio tree relatred)
  2013-03-20 15:25   ` Stephen Rothwell
  2013-03-20 15:41     ` Ian Lartey
@ 2013-03-20 15:57     ` Grant Likely
  2013-03-20 22:05       ` Stephen Rothwell
  1 sibling, 1 reply; 6+ messages in thread
From: Grant Likely @ 2013-03-20 15:57 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, Linux Kernel Mailing List, Ian Lartey, Graeme Gregory

On Wed, Mar 20, 2013 at 3:25 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Grant,
>
> On Wed, 6 Mar 2013 09:10:42 +0800 Grant Likely <grant.likely@secretlab.ca> wrote:
>>
>> On Wed, Mar 6, 2013 at 8:44 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> > Caused by commit 82d4d6637fdf ("gpio/palmas: add in GPIO support for
>> > palmas charger").  I wonder if this was ever build tested. :-(
>>
>> Probably not. Looks like this driver doesn't get enabled without the
>> associated option in MFD. I didn't go searching for it, so my build
>> tests didn't catch it. I'll drop the patch from my tree. Sorry for the
>> pain.
>
> I am still having to revert this commit ....  :-(

Ugh, sorry. I reverted the patch while travelling, but never pushed
out the fixed tree. Try it now.

g.

> --
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au



--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the final tree (gpio tree relatred)
  2013-03-20 15:57     ` Grant Likely
@ 2013-03-20 22:05       ` Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2013-03-20 22:05 UTC (permalink / raw)
  To: Grant Likely
  Cc: linux-next, Linux Kernel Mailing List, Ian Lartey, Graeme Gregory

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

Hi Grant,

On Wed, 20 Mar 2013 15:57:01 +0000 Grant Likely <grant.likely@secretlab.ca> wrote:
>
> On Wed, Mar 20, 2013 at 3:25 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > On Wed, 6 Mar 2013 09:10:42 +0800 Grant Likely <grant.likely@secretlab.ca> wrote:
> >>
> >> On Wed, Mar 6, 2013 at 8:44 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >> > Caused by commit 82d4d6637fdf ("gpio/palmas: add in GPIO support for
> >> > palmas charger").  I wonder if this was ever build tested. :-(
> >>
> >> Probably not. Looks like this driver doesn't get enabled without the
> >> associated option in MFD. I didn't go searching for it, so my build
> >> tests didn't catch it. I'll drop the patch from my tree. Sorry for the
> >> pain.
> >
> > I am still having to revert this commit ....  :-(
> 
> Ugh, sorry. I reverted the patch while travelling, but never pushed
> out the fixed tree. Try it now.

Thanks.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-20 22:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-06  0:44 linux-next: build failure after merge of the final tree (gpio tree relatred) Stephen Rothwell
2013-03-06  1:10 ` Grant Likely
2013-03-20 15:25   ` Stephen Rothwell
2013-03-20 15:41     ` Ian Lartey
2013-03-20 15:57     ` Grant Likely
2013-03-20 22:05       ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.