commit | 79171e9b90b133686a96912cd7b528655cc9a07a | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Mon Apr 04 14:31:54 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Apr 06 16:36:01 2016 +0300 |
tree | 1ef13e1e9a4477f586e78c7d983ae3fae9d36eb1 | |
parent | 1ffb4d5cc78a3a99109ff0808ce6915de07a0588 [diff] |
usb: gadget: udc-core: remove manual dma configuration Since commit 7ace8fc8219e ("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>