Re: [PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-09-05 Thread Peng Fan
On Tue, Aug 25, 2015 at 11:38:47AM +0300, Grygorii Strashko wrote: > On 08/24/2015 03:05 PM, Peng Fan wrote: > >Use devm_* API to simplify driver code. > > > >Signed-off-by: Peng Fan > >Cc: Linus Walleij > >Cc: Alexandre Courbot > --- > > drivers/gpio/gpiolib.c | 11 +-- > > 1 file

Re: [PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-09-05 Thread Peng Fan
On Tue, Aug 25, 2015 at 11:38:47AM +0300, Grygorii Strashko wrote: > On 08/24/2015 03:05 PM, Peng Fan wrote: > >Use devm_* API to simplify driver code. > > > >Signed-off-by: Peng Fan > >Cc: Linus Walleij > >Cc: Alexandre Courbot

Re: [PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-08-30 Thread Alexandre Courbot
On Tue, Aug 25, 2015 at 5:38 PM, Grygorii Strashko wrote: > On 08/24/2015 03:05 PM, Peng Fan wrote: >> >> Use devm_* API to simplify driver code. >> >> Signed-off-by: Peng Fan >> Cc: Linus Walleij >> Cc: Alexandre Courbot > > --- >> >> drivers/gpio/gpiolib.c | 11 +-- >> 1 file

Re: [PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-08-30 Thread Alexandre Courbot
On Tue, Aug 25, 2015 at 5:38 PM, Grygorii Strashko grygorii.stras...@ti.com wrote: On 08/24/2015 03:05 PM, Peng Fan wrote: Use devm_* API to simplify driver code. Signed-off-by: Peng Fan van.free...@gmail.com Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com

Re: [PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-08-25 Thread Grygorii Strashko
On 08/24/2015 03:05 PM, Peng Fan wrote: Use devm_* API to simplify driver code. Signed-off-by: Peng Fan Cc: Linus Walleij Cc: Alexandre Courbot --- drivers/gpio/gpiolib.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpio/gpiolib.c

Re: [PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-08-25 Thread Grygorii Strashko
On 08/24/2015 03:05 PM, Peng Fan wrote: Use devm_* API to simplify driver code. Signed-off-by: Peng Fan van.free...@gmail.com Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com --- drivers/gpio/gpiolib.c | 11 +-- 1 file changed, 5 insertions(+), 6

[PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-08-24 Thread Peng Fan
Use devm_* API to simplify driver code. Signed-off-by: Peng Fan Cc: Linus Walleij Cc: Alexandre Courbot --- drivers/gpio/gpiolib.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index 6bc612b..f9470b0 100644 ---

[PATCH] gpio: gpiolib: use devm_* API to simplify driver code

2015-08-24 Thread Peng Fan
Use devm_* API to simplify driver code. Signed-off-by: Peng Fan van.free...@gmail.com Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com --- drivers/gpio/gpiolib.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git