All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] adp5589 fixes
@ 2015-04-21 14:21 Guido Martínez
  2015-04-21 14:21 ` [PATCH 1/3] Input: adp5589-keys: handle i2c errors on the irq handler Guido Martínez
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Guido Martínez @ 2015-04-21 14:21 UTC (permalink / raw)
  To: Dmitry Torokhov, Michael Hennerich
  Cc: Mike Frysinger, linux-input, device-drivers-devel,
	Ezequiel García, Guido Martínez

Hi all,

Here are a couple of bug fixes for the adp5589-keys driver. The last two
are pretty serious, I think.

In particular the last one resulted in an interrupt storm and a
hung keypad when the FIFO filled completely, since the driver was
interpreting the event count of 16 as 0.

Thanks!

Guido Martínez (3):
  Input: adp5589-keys: handle i2c errors on the irq handler
  Input: adp5589-keys: fix pull mask setting
  Input: adp5589-keys: fix event count mask

 drivers/input/keyboard/adp5589-keys.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-10-08 14:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 14:21 [PATCH 0/3] adp5589 fixes Guido Martínez
2015-04-21 14:21 ` [PATCH 1/3] Input: adp5589-keys: handle i2c errors on the irq handler Guido Martínez
     [not found]   ` <55366018.8050807@analog.com>
2015-05-06 23:33     ` Dmitry Torokhov
2015-05-09 19:48       ` Guido Martínez
2015-04-21 14:21 ` [PATCH 2/3] Input: adp5589-keys: fix pull mask setting Guido Martínez
2015-04-21 14:35   ` Michael Hennerich
2015-05-06 23:34     ` Dmitry Torokhov
2015-04-21 14:21 ` [PATCH 3/3] Input: adp5589-keys: fix event count mask Guido Martínez
2015-04-21 14:36   ` Michael Hennerich
2015-05-06 23:36     ` Dmitry Torokhov
2015-10-02 21:28       ` Ezequiel Garcia
2015-10-06  0:29         ` Dmitry Torokhov
2015-10-08 14:21           ` Ezequiel Garcia
2015-05-06 14:04 ` [PATCH 0/3] adp5589 fixes Guido Martínez

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.