]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: musb: Add id pin support
authorHans de Goede <hdegoede@redhat.com>
Sun, 14 Jun 2015 15:40:37 +0000 (17:40 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 25 Jul 2015 09:22:55 +0000 (11:22 +0200)
commit71cbe0d681d4288d090a404273ce6b0c1c14b617
treea603b63d897f5ab5b8be7031a143f2558e70c4af
parentb41972e7d17fb920cc50db5b363209685b1251e5
sunxi: musb: Add id pin support

When in host mode check if there is a host cable inserted into the otg
port by checking the id pin. If there is no host cable return an error to
make usb_lowlevel_init() exit early, rather then waiting for 1 second
for a device which will never show up.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
configs/Ippo_q8h_v1_2_a33_1024x600_defconfig
configs/Ippo_q8h_v1_2_defconfig
configs/Ippo_q8h_v5_defconfig
drivers/usb/musb-new/sunxi.c