]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: renesas_usbhs: disable attch irq after device attached
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 9 Dec 2011 02:29:22 +0000 (18:29 -0800)
committerFelipe Balbi <balbi@ti.com>
Tue, 13 Dec 2011 11:06:27 +0000 (13:06 +0200)
commit31e00fd116cab296da2d12bc0b82a30a9fbdd681
treeec71c0b2e1b70c40ba7e5f63c291ed7cd680d209
parent3edeee3893b107364fe4ed8535245773b1e1e72b
usb: renesas_usbhs: disable attch irq after device attached

attch interrupt might happen infinitely on some USB hub (self power?).
This patch disable attch irq after device attached,
and enable it again when detach irq happen.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/renesas_usbhs/mod_host.c