Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-20 Thread Stephen Rothwell
Hi Shawn,

On Mon, 21 Jan 2013 14:20:13 +0800 Shawn Guo  wrote:
>
> On Sat, Jan 19, 2013 at 10:40:45AM +1100, Stephen Rothwell wrote:
> > 
> > On Fri, 18 Jan 2013 16:02:13 +0800 Shawn Guo  wrote:
> > >
> > > My bad, sorry for that.  I just sent a v2 in reply to this message
> > > for fixing the error.  I spent some time trying to install a ppc64
> > > toolchain for testing, but unfortunately with on luck.  So Stephen,
> > > I have to rely on linux-next to give it a test again.  Thanks.
> > 
> > Cross compilers suitable for building kernels are available at
> > http://www.kernel.org/pub/tools/crosstool/ .
> 
> Thanks for the link, Stephen.  I installed the compiler and verified
> that the v2 fixes the error.

Thanks.

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpSPRULyEr9U.pgp
Description: PGP signature


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-20 Thread Shawn Guo
On Sat, Jan 19, 2013 at 10:40:45AM +1100, Stephen Rothwell wrote:
> Hi Shawn,
> 
> On Fri, 18 Jan 2013 16:02:13 +0800 Shawn Guo  wrote:
> >
> > My bad, sorry for that.  I just sent a v2 in reply to this message
> > for fixing the error.  I spent some time trying to install a ppc64
> > toolchain for testing, but unfortunately with on luck.  So Stephen,
> > I have to rely on linux-next to give it a test again.  Thanks.
> 
> Cross compilers suitable for building kernels are available at
> http://www.kernel.org/pub/tools/crosstool/ .

Thanks for the link, Stephen.  I installed the compiler and verified
that the v2 fixes the error.

Shawn

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-20 Thread Shawn Guo
On Sat, Jan 19, 2013 at 10:40:45AM +1100, Stephen Rothwell wrote:
 Hi Shawn,
 
 On Fri, 18 Jan 2013 16:02:13 +0800 Shawn Guo shawn@linaro.org wrote:
 
  My bad, sorry for that.  I just sent a v2 in reply to this message
  for fixing the error.  I spent some time trying to install a ppc64
  toolchain for testing, but unfortunately with on luck.  So Stephen,
  I have to rely on linux-next to give it a test again.  Thanks.
 
 Cross compilers suitable for building kernels are available at
 http://www.kernel.org/pub/tools/crosstool/ .

Thanks for the link, Stephen.  I installed the compiler and verified
that the v2 fixes the error.

Shawn

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-20 Thread Stephen Rothwell
Hi Shawn,

On Mon, 21 Jan 2013 14:20:13 +0800 Shawn Guo shawn@linaro.org wrote:

 On Sat, Jan 19, 2013 at 10:40:45AM +1100, Stephen Rothwell wrote:
  
  On Fri, 18 Jan 2013 16:02:13 +0800 Shawn Guo shawn@linaro.org wrote:
  
   My bad, sorry for that.  I just sent a v2 in reply to this message
   for fixing the error.  I spent some time trying to install a ppc64
   toolchain for testing, but unfortunately with on luck.  So Stephen,
   I have to rely on linux-next to give it a test again.  Thanks.
  
  Cross compilers suitable for building kernels are available at
  http://www.kernel.org/pub/tools/crosstool/ .
 
 Thanks for the link, Stephen.  I installed the compiler and verified
 that the v2 fixes the error.

Thanks.

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpSPRULyEr9U.pgp
Description: PGP signature


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-18 Thread Stephen Rothwell
Hi Shawn,

On Fri, 18 Jan 2013 16:02:13 +0800 Shawn Guo  wrote:
>
> My bad, sorry for that.  I just sent a v2 in reply to this message
> for fixing the error.  I spent some time trying to install a ppc64
> toolchain for testing, but unfortunately with on luck.  So Stephen,
> I have to rely on linux-next to give it a test again.  Thanks.

Cross compilers suitable for building kernels are available at
http://www.kernel.org/pub/tools/crosstool/ .  However, in this case, you
probably just need to get the right combination of CONFIG options.  I
will give it a spin early next week.

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpzvYUnOLZKK.pgp
Description: PGP signature


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-18 Thread Shawn Guo
On Fri, Jan 18, 2013 at 02:03:46PM +1100, Stephen Rothwell wrote:
> Hi Linus,
> 
> After merging the gpio-lw tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
> 
My bad, sorry for that.  I just sent a v2 in reply to this message
for fixing the error.  I spent some time trying to install a ppc64
toolchain for testing, but unfortunately with on luck.  So Stephen,
I have to rely on linux-next to give it a test again.  Thanks.

Shawn

> drivers/gpio/devres.c:51:5: error: redefinition of 'devm_gpio_request'
> include/linux/gpio.h:97:19: note: previous definition of 'devm_gpio_request' 
> was here
> drivers/gpio/devres.c:80:5: error: redefinition of 'devm_gpio_request_one'
> include/linux/gpio.h:109:19: note: previous definition of 
> 'devm_gpio_request_one' was here
> drivers/gpio/devres.c:113:6: error: redefinition of 'devm_gpio_free'
> include/linux/gpio.h:128:20: note: previous definition of 'devm_gpio_free' 
> was here
> 
> Presumably caused by commit d39cd0301255 ("gpio: devm_gpio_* support
> should not depend on GPIOLIB").

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-18 Thread Shawn Guo
On Fri, Jan 18, 2013 at 02:03:46PM +1100, Stephen Rothwell wrote:
 Hi Linus,
 
 After merging the gpio-lw tree, today's linux-next build (powerpc
 ppc64_defconfig) failed like this:
 
My bad, sorry for that.  I just sent a v2 in reply to this message
for fixing the error.  I spent some time trying to install a ppc64
toolchain for testing, but unfortunately with on luck.  So Stephen,
I have to rely on linux-next to give it a test again.  Thanks.

Shawn

 drivers/gpio/devres.c:51:5: error: redefinition of 'devm_gpio_request'
 include/linux/gpio.h:97:19: note: previous definition of 'devm_gpio_request' 
 was here
 drivers/gpio/devres.c:80:5: error: redefinition of 'devm_gpio_request_one'
 include/linux/gpio.h:109:19: note: previous definition of 
 'devm_gpio_request_one' was here
 drivers/gpio/devres.c:113:6: error: redefinition of 'devm_gpio_free'
 include/linux/gpio.h:128:20: note: previous definition of 'devm_gpio_free' 
 was here
 
 Presumably caused by commit d39cd0301255 (gpio: devm_gpio_* support
 should not depend on GPIOLIB).

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2013-01-18 Thread Stephen Rothwell
Hi Shawn,

On Fri, 18 Jan 2013 16:02:13 +0800 Shawn Guo shawn@linaro.org wrote:

 My bad, sorry for that.  I just sent a v2 in reply to this message
 for fixing the error.  I spent some time trying to install a ppc64
 toolchain for testing, but unfortunately with on luck.  So Stephen,
 I have to rely on linux-next to give it a test again.  Thanks.

Cross compilers suitable for building kernels are available at
http://www.kernel.org/pub/tools/crosstool/ .  However, in this case, you
probably just need to get the right combination of CONFIG options.  I
will give it a spin early next week.

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpzvYUnOLZKK.pgp
Description: PGP signature


linux-next: build failure after merge of the gpio-lw tree

2013-01-17 Thread Stephen Rothwell
Hi Linus,

After merging the gpio-lw tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

drivers/gpio/devres.c:51:5: error: redefinition of 'devm_gpio_request'
include/linux/gpio.h:97:19: note: previous definition of 'devm_gpio_request' 
was here
drivers/gpio/devres.c:80:5: error: redefinition of 'devm_gpio_request_one'
include/linux/gpio.h:109:19: note: previous definition of 
'devm_gpio_request_one' was here
drivers/gpio/devres.c:113:6: error: redefinition of 'devm_gpio_free'
include/linux/gpio.h:128:20: note: previous definition of 'devm_gpio_free' was 
here

Presumably caused by commit d39cd0301255 ("gpio: devm_gpio_* support
should not depend on GPIOLIB").

I have used the version of the gpio-lw tree from next-20130117 for today.
-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpdU6HJKDnFx.pgp
Description: PGP signature


linux-next: build failure after merge of the gpio-lw tree

2013-01-17 Thread Stephen Rothwell
Hi Linus,

After merging the gpio-lw tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

drivers/gpio/devres.c:51:5: error: redefinition of 'devm_gpio_request'
include/linux/gpio.h:97:19: note: previous definition of 'devm_gpio_request' 
was here
drivers/gpio/devres.c:80:5: error: redefinition of 'devm_gpio_request_one'
include/linux/gpio.h:109:19: note: previous definition of 
'devm_gpio_request_one' was here
drivers/gpio/devres.c:113:6: error: redefinition of 'devm_gpio_free'
include/linux/gpio.h:128:20: note: previous definition of 'devm_gpio_free' was 
here

Presumably caused by commit d39cd0301255 (gpio: devm_gpio_* support
should not depend on GPIOLIB).

I have used the version of the gpio-lw tree from next-20130117 for today.
-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgpdU6HJKDnFx.pgp
Description: PGP signature


Re: linux-next: build failure after merge of the gpio-lw tree

2012-08-26 Thread Kuninori Morimoto

Hi Linus W

> > Now, these fixup patches were accepted.
> >   http://git.kernel.org/tip/17d83127d4c2b322dd8f217e0ac08c66eb403779
> >   http://git.kernel.org/tip/b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4
> >
> > Could you please re-check this dropped patch ?
> 
> Yes! I've applied it. Check that it lands nicely in -next.

Thank you !
It works on my board.

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-08-26 Thread Kuninori Morimoto

Hi Linus W

  Now, these fixup patches were accepted.
http://git.kernel.org/tip/17d83127d4c2b322dd8f217e0ac08c66eb403779
http://git.kernel.org/tip/b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4
 
  Could you please re-check this dropped patch ?
 
 Yes! I've applied it. Check that it lands nicely in -next.

Thank you !
It works on my board.

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-08-23 Thread Linus Walleij
On Wed, Aug 22, 2012 at 7:03 AM, Kuninori Morimoto
 wrote:

> Now, these fixup patches were accepted.
>   http://git.kernel.org/tip/17d83127d4c2b322dd8f217e0ac08c66eb403779
>   http://git.kernel.org/tip/b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4
>
> Could you please re-check this dropped patch ?

Yes! I've applied it. Check that it lands nicely in -next.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-08-23 Thread Linus Walleij
On Wed, Aug 22, 2012 at 7:03 AM, Kuninori Morimoto
kuninori.morimoto...@renesas.com wrote:

 Now, these fixup patches were accepted.
   http://git.kernel.org/tip/17d83127d4c2b322dd8f217e0ac08c66eb403779
   http://git.kernel.org/tip/b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4

 Could you please re-check this dropped patch ?

Yes! I've applied it. Check that it lands nicely in -next.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-08-21 Thread Kuninori Morimoto

Hi Linus W

> >> >> > After merging the gpio-lw tree, today's linux-next build (x86_64
> >> >> > allmodconfig) failed like this:
> >> >> >
> >> >> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] 
> >> >> > undefined!
> >> >> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined!
> >> >>
> >> >> Thanks, I've dropped the offending patch, Kuninori can you look into 
> >> >> this and
> >> >> provide a new patch? It's the second patch from your patch set.
> >> >
> >> > OK. I will, but it will be next week.
> >> > And could you please show me where is your repository/branch ?
> >>
> >> http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
> >> branch devel/for-next
> >
> > In my check, these are export symbol issue.
> > I think above 2 function/struct were not exported for module.
> >
> > Is it poosible to solve this issue by these patches ?
> 
> Hm Thomas has to answer to that (and merge the patches, if he
> likes them).

Now, these fixup patches were accepted.
  http://git.kernel.org/tip/17d83127d4c2b322dd8f217e0ac08c66eb403779
  http://git.kernel.org/tip/b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4

Could you please re-check this dropped patch ?
it was

[PATCH 2/2 v3][resend] gpio: pcf857x: enable gpio_to_irq() support
(https://lkml.org/lkml/2012/6/14/654)

I can resend this patch if you want

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-08-21 Thread Kuninori Morimoto

Hi Linus W

After merging the gpio-lw tree, today's linux-next build (x86_64
allmodconfig) failed like this:
   
ERROR: irq_set_chip_and_handler_name [drivers/gpio/gpio-pcf857x.ko] 
undefined!
ERROR: dummy_irq_chip [drivers/gpio/gpio-pcf857x.ko] undefined!
  
   Thanks, I've dropped the offending patch, Kuninori can you look into 
   this and
   provide a new patch? It's the second patch from your patch set.
  
   OK. I will, but it will be next week.
   And could you please show me where is your repository/branch ?
 
  http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
  branch devel/for-next
 
  In my check, these are export symbol issue.
  I think above 2 function/struct were not exported for module.
 
  Is it poosible to solve this issue by these patches ?
 
 Hm Thomas has to answer to that (and merge the patches, if he
 likes them).

Now, these fixup patches were accepted.
  http://git.kernel.org/tip/17d83127d4c2b322dd8f217e0ac08c66eb403779
  http://git.kernel.org/tip/b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4

Could you please re-check this dropped patch ?
it was

[PATCH 2/2 v3][resend] gpio: pcf857x: enable gpio_to_irq() support
(https://lkml.org/lkml/2012/6/14/654)

I can resend this patch if you want

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-23 Thread Kuninori Morimoto

Hi Thomas

Could you please teach me current status of these patches ?

Kuninori Morimoto (2):
  genirq: export irq_set_chip_and_handler_name()
  genirq: export dummy_irq_chip

At Mon, 9 Jul 2012 22:34:23 +0200,
Linus Walleij wrote:
> 
> On Mon, Jul 9, 2012 at 4:04 AM, Kuninori Morimoto
>  wrote:
> 
> > Hi Linus Walleij, Stephen, and Thomas
> >
> >> >> > After merging the gpio-lw tree, today's linux-next build (x86_64
> >> >> > allmodconfig) failed like this:
> >> >> >
> >> >> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] 
> >> >> > undefined!
> >> >> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined!
> >> >>
> >> >> Thanks, I've dropped the offending patch, Kuninori can you look into 
> >> >> this and
> >> >> provide a new patch? It's the second patch from your patch set.
> >> >
> >> > OK. I will, but it will be next week.
> >> > And could you please show me where is your repository/branch ?
> >>
> >> http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
> >> branch devel/for-next
> >
> > In my check, these are export symbol issue.
> > I think above 2 function/struct were not exported for module.
> >
> > Is it poosible to solve this issue by these patches ?
> 
> Hm Thomas has to answer to that (and merge the patches, if he
> likes them).
> 
> Yours,
> Linus Walleij


Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-23 Thread Kuninori Morimoto

Hi Thomas

Could you please teach me current status of these patches ?

Kuninori Morimoto (2):
  genirq: export irq_set_chip_and_handler_name()
  genirq: export dummy_irq_chip

At Mon, 9 Jul 2012 22:34:23 +0200,
Linus Walleij wrote:
 
 On Mon, Jul 9, 2012 at 4:04 AM, Kuninori Morimoto
 kuninori.morimoto...@renesas.com wrote:
 
  Hi Linus Walleij, Stephen, and Thomas
 
After merging the gpio-lw tree, today's linux-next build (x86_64
allmodconfig) failed like this:
   
ERROR: irq_set_chip_and_handler_name [drivers/gpio/gpio-pcf857x.ko] 
undefined!
ERROR: dummy_irq_chip [drivers/gpio/gpio-pcf857x.ko] undefined!
  
   Thanks, I've dropped the offending patch, Kuninori can you look into 
   this and
   provide a new patch? It's the second patch from your patch set.
  
   OK. I will, but it will be next week.
   And could you please show me where is your repository/branch ?
 
  http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
  branch devel/for-next
 
  In my check, these are export symbol issue.
  I think above 2 function/struct were not exported for module.
 
  Is it poosible to solve this issue by these patches ?
 
 Hm Thomas has to answer to that (and merge the patches, if he
 likes them).
 
 Yours,
 Linus Walleij


Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-09 Thread Linus Walleij
On Mon, Jul 9, 2012 at 4:04 AM, Kuninori Morimoto
 wrote:

> Hi Linus Walleij, Stephen, and Thomas
>
>> >> > After merging the gpio-lw tree, today's linux-next build (x86_64
>> >> > allmodconfig) failed like this:
>> >> >
>> >> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] 
>> >> > undefined!
>> >> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined!
>> >>
>> >> Thanks, I've dropped the offending patch, Kuninori can you look into this 
>> >> and
>> >> provide a new patch? It's the second patch from your patch set.
>> >
>> > OK. I will, but it will be next week.
>> > And could you please show me where is your repository/branch ?
>>
>> http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
>> branch devel/for-next
>
> In my check, these are export symbol issue.
> I think above 2 function/struct were not exported for module.
>
> Is it poosible to solve this issue by these patches ?

Hm Thomas has to answer to that (and merge the patches, if he
likes them).

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-09 Thread Linus Walleij
On Mon, Jul 9, 2012 at 4:04 AM, Kuninori Morimoto
kuninori.morimoto...@renesas.com wrote:

 Hi Linus Walleij, Stephen, and Thomas

   After merging the gpio-lw tree, today's linux-next build (x86_64
   allmodconfig) failed like this:
  
   ERROR: irq_set_chip_and_handler_name [drivers/gpio/gpio-pcf857x.ko] 
   undefined!
   ERROR: dummy_irq_chip [drivers/gpio/gpio-pcf857x.ko] undefined!
 
  Thanks, I've dropped the offending patch, Kuninori can you look into this 
  and
  provide a new patch? It's the second patch from your patch set.
 
  OK. I will, but it will be next week.
  And could you please show me where is your repository/branch ?

 http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
 branch devel/for-next

 In my check, these are export symbol issue.
 I think above 2 function/struct were not exported for module.

 Is it poosible to solve this issue by these patches ?

Hm Thomas has to answer to that (and merge the patches, if he
likes them).

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-08 Thread Kuninori Morimoto

Hi Linus Walleij, Stephen, and Thomas

> >> > After merging the gpio-lw tree, today's linux-next build (x86_64
> >> > allmodconfig) failed like this:
> >> >
> >> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] 
> >> > undefined!
> >> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined!
> >>
> >> Thanks, I've dropped the offending patch, Kuninori can you look into this 
> >> and
> >> provide a new patch? It's the second patch from your patch set.
> >
> > OK. I will, but it will be next week.
> > And could you please show me where is your repository/branch ?
> 
> http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
> branch devel/for-next

In my check, these are export symbol issue.
I think above 2 function/struct were not exported for module.

Is it poosible to solve this issue by these patches ?

Kuninori Morimoto (2):
  genirq: export irq_set_chip_and_handler_name()
  genirq: export dummy_irq_chip

 kernel/irq/chip.c  |1 +
 kernel/irq/dummychip.c |2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)


Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-08 Thread Linus Walleij
On Fri, Jul 6, 2012 at 10:55 AM, Kuninori Morimoto
 wrote:
>
> Dear Linus
>
>> > After merging the gpio-lw tree, today's linux-next build (x86_64
>> > allmodconfig) failed like this:
>> >
>> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] 
>> > undefined!
>> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined!
>>
>> Thanks, I've dropped the offending patch, Kuninori can you look into this and
>> provide a new patch? It's the second patch from your patch set.
>
> OK. I will, but it will be next week.
> And could you please show me where is your repository/branch ?

http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
branch devel/for-next

Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-08 Thread Linus Walleij
On Fri, Jul 6, 2012 at 10:55 AM, Kuninori Morimoto
kuninori.morimoto...@renesas.com wrote:

 Dear Linus

  After merging the gpio-lw tree, today's linux-next build (x86_64
  allmodconfig) failed like this:
 
  ERROR: irq_set_chip_and_handler_name [drivers/gpio/gpio-pcf857x.ko] 
  undefined!
  ERROR: dummy_irq_chip [drivers/gpio/gpio-pcf857x.ko] undefined!

 Thanks, I've dropped the offending patch, Kuninori can you look into this and
 provide a new patch? It's the second patch from your patch set.

 OK. I will, but it will be next week.
 And could you please show me where is your repository/branch ?

http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
branch devel/for-next

Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: build failure after merge of the gpio-lw tree

2012-07-08 Thread Kuninori Morimoto

Hi Linus Walleij, Stephen, and Thomas

   After merging the gpio-lw tree, today's linux-next build (x86_64
   allmodconfig) failed like this:
  
   ERROR: irq_set_chip_and_handler_name [drivers/gpio/gpio-pcf857x.ko] 
   undefined!
   ERROR: dummy_irq_chip [drivers/gpio/gpio-pcf857x.ko] undefined!
 
  Thanks, I've dropped the offending patch, Kuninori can you look into this 
  and
  provide a new patch? It's the second patch from your patch set.
 
  OK. I will, but it will be next week.
  And could you please show me where is your repository/branch ?
 
 http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary
 branch devel/for-next

In my check, these are export symbol issue.
I think above 2 function/struct were not exported for module.

Is it poosible to solve this issue by these patches ?

Kuninori Morimoto (2):
  genirq: export irq_set_chip_and_handler_name()
  genirq: export dummy_irq_chip

 kernel/irq/chip.c  |1 +
 kernel/irq/dummychip.c |2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)


Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/