diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-09-06 14:08:33 -0700 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2022-09-19 15:32:27 -0600 |
commit | fa25b944174a6a25a14a2bb1c52cf74d5ad95140 (patch) | |
tree | 08ff50119d78922961e6d93d9bc32e1292a06eff /drivers/nubus | |
parent | 698ae3d76bcbc622d2882f03477ad1dd8179739f (diff) | |
download | linux-fa25b944174a6a25a14a2bb1c52cf74d5ad95140.tar.bz2 |
remoteproc/keystone: Switch to using gpiod API
This patch switches the driver away from legacy gpio/of_gpio API to
gpiod API, and removes use of of_get_named_gpio_flags() which I want to
make private to gpiolib.
Note that there is a behavior change in the driver: previously the
driver did not actually request GPIO, it simply parsed GPIO number out
of device tree and poked at it.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/Yxe20ehiOnitDGus@google.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'drivers/nubus')
0 files changed, 0 insertions, 0 deletions