Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-22 | sunxi: Hookup OTG USB controller support | Hans de Goede | |
Hookup OTG USB controller support and enable the otg controller + USB-keyb on various tablets. This allows tablet owners to interact with u-boot without needing to solder a serial console onto their tablet PCB. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> | |||
2015-01-14 | sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg | Hans de Goede | |
Most of the usb-controller init code found in ehci-sunxi.c also is necessary to init the otg usb controller, so move it to a common place. While at it also update various #ifdefs / defines for sun8i support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> |