]> 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)
commit93bbc4aa5d55e8695c535b5b525733e50279e296
tree1ef13e1e9a4477f586e78c7d983ae3fae9d36eb1
parent7c345edfd3129a54fdff2f1e4aaa392482adf9d9
usb: gadget: udc-core: remove manual dma configuration

Since commit 09e483ef2372 ("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