From: Shubhrajyoti Datta Date: Wed, 17 Jun 2015 15:18:18 +0000 (+0530) Subject: i2c: xiic: Service all interrupts in isr X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9906bd7f7211327ba58657caa216608f9c93de;p=pandora-kernel.git 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 Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed