]> 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)
commitfb55bdd40e5f0decbf725de6601d242b4cf3fb1d
tree9ce12363f87f0e1924d609a82d4f011cc2912ac1
parent1fbc7ed1242f1aac564870c5ab27bee8008dce98
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