From: AnilKumar Ch <anilkumar-l0cyMroinI0@public.gmane.org>
To: dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org,
dgdunix-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/2] Input: matrix-keypad - Add device tree support
Date: Fri, 19 Oct 2012 12:36:11 +0530 [thread overview]
Message-ID: <1350630373-24279-1-git-send-email-anilkumar@ti.com> (raw)
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
next reply other threads:[~2012-10-19 7:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-19 7:06 AnilKumar Ch [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350630373-24279-1-git-send-email-anilkumar@ti.com \
--to=anilkumar-l0cymroini0@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=dgdunix-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).