Re: [PATCH] gpio: ge: Convert to platform driver

2014-04-10 Thread Alexander Shiyan
Thu, 10 Apr 2014 18:30:16 +0200 от Linus Walleij : > On Sun, Mar 30, 2014 at 7:14 AM, Alexander Shiyan wrote: > > > This patch converts GE I/O FPGA GPIO driver to platform driver. > > > > Signed-off-by: Alexander Shiyan > > --- > > Only compile tested. > > Isn't it necessary to also patch affec

Re: [PATCH] gpio: ge: Convert to platform driver

2014-04-10 Thread Linus Walleij
On Sun, Mar 30, 2014 at 7:14 AM, Alexander Shiyan wrote: > This patch converts GE I/O FPGA GPIO driver to platform driver. > > Signed-off-by: Alexander Shiyan > --- > Only compile tested. Isn't it necessary to also patch affected platforms to add this device either as platform device or in thei

Re: [PATCH] gpio: ge: Convert to platform driver

2014-04-02 Thread Alexander Shiyan
Wed, 2 Apr 2014 18:41:55 +0900 от Alexandre Courbot : > On Sun, Mar 30, 2014 at 2:14 PM, Alexander Shiyan wrote: > > This patch converts GE I/O FPGA GPIO driver to platform driver. > > > > Signed-off-by: Alexander Shiyan > > --- > > Only compile tested. > > Could we get a couple of Tested-by by

Re: [PATCH] gpio: ge: Convert to platform driver

2014-04-02 Thread Alexandre Courbot
On Sun, Mar 30, 2014 at 2:14 PM, Alexander Shiyan wrote: > This patch converts GE I/O FPGA GPIO driver to platform driver. > > Signed-off-by: Alexander Shiyan > --- > Only compile tested. Could we get a couple of Tested-by by people who can try this patch? It greatly simplifies the driver, but w

[PATCH] gpio: ge: Convert to platform driver

2014-03-29 Thread Alexander Shiyan
This patch converts GE I/O FPGA GPIO driver to platform driver. Signed-off-by: Alexander Shiyan --- Only compile tested. --- drivers/gpio/gpio-ge.c | 176 - 1 file changed, 58 insertions(+), 118 deletions(-) diff --git a/drivers/gpio/gpio-ge.c b/d