All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] i2c-i801: Make interrupt mode more robust
@ 2014-11-10 21:26 Jean Delvare
       [not found] ` <20141110222655.13660613-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Jean Delvare @ 2014-11-10 21:26 UTC (permalink / raw)
  To: Linux I2C; +Cc: Wolfram Sang

Hi all,

This is a patch series aiming at making the interrupt mode of the
i2c-i801 driver more robust. A number of driver lock-ups have been
reported on a few systems over the past few years, all related to
interrupt mode. So let's make it more tolerant to unreliable hardware
or whatever the actual problem is.

i2c-i801: Use wait_event_timeout to wait for interrupts
i2c-i801: Fallback to polling if request_irq() fails
i2c-i801: Check if interrupts are disabled
i2c-i801: Drop useless debug message

-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2014-11-11 20:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 21:26 [PATCH 0/4] i2c-i801: Make interrupt mode more robust Jean Delvare
     [not found] ` <20141110222655.13660613-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2014-11-10 21:30   ` [PATCH 1/4] i2c-i801: Use wait_event_timeout to wait for interrupts Jean Delvare
2014-11-10 21:31   ` [PATCH 2/4] i2c-i801: Fallback to polling if request_irq() fails Jean Delvare
     [not found]     ` <20141110223104.6419229d-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2014-11-11 10:57       ` Wolfram Sang
2014-11-11 13:55         ` Jean Delvare
2014-11-10 21:31   ` [PATCH 3/4] i2c-i801: Check if interrupts are disabled Jean Delvare
     [not found]     ` <20141110223139.02aafde4-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2014-11-11 10:58       ` Wolfram Sang
2014-11-11 14:32         ` Jean Delvare
     [not found]           ` <20141111153214.39dfaeb8-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2014-11-11 14:41             ` Wolfram Sang
2014-11-11 20:06               ` Jean Delvare
     [not found]                 ` <20141111210646.02b77c68-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2014-11-11 20:13                   ` Wolfram Sang
2014-11-10 21:32   ` [PATCH 4/4] i2c-i801: Drop useless debug message Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.