]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTO
authorVivek Gautam <gautam.vivek@samsung.com>
Fri, 25 Jan 2013 11:22:01 +0000 (16:52 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 25 Jan 2013 11:19:50 +0000 (13:19 +0200)
commitb0e45ddb96d5a972a8b76354f036b90549ae85b3
tree9d99dd0c9057f91bd217c847e5a0aa2db1d341a5
parent5ea921320f0e64f07a41d35903f1d458c3a9bcd3
usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTO

Multiple dwc3 probe calls try to allocate no_op_xceive platform
device. Having static IDs for these will throw sysfs error -EEXIST.
Changing these static platform device IDs to AUTO to enable
multiple dwc3 controller support on a SoC.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-exynos.c
drivers/usb/dwc3/dwc3-omap.c