]> git.karo-electronics.de Git - linux-beck.git/commit
i2c: xiic: Service all interrupts in isr
authorShubhrajyoti Datta <shubhraj@xilinx.com>
Wed, 17 Jun 2015 15:18:18 +0000 (20:48 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 10 Aug 2015 06:37:32 +0000 (08:37 +0200)
commit7f9906bd7f7211327ba58657caa216608f9c93de
treee2920599aaf87a0089d5d47650b78a29dd97905d
parent542e2a9b739068c1b72db530987382662201469a
i2c: xiic: Service all interrupts in isr

Currently only one interrupt is serviced in the isr.
In case the multiple interrupts happen simultenously we service and ack
only one of them. Check for all the causes in the isr and service them.

Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-xiic.c