Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Peter Huewe
Am 10. August 2015 18:23:52 MESZ, schrieb Geert Uytterhoeven : > >I'd like the individual subsystem maintainers to apply the respective >patches. Sorry for being unclear. Okay, thanks for the clarification. I'll apply the TPM patch. Peter -- Sent from my mobile -- To unsubscribe from this

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Geert Uytterhoeven
Hi Johannes, On Mon, Aug 10, 2015 at 6:01 PM, Johannes Berg wrote: > On Sun, 2015-08-02 at 11:07 +0200, Geert Uytterhoeven wrote: >> Thanks for applying! > > Did you expect the series to get applied somewhere (GPIO tree, if > there's such a thing?), or the single patches to go through the >

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Johannes Berg
On Sun, 2015-08-02 at 11:07 +0200, Geert Uytterhoeven wrote: > > Thanks for applying! > Did you expect the series to get applied somewhere (GPIO tree, if there's such a thing?), or the single patches to go through the relevant other trees? Fine with me either way, but it'd be good to know so

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Johannes Berg
On Sun, 2015-08-02 at 11:07 +0200, Geert Uytterhoeven wrote: Thanks for applying! Did you expect the series to get applied somewhere (GPIO tree, if there's such a thing?), or the single patches to go through the relevant other trees? Fine with me either way, but it'd be good to know so we

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Peter Huewe
Am 10. August 2015 18:23:52 MESZ, schrieb Geert Uytterhoeven ge...@linux-m68k.org: I'd like the individual subsystem maintainers to apply the respective patches. Sorry for being unclear. Okay, thanks for the clarification. I'll apply the TPM patch. Peter -- Sent from my mobile -- To

Re: [PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-10 Thread Geert Uytterhoeven
Hi Johannes, On Mon, Aug 10, 2015 at 6:01 PM, Johannes Berg johan...@sipsolutions.net wrote: On Sun, 2015-08-02 at 11:07 +0200, Geert Uytterhoeven wrote: Thanks for applying! Did you expect the series to get applied somewhere (GPIO tree, if there's such a thing?), or the single patches to go

[PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-02 Thread Geert Uytterhoeven
Hi all, The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer functionality only, can still be compiled if GPIOLIB is not enabled. This patch series relaxes the dependencies on GPIOLIB if

[PATCH v2 00/11] gpio: Allow compile test of GPIO consumers if !GPIOLIB

2015-08-02 Thread Geert Uytterhoeven
Hi all, The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer functionality only, can still be compiled if GPIOLIB is not enabled. This patch series relaxes the dependencies on GPIOLIB if