devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Input: matrix-keypad - Add device tree support
@ 2012-10-19  7:06 AnilKumar Ch
  2012-10-19  7:06 ` [PATCH 1/2] Input: matrix-keypad - remove const from pointer to array of gpios AnilKumar Ch
  2012-10-19  7:06 ` [PATCH 2/2] Input: matrix-keypad - Add device tree support AnilKumar Ch
  0 siblings, 2 replies; 7+ messages in thread
From: AnilKumar Ch @ 2012-10-19  7:06 UTC (permalink / raw)
  To: dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w,
	grant.likely-s3s/WqlpOiPyB63q8FvJNQ
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	rob.herring-bsGFqQB8/DxBDgjK7y7TUQ,
	dgdunix-Re5JQEeQqe8AvxtiuMwx3w,
	linux-input-u79uwXL29TY76Z2rM5mHXA

Add device tree support to matrix keypad driver by adding all necessary
DT parameters. Also added device tree bindings.

These patches were tested on AM335x-EVM with DT patches, DT patches
will be submitted once these are accepted.

AnilKumar Ch (2):
  Input: matrix-keypad - remove const from pointer to array of gpios
  Input: matrix-keypad - Add device tree support

 .../devicetree/bindings/input/matrix-keypad.txt    |   52 ++++++++++
 drivers/input/keyboard/matrix_keypad.c             |  104 +++++++++++++++++++-
 include/linux/input/matrix_keypad.h                |    4 +-
 3 files changed, 157 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/matrix-keypad.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2012-10-30 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19  7:06 [PATCH 0/2] Input: matrix-keypad - Add device tree support AnilKumar Ch
2012-10-19  7:06 ` [PATCH 1/2] Input: matrix-keypad - remove const from pointer to array of gpios AnilKumar Ch
2012-10-19 23:00   ` Dmitry Torokhov
2012-10-30 13:08     ` AnilKumar, Chimata
2012-10-19  7:06 ` [PATCH 2/2] Input: matrix-keypad - Add device tree support AnilKumar Ch
2012-10-19 12:57   ` Rob Herring
2012-10-30 13:08     ` AnilKumar, Chimata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).