]> git.baikalelectronics.ru Git - kernel.git/commit
serial: omap: simplify IRQ handling
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Sep 2012 12:45:23 +0000 (15:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 16:17:01 +0000 (09:17 -0700)
commitb70819b515a97e0207a18cde4260728fa56a76d3
tree9ce12363f87f0e1924d609a82d4f011cc2912ac1
parentce36ce0509312510b2836e72f3ab4ad7f2e7e15b
serial: omap: simplify IRQ handling

quite a few changes here, though they are
pretty obvious. In summary we're making sure
to detect which interrupt type we need to
handle before calling the underlying interrupt
handling procedure.

Tested-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c