linux/drivers/staging/dwc2
Matthijs Kooijman f4616af018 staging: dwc2: Don't touch the dma_mask when dma is disabled
There was some code that cleared the dma_mask when dma was disabled in
the driver. Given that clearing the mask doesn't actually tell the usb
core we're not using dma, and a previous commit explicitely sets the
hcd->self.uses_dma value, it seems these values are unneeded and can
only potentially cause problems (when reloading a module, for example).

Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
Acked-by: Paul Zimmerman <Paul.Zimmerman@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-07-25 13:38:09 -07:00
..
core_intr.c staging: dwc2: remove dummy interrupt handling 2013-05-16 15:22:39 -07:00
core.c staging: dwc2: add driver parameter to set AHB config register value 2013-07-23 14:56:19 -07:00
core.h staging: dwc2: add driver parameter to set AHB config register value 2013-07-23 14:56:19 -07:00
hcd_ddma.c staging: dwc2: refactor dwc2_host_complete() 2013-07-23 14:54:48 -07:00
hcd_intr.c staging: dwc2: reduce noisy debug messages 2013-07-23 14:54:49 -07:00
hcd_queue.c staging: dwc2: fix dwc2_hcd_qtd_add() 2013-07-23 14:54:48 -07:00
hcd.c staging: dwc2: Don't touch the dma_mask when dma is disabled 2013-07-25 13:38:09 -07:00
hcd.h staging: dwc2: refactor dwc2_host_complete() 2013-07-23 14:54:48 -07:00
hw.h staging: dwc2: add driver parameter to set AHB config register value 2013-07-23 14:56:19 -07:00
Kconfig staging: dwc2: remove use of bus_to_virt() 2013-07-23 14:54:49 -07:00
Makefile staging: dwc2: add platform device bindings 2013-04-23 10:37:55 -07:00
pci.c staging: dwc2: add driver parameter to set AHB config register value 2013-07-23 14:56:19 -07:00
platform.c Staging driver fixes for 3.10-rc2 2013-05-23 09:27:49 -07:00