]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: udc-core: remove manual dma configuration
authorGrygorii Strashko <grygorii.strashko@ti.com>
Mon, 4 Apr 2016 11:31:54 +0000 (14:31 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 6 Apr 2016 13:36:01 +0000 (16:36 +0300)
commit32de925af6a1c0163d86e6265759f2e498e6c56b
tree1ef13e1e9a4477f586e78c7d983ae3fae9d36eb1
parent68385b4fce3279b34d190c308972d3396189763f
usb: gadget: udc-core: remove manual dma configuration

Since commit f5b2de76bd8d ("usb: gadget: udc: core: Fix argument of
dma_map_single for IOMMU") it is not necessary to configure DMA for
usb_gadget device manually, because all DMA operation are performed
using parent/controller device.

Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/udc-core.c