Searched hist:"15 d157e874437e381643c37a10922388d6e55b29" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ohci-omap.c | diff 15d157e874437e381643c37a10922388d6e55b29 Mon Jul 20 15:55:24 CEST 2020 Linus Walleij <linus.walleij@linaro.org> usb: ohci-omap: Convert to use GPIO descriptors
The OMAP1 OHCI driver is using the legacy GPIO API to grab some random GPIO lines. One is from the TPS65010 chip and used for power, another one is for overcurrent and while the driver picks this line it doesn't watch it at all.
Convert the driver and the OMAP1 OSK board file to pass these two GPIOs as machine described GPIO descriptors.
I noticed the overcurrent GPIO line is not really used in the code so dropped in a little comment for other developers.
Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com> Cc: Tony Lindgren <tony@atomide.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20200720135524.100374-2-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/arch/arm/mach-omap1/ |
H A D | board-osk.c | diff 15d157e874437e381643c37a10922388d6e55b29 Mon Jul 20 15:55:24 CEST 2020 Linus Walleij <linus.walleij@linaro.org> usb: ohci-omap: Convert to use GPIO descriptors
The OMAP1 OHCI driver is using the legacy GPIO API to grab some random GPIO lines. One is from the TPS65010 chip and used for power, another one is for overcurrent and while the driver picks this line it doesn't watch it at all.
Convert the driver and the OMAP1 OSK board file to pass these two GPIOs as machine described GPIO descriptors.
I noticed the overcurrent GPIO line is not really used in the code so dropped in a little comment for other developers.
Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com> Cc: Tony Lindgren <tony@atomide.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20200720135524.100374-2-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|