]> git.baikalelectronics.ru Git - kernel.git/commit
usb: host: ehci-exynos: switch to using gpiod API
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 27 Sep 2022 22:05:04 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Sep 2022 11:57:10 +0000 (13:57 +0200)
commitfa31565f944324104aaf8d78ad6c483acbc6e479
treeefdd2f81d7b3be3f2b64e80571d58c0f04c829af
parenta1cb942c7595c20a831adf4d9294121b98066f9c
usb: host: ehci-exynos: switch to using gpiod API

This patch switches the driver from using legacy gpio API to the newer
gpiod API.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220927220504.3744878-2-dmitry.torokhov@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-exynos.c