alistair23-linux/drivers/usb/renesas_usbhs
Kuninori Morimoto d5c6a1e024 usb: renesas_usbhs: fixup interrupt status clear method
When interrupt happened, renesas_usbhs driver gets irq status
by usbhs_status_get_each_irq(), and cleared all status by using 0.
But, this method is incorrect,
since extra interrupt might occur between them.
This patch cleared corresponding bits only

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-10-16 12:47:40 +03:00
..
common.c usb: renesas_usbhs: convert to devm_xxx() 2012-09-11 13:57:18 -07:00
common.h renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02:00
fifo.c usb: renesas_usbhs: fixup DMA transport data alignment 2012-09-05 16:52:08 -07:00
fifo.h usb: renesas: fix scheduling in atomic context bug 2012-02-14 13:44:53 +02:00
Kconfig usb: gadget: renesas_usbhs: drop dependency 2011-10-13 20:41:54 +03:00
Makefile usb: gadget: renesas_usbhs: fixup driver compile style 2011-10-13 20:41:54 +03:00
mod.c usb: renesas_usbhs: fixup interrupt status clear method 2012-10-16 12:47:40 +03:00
mod.h renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02:00
mod_gadget.c usb: renesas_usbhs: gadget: add support for set_selfpowered 2012-05-04 15:53:05 +03:00
mod_host.c usb: renesas_usbhs: mod_host: add missing .bus_suspend/resume 2012-08-10 11:53:23 -07:00
pipe.c renesas_usbhs: cleanup quoted includes 2012-06-05 10:15:25 +02:00
pipe.h usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos 2012-10-16 12:47:35 +03:00