]> Pileus Git - ~andy/linux/commit
USB: misc: Add USB3503 High-Speed Hub Controller
authorDongjin Kim <tobetter@gmail.com>
Fri, 7 Dec 2012 20:18:44 +0000 (05:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 20:12:07 +0000 (12:12 -0800)
commit6a099c63650e50ebf7d1259b859a3d230aec4207
tree84b647fd6f1dc55bdb039b59d7c4f3710f858ee6
parent102ee001912f67a7701f26a56ef2bcf84fc78028
USB: misc: Add USB3503 High-Speed Hub Controller

This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC
upstream connectivity and three USB 2.0 downstream ports. The specification
can be found from 'http://www.smsc.com/index.php?tid=295&pid=325'.

The current version have been tested very basic features switching the modes,
HUB-MODE and STANDBY-MODE.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/usb3503.c [new file with mode: 0644]
include/linux/platform_data/usb3503.h [new file with mode: 0644]