]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00141217-4 USB: Add USB Host/device/otg drivers support
authorZhang Yan <b34916@freescale.com>
Mon, 7 Mar 2011 02:00:58 +0000 (10:00 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:08:47 +0000 (14:08 +0200)
commit03b32df0728135c41d3640857e318e9358f8d6d7
treef942e2ebcd53e4f281f26f1e61371532dcd72c09
parent064f3ca349666088efd45bc2a49b2ffd1da06c26
ENGR00141217-4 USB: Add USB Host/device/otg drivers support

Add usb support for 2.6.38

Signed-off-by: Zhang Yan <b34916@freescale.com>
13 files changed:
drivers/usb/gadget/Kconfig [changed mode: 0644->0755]
drivers/usb/gadget/Makefile [changed mode: 0644->0755]
drivers/usb/gadget/arcotg_udc.c [new file with mode: 0755]
drivers/usb/gadget/arcotg_udc.h [new file with mode: 0755]
drivers/usb/host/Kconfig [changed mode: 0644->0755]
drivers/usb/host/ehci-arc.c [new file with mode: 0755]
drivers/usb/host/ehci-fsl.h [changed mode: 0644->0755]
drivers/usb/otg/Kconfig [changed mode: 0644->0755]
drivers/usb/otg/Makefile [changed mode: 0644->0755]
drivers/usb/otg/fsl_otg.c [changed mode: 0644->0755]
drivers/usb/otg/fsl_otg.h [changed mode: 0644->0755]
drivers/usb/otg/otg_fsm.c [changed mode: 0644->0755]
drivers/usb/otg/otg_fsm.h [changed mode: 0644->0755]