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

2015-06-01 Thread Kishon Vijay Abraham I
On Monday 01 June 2015 01:34 PM, Heikki Krogerus wrote: On Mon, Jun 01, 2015 at 10:00:31AM +0800, Axel Lin wrote: 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

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

2015-06-01 Thread Heikki Krogerus
On Mon, Jun 01, 2015 at 10:00:31AM +0800, Axel Lin wrote: > 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 Thanks, -- heikki -- To unsubscribe from this list: send th

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

2015-05-31 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 --- drivers/phy/phy-tusb1210.c | 28 ++-- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/drivers/phy/phy-tusb1210.c