From 7f9906bd7f7211327ba58657caa216608f9c93de Mon Sep 17 00:00:00 2001 From: Shubhrajyoti Datta Date: Wed, 17 Jun 2015 20:48:18 +0530 Subject: [PATCH] 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-format-patch failed