linux/drivers/staging/dwc2
Russell King 4cdbb4ff7f DMA-API: staging: use dma_set_coherent_mask()
The correct way for a driver to specify the coherent DMA mask is
not to directly access the field in the struct device, but to use
dma_set_coherent_mask().  Only arch and bus code should access this
member directly.

Convert all direct write accesses to using the correct API.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2013-10-31 14:49:06 +00:00
..
core_intr.c staging: dwc2: interpret all hwcfg and related register at init time 2013-08-30 14:14:53 -07:00
core.c staging: dwc2: validate the value for phy_utmi_width 2013-08-30 14:14:53 -07:00
core.h staging: dwc2: make dwc2_core_params documentation more complete 2013-08-30 14:14:54 -07:00
hcd_ddma.c staging: dwc2: simplify register shift expressions 2013-08-30 14:14:52 -07:00
hcd_intr.c staging: dwc2: interpret all hwcfg and related register at init time 2013-08-30 14:14:53 -07:00
hcd_queue.c staging: dwc2: unshift non-bool register value constants 2013-08-30 14:14:52 -07:00
hcd.c staging: dwc2: interpret all hwcfg and related register at init time 2013-08-30 14:14:53 -07:00
hcd.h staging: dwc2: interpret all hwcfg and related register at init time 2013-08-30 14:14:53 -07:00
hw.h staging: dwc2: validate the value for phy_utmi_width 2013-08-30 14:14:53 -07:00
Kconfig
Makefile
pci.c staging: dwc2: validate the value for phy_utmi_width 2013-08-30 14:14:53 -07:00
platform.c DMA-API: staging: use dma_set_coherent_mask() 2013-10-31 14:49:06 +00:00