USB: Add initial S5P EHCI driver
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 8 Apr 2011 05:08:50 +0000 (14:08 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Apr 2011 23:50:52 +0000 (16:50 -0700)
commit1bcc5aa87f043d34522d783154d08173b435fb46
treedec628a085e998895e71c1a79e0020709f8fe094
parent8f1d169f999fea892c3fcbf5a79ae8525a477572
USB: Add initial S5P EHCI driver

This patch adds host USB high speed driver for samsung S5P series. This
is initial driver and we need additional implementation to support some
functions like power management.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Kconfig
drivers/usb/host/Kconfig
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-s5p.c [new file with mode: 0644]