linux/drivers/usb/dwc3
Grygorii Strashko adf9a3ab90 usb: dwc3: keystone: drop dma_mask configuration
The Keystone 2 supports DT-boot only, as result dma_mask will be
always configured properly from DT -
of_platform_device_create_pdata()->of_dma_configure(). More over,
dwc3-keystone.c can be built as module and in this case it's unsafe to
assign local variable as dma_mask.

Hence, remove dma_mask configuration code.

Cc: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-04-06 16:36:01 +03:00
..
core.c usb: dwc3: core: improve reset sequence 2016-03-29 09:30:31 +03:00
core.h usb: dwc3: Update register fields for SuperSpeedPlus 2016-03-04 15:14:26 +02:00
debug.c
debug.h
debugfs.c
dwc3-exynos.c
dwc3-keystone.c usb: dwc3: keystone: drop dma_mask configuration 2016-04-06 16:36:01 +03:00
dwc3-of-simple.c
dwc3-omap.c
dwc3-pci.c usb: dwc3: pci: add ID for one more Intel Broxton platform 2016-04-06 16:28:08 +03:00
dwc3-st.c
ep0.c usb: dwc3: Update speed checks for SuperSpeedPlus 2016-03-04 15:14:27 +02:00
gadget.c usb: dwc3: gadget: fix endpoint renaming 2016-03-29 09:30:31 +03:00
gadget.h
host.c
io.h
Kconfig
Makefile
platform_data.h
trace.c
trace.h
ulpi.c