]> git.baikalelectronics.ru Git - kernel.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)
commit51043d491e8a8ebcad66aabc8bd968a53c3dfe71
tree881e2d902e13b5d489cca3b2607541bcf78da0d6
parent7d4cd72637abcc412819cf8ac7ba125fa1ec4f87
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: 9a347d0470f4 ("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