git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d891db
)
media: i2c/adp1653: set enable gpio to output
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Fri, 12 Jun 2015 07:04:55 +0000
(09:04 +0200)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Mon, 6 Jul 2015 08:10:22 +0000
(10:10 +0200)
Without setting the direction of a gpio to output a call to
gpiod_set_value doesn't have a defined outcome.
Furthermore this is one caller less that stops us making the flags
argument to gpiod_get*() mandatory.
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
No differences found