linux/drivers/staging/dwc2
Paul Zimmerman ba0e60d18c staging: dwc2: fix wrong setting of DMA masks
We were setting the DMA masks in dwc2_driver_probe(), but that is
before the driver parameters have been set to their default values.
That meant the DMA masks could be set wrong. Fix it by moving the
DMA mask setting into dwc2_hcd_init(), after the driver parameters
have been set.

Reported-by: Matthijs Kooijman <matthijs@stdin.nl>
Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-25 17:10:35 -07:00
..
core.c
core.h
core_intr.c
hcd.c staging: dwc2: fix wrong setting of DMA masks 2013-03-25 17:10:35 -07:00
hcd.h staging: dwc2: remove unneeded arguments from two functions 2013-03-25 17:10:35 -07:00
hcd_ddma.c staging: HCD descriptor DMA support for the DWC2 driver 2013-03-11 18:16:37 -07:00
hcd_intr.c staging: dwc2: always release host channel after dequeueing 2013-03-25 16:32:46 -07:00
hcd_queue.c
hw.h
Kconfig staging: the DWC2 driver uses bus_to_virt 2013-03-14 13:38:42 -07:00
Makefile staging: Hook the DWC2 driver into the build system 2013-03-11 18:17:39 -07:00
pci.c staging: dwc2: fix wrong setting of DMA masks 2013-03-25 17:10:35 -07:00