aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-generic.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-12-10 19:09:02 -0800
committerFelipe Balbi <balbi@ti.com>2013-12-12 13:43:34 -0600
commit1b2e21b082a1c67cd7861bd86c4a46a3f0f348ea (patch)
treea7c3ec5932385bac1a0c54df9d0d47cd69e08253 /drivers/usb/phy/phy-generic.c
parentusb: phy: add Keystone usb phy driver (diff)
downloadlinux-dev-1b2e21b082a1c67cd7861bd86c4a46a3f0f348ea.tar.xz
linux-dev-1b2e21b082a1c67cd7861bd86c4a46a3f0f348ea.zip
usb: renesas_usbhs: fifo: request DMAEngine once
DMAEngine uses IRQ if dma_request_channel() was called, and it is using devm_request_irq() today, OTOH, dma_request_channel() will be called when each USB connection happened on this driver. This means same IRQ will be requested many times whenever each USB connected, and this IRQ isn't freed when USB disconnected. Request DMAEngine once. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-generic.c')
0 files changed, 0 insertions, 0 deletions