linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the final tree (gpio-lw tree related)
@ 2013-01-22  4:10 Stephen Rothwell
  2013-01-22  5:11 ` Laxman Dewangan
  2013-01-22  9:46 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Rothwell @ 2013-01-22  4:10 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-next, linux-kernel, Laxman Dewangan

[-- Attachment #1: Type: text/plain, Size: 1081 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_get':
drivers/gpio/gpio-palmas.c:46:2: error: implicit declaration of function 'palmas_read' [-Werror=implicit-function-declaration]
drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_set':
drivers/gpio/gpio-palmas.c:62:3: error: implicit declaration of function 'palmas_write' [-Werror=implicit-function-declaration]
drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_output':
drivers/gpio/gpio-palmas.c:83:2: error: implicit declaration of function 'palmas_update_bits' [-Werror=implicit-function-declaration]
drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_to_irq':
drivers/gpio/gpio-palmas.c:108:2: error: implicit declaration of function 'palmas_irq_get_virq' [-Werror=implicit-function-declaration]

Caused by commit 4bb49f0dc999 ("gpio: palmas: Add support for Palams
GPIO").

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] 4+ messages in thread

* Re: linux-next: build failure after merge of the final tree (gpio-lw tree related)
  2013-01-22  4:10 linux-next: build failure after merge of the final tree (gpio-lw tree related) Stephen Rothwell
@ 2013-01-22  5:11 ` Laxman Dewangan
  2013-01-22  5:13   ` Laxman Dewangan
  2013-01-22  9:46 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Laxman Dewangan @ 2013-01-22  5:11 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Linus Walleij, linux-next, linux-kernel

On Tuesday 22 January 2013 09:40 AM, Stephen Rothwell wrote:
> * PGP Signed by an unknown key
>
> 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_get':
> drivers/gpio/gpio-palmas.c:46:2: error: implicit declaration of function 'palmas_read' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_set':
> drivers/gpio/gpio-palmas.c:62:3: error: implicit declaration of function 'palmas_write' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_output':
> drivers/gpio/gpio-palmas.c:83:2: error: implicit declaration of function 'palmas_update_bits' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_to_irq':
> drivers/gpio/gpio-palmas.c:108:2: error: implicit declaration of function 'palmas_irq_get_virq' [-Werror=implicit-function-declaration]
>
> Caused by commit 4bb49f0dc999 ("gpio: palmas: Add support for Palams
> GPIO").
>
> I have reverted that commit for today.
The changes from the series need to apply on mfd subsystem also. The 
changes are not yet merged and hence the issue.

Requesting Samuel for considering the patch series
[PATCH 0/4] mfd: palma: add RTC and GPIO support

and atleast apply
[PATCH 2/4] mfd: palmas: add apis to access the Palmas' registers

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

* Re: linux-next: build failure after merge of the final tree (gpio-lw tree related)
  2013-01-22  5:11 ` Laxman Dewangan
@ 2013-01-22  5:13   ` Laxman Dewangan
  0 siblings, 0 replies; 4+ messages in thread
From: Laxman Dewangan @ 2013-01-22  5:13 UTC (permalink / raw)
  To: Stephen Rothwell, sameo; +Cc: Linus Walleij, linux-next, linux-kernel

To to Samuel.


On Tuesday 22 January 2013 10:41 AM, Laxman Dewangan wrote:
> On Tuesday 22 January 2013 09:40 AM, Stephen Rothwell wrote:
>> * PGP Signed by an unknown key
>>
>> 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_get':
>> drivers/gpio/gpio-palmas.c:46:2: error: implicit declaration of 
>> function 'palmas_read' [-Werror=implicit-function-declaration]
>> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_set':
>> drivers/gpio/gpio-palmas.c:62:3: error: implicit declaration of 
>> function 'palmas_write' [-Werror=implicit-function-declaration]
>> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_output':
>> drivers/gpio/gpio-palmas.c:83:2: error: implicit declaration of 
>> function 'palmas_update_bits' [-Werror=implicit-function-declaration]
>> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_to_irq':
>> drivers/gpio/gpio-palmas.c:108:2: error: implicit declaration of 
>> function 'palmas_irq_get_virq' [-Werror=implicit-function-declaration]
>>
>> Caused by commit 4bb49f0dc999 ("gpio: palmas: Add support for Palams
>> GPIO").
>>
>> I have reverted that commit for today.
> The changes from the series need to apply on mfd subsystem also. The 
> changes are not yet merged and hence the issue.
>
> Requesting Samuel for considering the patch series
> [PATCH 0/4] mfd: palma: add RTC and GPIO support
>
> and atleast apply
> [PATCH 2/4] mfd: palmas: add apis to access the Palmas' registers
>

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

* Re: linux-next: build failure after merge of the final tree (gpio-lw tree related)
  2013-01-22  4:10 linux-next: build failure after merge of the final tree (gpio-lw tree related) Stephen Rothwell
  2013-01-22  5:11 ` Laxman Dewangan
@ 2013-01-22  9:46 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-01-22  9:46 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Laxman Dewangan

On Tue, Jan 22, 2013 at 5:10 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_get':
> drivers/gpio/gpio-palmas.c:46:2: error: implicit declaration of function 'palmas_read' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_set':
> drivers/gpio/gpio-palmas.c:62:3: error: implicit declaration of function 'palmas_write' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_output':
> drivers/gpio/gpio-palmas.c:83:2: error: implicit declaration of function 'palmas_update_bits' [-Werror=implicit-function-declaration]
> drivers/gpio/gpio-palmas.c: In function 'palmas_gpio_to_irq':
> drivers/gpio/gpio-palmas.c:108:2: error: implicit declaration of function 'palmas_irq_get_virq' [-Werror=implicit-function-declaration]
>
> Caused by commit 4bb49f0dc999 ("gpio: palmas: Add support for Palams
> GPIO").

I have dropped this commit from my tree for now.

Thanks Stephen!

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-01-22  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22  4:10 linux-next: build failure after merge of the final tree (gpio-lw tree related) Stephen Rothwell
2013-01-22  5:11 ` Laxman Dewangan
2013-01-22  5:13   ` Laxman Dewangan
2013-01-22  9:46 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).