summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Makefile
diff options
context:
space:
mode:
authorRichard Leitner2017-02-10 09:19:27 +0100
committerGreg Kroah-Hartman2017-02-14 18:33:49 +0100
commit3ec72a2a1e5d79f64bbe7b89e1064f851d2620e9 (patch)
tree8a57ab0cc6b4380561d3ba27b067f86a65da0f9e /drivers/usb/misc/Makefile
parentusb: misc: usbtest: remove redundant check on retval < 0 (diff)
downloadkernel-qcow2-linux-3ec72a2a1e5d79f64bbe7b89e1064f851d2620e9.tar.gz
kernel-qcow2-linux-3ec72a2a1e5d79f64bbe7b89e1064f851d2620e9.tar.xz
kernel-qcow2-linux-3ec72a2a1e5d79f64bbe7b89e1064f851d2620e9.zip
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>
Diffstat (limited to 'drivers/usb/misc/Makefile')
-rw-r--r--drivers/usb/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile
index 3d1992750da4..f6ac6c99a6e6 100644
--- a/drivers/usb/misc/Makefile
+++ b/drivers/usb/misc/Makefile
@@ -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