Re: [PATCH v2] gpio: xilinx: Drop architecture dependencies

2015-10-27 Thread Linus Walleij
On Fri, Oct 23, 2015 at 6:51 AM, Soren Brinkmann wrote: > The driver does not have any real architecture dependencies. To avoid > listing each architecture that might use this driver on some > FPGA-enabled platform, drop these dependencies. > > Signed-off-by: Soren Brinkmann > Acked-by: Moritz

Re: [PATCH v2] gpio: xilinx: Drop architecture dependencies

2015-10-27 Thread Linus Walleij
On Fri, Oct 23, 2015 at 6:51 AM, Soren Brinkmann wrote: > The driver does not have any real architecture dependencies. To avoid > listing each architecture that might use this driver on some > FPGA-enabled platform, drop these dependencies. > > Signed-off-by: Soren

[PATCH v2] gpio: xilinx: Drop architecture dependencies

2015-10-22 Thread Soren Brinkmann
The driver does not have any real architecture dependencies. To avoid listing each architecture that might use this driver on some FPGA-enabled platform, drop these dependencies. Signed-off-by: Soren Brinkmann Acked-by: Moritz Fischer --- v2: - rebased --- drivers/gpio/Kconfig | 2 +- 1 file

[PATCH v2] gpio: xilinx: Drop architecture dependencies

2015-10-22 Thread Soren Brinkmann
The driver does not have any real architecture dependencies. To avoid listing each architecture that might use this driver on some FPGA-enabled platform, drop these dependencies. Signed-off-by: Soren Brinkmann Acked-by: Moritz Fischer ---