public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] I2C: OMAP: spurious IRQ fixes
@ 2009-04-26  4:28 Paul Walmsley
  2009-04-26  4:28 ` [PATCH 1/2] I2C: OMAP: use consolidated flags field rather than bitfields Paul Walmsley
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paul Walmsley @ 2009-04-26  4:28 UTC (permalink / raw)
  To: linux-omap

Hi,

This is a set of I2C fixes.  Its primary purpose is to deal with the
I2C spurious IRQ problem:

Spurious irq 95: 0xffffffdf, please flush posted write for irq 56

It seems to work: under constant I2C load, no spurious IRQ messages
showed up after several hours of testing.  (Without these patches,
spurious IRQs usually show up in a few minutes.)  Some of the code has
also been cleaned up.

Any feedback on how this series works for others is appreciated.

Tested on N800, Beagle and 3430SDP.


- Paul

---

  text    data     bss     dec     hex filename
3636832  210560  104320 3951712  3c4c60 vmlinux.3430sdp.orig
3636896  210560  104320 3951776  3c4ca0 vmlinux.3430sdp


Paul Walmsley (2):
      I2C: OMAP: overhaul the rev2+ interrupt service routine and omap_i2c_xfer_msg()
      I2C: OMAP: use consolidated flags field rather than bitfields


 drivers/i2c/busses/i2c-omap.c |  150 ++++++++++++++++++++++++++---------------
 1 files changed, 95 insertions(+), 55 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-05-12 18:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26  4:28 [PATCH 0/2] I2C: OMAP: spurious IRQ fixes Paul Walmsley
2009-04-26  4:28 ` [PATCH 1/2] I2C: OMAP: use consolidated flags field rather than bitfields Paul Walmsley
2009-04-26  4:28 ` [PATCH 2/2] I2C: OMAP: overhaul the rev2+ interrupt service routine and omap_i2c_xfer_msg() Paul Walmsley
2009-04-27 11:56 ` [PATCH 0/2] I2C: OMAP: spurious IRQ fixes Aaro Koskinen
2009-05-11  7:29   ` Paul Walmsley
2009-05-12 17:14     ` Woodruff, Richard
2009-05-12 18:33       ` Paul Walmsley
2009-05-12 18:41         ` Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox