i2c: pca954x: improve usage of gpiod API
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 17 Feb 2015 09:12:08 +0000 (10:12 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 9 Mar 2015 09:51:59 +0000 (10:51 +0100)
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
outputs.

Also there is an *_optional variant that serves well here.  The sematics
is slightly changed here by using it. Now if a reset gpio is specified
and getting hold on it fails, pca954x_probe fails, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/muxes/i2c-mux-pca954x.c

Simple merge