]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 22 Mar 2015 17:07:10 +0000 (18:07 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 15 Apr 2015 14:17:17 +0000 (16:17 +0200)
commit5eaacb4340f7be10cf83e076529747fa70c85907
tree4c28eeec02f73ae935187d1766b3542241a48fc0
parentf7c7ab636ab2c81d9fb1def7256c94b998c7298f
sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic

VBUS detection and enable is now be used with virtual AXP GPIOs, so all the USB
code has to use GPIO in every case and let sunxi_gpio do the heavy lifting.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/cpu/armv7/sunxi/usbc.c
configs/Ippo_q8h_v1_2_defconfig
configs/Ippo_q8h_v5_defconfig
drivers/usb/musb-new/sunxi.c