From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Add devicetree support to gpio-keys driver
Date: Fri, 14 Feb 2014 16:38:50 +0100 [thread overview]
Message-ID: <1392392334-20254-1-git-send-email-s.hauer@pengutronix.de> (raw)
This adds devicetree support for the gpio-keys driver and the necessary
prerequisites.
Sascha
----------------------------------------------------------------
Sascha Hauer (4):
input: Add BB_ prefix to KEY_ defines
input: gpio-keys: separate internal data from platform_data
input: Add keycode to barebox key translation table
input: gpio-keys: Add devicetree probe support
arch/arm/boards/archosg9/board.c | 6 +-
arch/arm/boards/at91sam9261ek/init.c | 6 +-
arch/arm/boards/at91sam9m10g45ek/init.c | 14 +--
arch/arm/boards/at91sam9m10ihd/init.c | 2 +-
arch/arm/boards/usb-a926x/init.c | 8 +-
commands/edit.c | 18 ++--
common/menu.c | 18 ++--
drivers/input/Makefile | 1 +
drivers/input/gpio_keys.c | 156 ++++++++++++++++++++++++++------
drivers/input/keymap.c | 136 ++++++++++++++++++++++++++++
drivers/input/qt1070.c | 4 +-
include/gpio_keys.h | 7 --
include/input/keyboard.h | 10 ++
include/readkey.h | 34 +++----
lib/readkey.c | 36 ++++----
lib/readline.c | 26 +++---
16 files changed, 360 insertions(+), 122 deletions(-)
create mode 100644 drivers/input/keymap.c
create mode 100644 include/input/keyboard.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-02-14 15:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-14 15:38 Sascha Hauer [this message]
2014-02-14 15:38 ` [PATCH 1/4] input: Add BB_ prefix to KEY_ defines Sascha Hauer
2014-02-14 15:38 ` [PATCH 2/4] input: gpio-keys: separate internal data from platform_data Sascha Hauer
2014-02-14 15:38 ` [PATCH 3/4] input: Add keycode to barebox key translation table Sascha Hauer
2014-02-14 15:38 ` [PATCH 4/4] input: gpio-keys: Add devicetree probe support Sascha Hauer
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=1392392334-20254-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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