Searched hist:"8300 dd236e957429acfb36be0ce8fe276dbe823c" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/dwc3/ |
H A D | dwc3-pci.c | diff 8300dd236e957429acfb36be0ce8fe276dbe823c Tue Oct 18 12:54:01 CEST 2011 Felipe Balbi <balbi@ti.com> usb: dwc3: move dwc3 device ID bitmap to core.c
if we want to support situations where we have both SoC and PCIe versions of the IP on the same platform, we need to have sequential numbers between them, otherwise we will still have name collisions.
Because of that, we need to move dwc3_get/put_device_id() to core.c and export that symbol to be used by glue layers.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | core.h | diff 8300dd236e957429acfb36be0ce8fe276dbe823c Tue Oct 18 12:54:01 CEST 2011 Felipe Balbi <balbi@ti.com> usb: dwc3: move dwc3 device ID bitmap to core.c
if we want to support situations where we have both SoC and PCIe versions of the IP on the same platform, we need to have sequential numbers between them, otherwise we will still have name collisions.
Because of that, we need to move dwc3_get/put_device_id() to core.c and export that symbol to be used by glue layers.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | core.c | diff 8300dd236e957429acfb36be0ce8fe276dbe823c Tue Oct 18 12:54:01 CEST 2011 Felipe Balbi <balbi@ti.com> usb: dwc3: move dwc3 device ID bitmap to core.c
if we want to support situations where we have both SoC and PCIe versions of the IP on the same platform, we need to have sequential numbers between them, otherwise we will still have name collisions.
Because of that, we need to move dwc3_get/put_device_id() to core.c and export that symbol to be used by glue layers.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|