usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver
This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configuration interface and two to four USB 2.0 downstream ports. Furthermore add myself as a maintainer for this driver. The datasheet can be found at the manufacturers website, see [1]. All device-tree exposed configuration features have been tested on a i.MX6 platform with a USB2512B hub. [1] http://ww1.microchip.com/downloads/en/DeviceDoc/00001692C.pdf Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
ef5ec7f08d
commit
3ec72a2a1e
@@ -23,6 +23,7 @@ obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o
|
||||
obj-$(CONFIG_USB_USS720) += uss720.o
|
||||
obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o
|
||||
obj-$(CONFIG_USB_YUREX) += yurex.o
|
||||
obj-$(CONFIG_USB_HUB_USB251XB) += usb251xb.o
|
||||
obj-$(CONFIG_USB_HSIC_USB3503) += usb3503.o
|
||||
obj-$(CONFIG_USB_HSIC_USB4604) += usb4604.o
|
||||
obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.o
|
||||
|
Reference in New Issue
Block a user