From: Seth Forshee Date: Wed, 12 Mar 2008 17:56:10 +0000 (-0500) Subject: I2C: Fix OMAP I2C status register handling in IRQ processing X-Git-Tag: v2.6.25-omap1~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0be7da69f40c2d3e593227e1be46abdf7f97529;p=pandora-kernel.git I2C: Fix OMAP I2C status register handling in IRQ processing The IRQ handler in omap-i2c.c can sometimes clear status bits without actually processing them. In particular, error status bits will be ignored if any of the ARDY, RRDY, RDR, XRDY, or XDR bits are concurrently set. Signed-off-by: Seth Forshee Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed