USB: core: let USB device know device node
authorPeter Chen <peter.chen@freescale.com>
Fri, 19 Feb 2016 09:26:15 +0000 (17:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Mar 2016 20:05:01 +0000 (12:05 -0800)
commit69bec725985324e79b1c47ea287815ac4ddb0521
treef6fbc0e6440facdafada6f45af9ec5754190d730
parentd883f52e1f6d2eca8378e3795f333c1396943873
USB: core: let USB device know device node

Although most of USB devices are hot-plug's, there are still some devices
are hard wired on the board, eg, for HSIC and SSIC interface USB devices.
If these kinds of USB devices are multiple functions, and they can supply
other interfaces like i2c, gpios for other devices, we may need to
describe these at device tree.

In this commit, it uses "reg" in dts as physical port number to match
the phyiscal port number decided by USB core, if they are the same,
then the device node is for the device we are creating for USB core.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/usb/usb-device.txt [new file with mode: 0644]
drivers/usb/core/Makefile
drivers/usb/core/of.c [new file with mode: 0644]
drivers/usb/core/usb.c
include/linux/usb/of.h
This page took 0.030997 seconds and 5 git commands to generate.