Re: [PATCH RESEND] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs

2015-07-15 Thread Axel Lin
2015-07-15 16:29 GMT+08:00 Uwe Kleine-König : > Hello, > > On Wed, Jul 15, 2015 at 01:45:44PM +0530, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Wednesday 15 July 2015 12:34 PM, Axel Lin wrote: >> > 2015-06-20 15:39 GMT+08:00 Axel Lin : >> >> Also simplify the code a bit by specify direction and

Re: [PATCH RESEND] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs

2015-07-15 Thread Uwe Kleine-König
Hello, On Wed, Jul 15, 2015 at 01:45:44PM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 15 July 2015 12:34 PM, Axel Lin wrote: > > 2015-06-20 15:39 GMT+08:00 Axel Lin : > >> Also simplify the code a bit by specify direction and initial value for > >> output in devm_gpiod_get_optiona

Re: [PATCH RESEND] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs

2015-07-15 Thread Kishon Vijay Abraham I
Hi, On Wednesday 15 July 2015 12:34 PM, Axel Lin wrote: > 2015-06-20 15:39 GMT+08:00 Axel Lin : >> Also simplify the code a bit by specify direction and initial value for >> output in devm_gpiod_get_optional function. >> >> Signed-off-by: Axel Lin >> Acked-by: Heikki Krogerus >> Acked-by: Kishon

Re: [PATCH RESEND] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs

2015-07-15 Thread Axel Lin
2015-06-20 15:39 GMT+08:00 Axel Lin : > Also simplify the code a bit by specify direction and initial value for > output in devm_gpiod_get_optional function. > > Signed-off-by: Axel Lin > Acked-by: Heikki Krogerus > Acked-by: Kishon Vijay Abraham I > --- > Hi > This patch was sent on https://lkm

[PATCH RESEND] phy: tusb1210: Use devm_gpiod_get_optional for optional GPIOs

2015-06-20 Thread Axel Lin
Also simplify the code a bit by specify direction and initial value for output in devm_gpiod_get_optional function. Signed-off-by: Axel Lin Acked-by: Heikki Krogerus Acked-by: Kishon Vijay Abraham I --- Hi This patch was sent on https://lkml.org/lkml/2015/5/31/221 with ACKs. It's still not in l