]> git.baikalelectronics.ru Git - kernel.git/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)
commitcbf4987f12e4792cd9d1062f0ec98461373c898b
tree84b647fd6f1dc55bdb039b59d7c4f3710f858ee6
parentb8da07d4df12d61d0c797f848a523cad82eab11c
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]