Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio] On 23/07/2016 (Sat 10:09) Robert Jarzmik wrote: > Paul Gortmaker <paul.gortma...@windriver.com> writes: > [...] > > > > But with ARM and GPIO being different subsystems, we'll need to

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio] On 23/07/2016 (Sat 10:09) Robert Jarzmik wrote: > Paul Gortmaker writes: > [...] > > > > But with ARM and GPIO being different subsystems, we'll need to get > > this in ARM 1st, and then wait a

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Robert Jarzmik
Paul Gortmaker writes: > While working on some for-4.9 cleanups of linux/gpio/driver.h it was > found that changes there caused build failures when walking all the > ARM defconfigs, in ARM specific mach-* files. > > The proposed GPIO header change is just this: > >

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Robert Jarzmik
Paul Gortmaker writes: > While working on some for-4.9 cleanups of linux/gpio/driver.h it was > found that changes there caused build failures when walking all the > ARM defconfigs, in ARM specific mach-* files. > > The proposed GPIO header change is just this: > >

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-22 Thread Linus Walleij
On Wed, Jul 20, 2016 at 6:13 AM, Paul Gortmaker wrote: > While working on some for-4.9 cleanups of linux/gpio/driver.h it was > found that changes there caused build failures when walking all the > ARM defconfigs, in ARM specific mach-* files. (...) > Paul Gortmaker

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-22 Thread Linus Walleij
On Wed, Jul 20, 2016 at 6:13 AM, Paul Gortmaker wrote: > While working on some for-4.9 cleanups of linux/gpio/driver.h it was > found that changes there caused build failures when walking all the > ARM defconfigs, in ARM specific mach-* files. (...) > Paul Gortmaker (3): > ARM: mach-omap2:

[PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-19 Thread Paul Gortmaker
While working on some for-4.9 cleanups of linux/gpio/driver.h it was found that changes there caused build failures when walking all the ARM defconfigs, in ARM specific mach-* files. The proposed GPIO header change is just this: --- ---

[PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-19 Thread Paul Gortmaker
While working on some for-4.9 cleanups of linux/gpio/driver.h it was found that changes there caused build failures when walking all the ARM defconfigs, in ARM specific mach-* files. The proposed GPIO header change is just this: --- ---