diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2017-02-10 03:19:27 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-14 12:33:49 -0500 |
commit | 3ec72a2a1e5d79f64bbe7b89e1064f851d2620e9 (patch) | |
tree | 8a57ab0cc6b4380561d3ba27b067f86a65da0f9e /MAINTAINERS | |
parent | ef5ec7f08d6750b4786efe8dc76184fd86f85d4c (diff) |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 187b9615e31a..cd705bfe0baf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -8201,6 +8201,14 @@ F: drivers/media/platform/atmel/atmel-isc.c | |||
8201 | F: drivers/media/platform/atmel/atmel-isc-regs.h | 8201 | F: drivers/media/platform/atmel/atmel-isc-regs.h |
8202 | F: devicetree/bindings/media/atmel-isc.txt | 8202 | F: devicetree/bindings/media/atmel-isc.txt |
8203 | 8203 | ||
8204 | MICROCHIP USB251XB DRIVER | ||
8205 | M: Richard Leitner <richard.leitner@skidata.com> | ||
8206 | L: linux-usb@vger.kernel.org | ||
8207 | S: Maintained | ||
8208 | F: drivers/usb/misc/usb251xb.c | ||
8209 | F: include/linux/platform_data/usb251xb.h | ||
8210 | F: Documentation/devicetree/bindings/usb/usb251xb.txt | ||
8211 | |||
8204 | MICROSOFT SURFACE PRO 3 BUTTON DRIVER | 8212 | MICROSOFT SURFACE PRO 3 BUTTON DRIVER |
8205 | M: Chen Yu <yu.c.chen@intel.com> | 8213 | M: Chen Yu <yu.c.chen@intel.com> |
8206 | L: platform-driver-x86@vger.kernel.org | 8214 | L: platform-driver-x86@vger.kernel.org |