From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Adding the vbus GPIO support to the ohci-da8xx driver isn't really the optimal solution. Rather: it should be modeled as a fixed regulator in which case the driver already has support. This series adds necessary fixups to the board files and removes the vbus GPIO from the ohci driver. Bartosz Golaszewski (3): ARM: davinci: omapl138-hawk: add a fixed regulator for ohci-da8xx ARM: davinci: da830-evm: add a fixed regulator for ohci-da8xx usb: ohci-da8xx: drop the vbus GPIO arch/arm/mach-davinci/board-da830-evm.c | 48 +++++++++++++++++++-- arch/arm/mach-davinci/board-omapl138-hawk.c | 48 +++++++++++++++++++-- drivers/usb/host/ohci-da8xx.c | 39 ++++++++--------- 3 files changed, 108 insertions(+), 27 deletions(-) -- 2.20.1