]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/usb/host/Kconfig
USB: MXC: Add i.MX21 specific USB host controller driver.
authorMartin Fuzzey <mfuzzey@gmail.com>
Sat, 21 Nov 2009 11:14:48 +0000 (12:14 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:52:55 +0000 (14:52 -0800)
commit23d3e7a6598066ed39771cf2030c6bbb581c7812
treef405062a318d5b1859ecf439b924b26c81518ee7
parent13dda80e48439b446d0bc9bab34b91484bc8f533
USB: MXC: Add i.MX21 specific USB host controller driver.

This driver is a Full / Low speed only USB host for the i.MX21.

Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/plat-mxc/include/mach/mx21-usbhost.h [new file with mode: 0644]
drivers/usb/Makefile
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/imx21-dbg.c [new file with mode: 0644]
drivers/usb/host/imx21-hcd.c [new file with mode: 0644]
drivers/usb/host/imx21-hcd.h [new file with mode: 0644]