All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] cap1106: add support for cap11xx variants
@ 2014-10-10  4:23 Matt Ranostay
  2014-10-10  4:23 ` [PATCH v5 1/3] cap11xx: make driver generic for variant support Matt Ranostay
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matt Ranostay @ 2014-10-10  4:23 UTC (permalink / raw)
  To: dmitry.torokhov, galak, zonque; +Cc: linux-input, devicetree, Matt Ranostay

Changes from v4:

 * Only allocate private structure and keycodes memory once 

Matt Ranostay (3):
  cap11xx: make driver generic for variant support
  cap11xx: Add support for various cap11xx devices
  cap11xx: support for irq-active-high option

 .../bindings/input/{cap1106.txt => cap11xx.txt}    |  12 +-
 drivers/input/keyboard/Kconfig                     |   8 +-
 drivers/input/keyboard/Makefile                    |   2 +-
 drivers/input/keyboard/cap1106.c                   | 341 -------------------
 drivers/input/keyboard/cap11xx.c                   | 368 +++++++++++++++++++++
 5 files changed, 382 insertions(+), 349 deletions(-)
 rename Documentation/devicetree/bindings/input/{cap1106.txt => cap11xx.txt} (78%)
 delete mode 100644 drivers/input/keyboard/cap1106.c
 create mode 100644 drivers/input/keyboard/cap11xx.c

-- 
1.9.1


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

end of thread, other threads:[~2014-10-10 21:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10  4:23 [PATCH v5 0/3] cap1106: add support for cap11xx variants Matt Ranostay
2014-10-10  4:23 ` [PATCH v5 1/3] cap11xx: make driver generic for variant support Matt Ranostay
2014-10-10  4:23 ` [PATCH v5 2/3] cap11xx: Add support for various cap11xx devices Matt Ranostay
2014-10-10 17:29   ` Dmitry Torokhov
2014-10-10 21:06     ` Matt Ranostay
2014-10-10  4:23 ` [PATCH v5 3/3] cap11xx: support for irq-active-high option Matt Ranostay

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.