]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: ohci-at91: use descriptor-based gpio APIs correctly
authorPeter Rosin <peda@axentia.se>
Thu, 22 Dec 2016 07:43:55 +0000 (08:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Jan 2017 18:32:29 +0000 (19:32 +0100)
commit8f12dc24490bde0d604b8bdfca05ea4b06a624a7
tree881e2d902e13b5d489cca3b2607541bcf78da0d6
parent674aea07e38200ea6f31ff6d5f200f0cf6cdb325
usb: ohci-at91: use descriptor-based gpio APIs correctly

The gpiod_get* function family does not want the -gpio suffix.
Use devm_gpiod_get_index_optional instead of devm_gpiod_get_optional.
The descriptor based APIs handle active high/low automatically.
The vbus-gpios are output, request enable while getting the gpio.
Don't try to get any vbus-gpios for ports outside num-ports.

WTF? Big sigh.

Fixes: 054d4b7b577d ("usb: ohci-at91: Use descriptor-based gpio APIs")
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-at91.c