Home
last modified time | relevance | path

Searched hist:"22803 ca3c56b02e5bb8a4eb14104114009fd1c65" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Dtps65132-regulator.cdiff 22803ca3c56b02e5bb8a4eb14104114009fd1c65 Sat Oct 05 01:10:16 CEST 2019 Dmitry Torokhov <dmitry.torokhov@gmail.com> regulator: tps65132: switch to using devm_fwnode_gpiod_get()

devm_fwnode_get_index_gpiod_from_child() is going away as the name is
too unwieldy, let's switch to using the new devm_fwnode_gpiod_get().

Note that we no longer need to check for NULL as devm_fwnode_gpiod_get()
will return -ENOENT if GPIO is missing.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://lore.kernel.org/r/20191004231017.130290-7-dmitry.torokhov@gmail.com
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>