All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] cap1106: add support for cap11xx variants
@ 2014-09-25  5:24 Matt Ranostay
  2014-09-25  5:24 ` [PATCH v3 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-09-25  5:24 UTC (permalink / raw)
  To: galak, dmitry.torokhov, zonque, linux-input, linux-kernel,
	robh+dt
  Cc: devicetree, Matt Ranostay

Changes from v2:

 * Rename apply relevant CAP1106 references to CAP11XX to make generic
   for variant support

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

 .../devicetree/bindings/input/cap1106.txt          |  53 ---
 .../devicetree/bindings/input/cap11xx.txt          |  59 ++++
 drivers/input/keyboard/Kconfig                     |   8 +-
 drivers/input/keyboard/Makefile                    |   2 +-
 drivers/input/keyboard/cap1106.c                   | 341 -------------------
 drivers/input/keyboard/cap11xx.c                   | 372 +++++++++++++++++++++
 6 files changed, 436 insertions(+), 399 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/cap1106.txt
 create mode 100644 Documentation/devicetree/bindings/input/cap11xx.txt
 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-09-29  2:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25  5:24 [PATCH v3 0/3] cap1106: add support for cap11xx variants Matt Ranostay
2014-09-25  5:24 ` [PATCH v3 1/3] cap11xx: make driver generic for variant support Matt Ranostay
2014-09-27 18:21   ` Daniel Mack
2014-09-29  2:45     ` Matt Ranostay
2014-09-25  5:24 ` [PATCH v3 2/3] cap11xx: Add support for various cap11xx devices Matt Ranostay
2014-09-25  5:24 ` [PATCH v3 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.