]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: add USB EHCI driver
authorRoman Byshko <rbyshko@gmail.com>
Sun, 27 Jul 2014 17:32:44 +0000 (19:32 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 31 Jul 2014 13:37:22 +0000 (15:37 +0200)
commit8d154002f30979c4ef911a3f93e41859bd3beabf
treee7c6d1fb458fbad67013c93e6e505e626d2dbd00
parent06cdd94077b2ee94f6542cd794b1339d0275e149
sunxi: add USB EHCI driver

The Allwinner aka sunxi SoCs have one or more USB host controllers.
This adds a driver for their EHCI.

Signed-off-by: Roman Byshko <rbyshko@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/usb/host/Makefile
drivers/usb/host/ehci-sunxi.c [new file with mode: 0644]