OSDN Git Service

phy: tusb1210: make better use of gpiod API
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 12 Jun 2015 06:55:30 +0000 (08:55 +0200)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 6 Jul 2015 08:10:22 +0000 (10:10 +0200)
commit8e71c68074ff37348d586c87b0ee530e7440b094
tree352b5fdb9ba64ea4cbf011c7d9418c410caf7b1d
parent3bfe76806f705a24b82bc43c84c8506f3a44f77b
phy: tusb1210: make better use of gpiod API

Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions)
which appeared in v3.17-rc1, the gpiod_get* functions take an additional
parameter that allows to specify direction and initial value for output.

Furthermore there is devm_gpiod_get_optional which is designed to get
optional gpios.

Simplify driver accordingly.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
drivers/phy/phy-tusb1210.c