From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PULL] gpio_keys
Date: Thu, 16 Feb 2012 11:18:36 +0100 [thread overview]
Message-ID: <20120216101836.GL1214@game.jcrosoft.org> (raw)
HI,
please found the patch series to add gpio_keys as console and the
support of the DAB-MMX for Calao USB
The following changes since commit 4b06ebc820aa9a46dfb73c7050b073d8224b4b70:
defaultenv/boot: add getopt option support to select boot mode (2012-02-14 15:01:52 +0100)
are available in the git repository at:
git://uboot.jcrosoft.org/barebox.git gpio_keys
Jean-Christophe PLAGNIOL-VILLARD (4):
add gpio keyboard support
readkey: add define for Ascii keys
at91: at91_register_uart return device
usb-a926x: add DAB MMX Daughter board support
arch/arm/boards/usb-a926x/init.c | 108 ++++++++++++++++++++++++++++
arch/arm/mach-at91/Kconfig | 9 +++
arch/arm/mach-at91/at91rm9200_devices.c | 6 +-
arch/arm/mach-at91/at91sam9260_devices.c | 6 +-
arch/arm/mach-at91/at91sam9261_devices.c | 6 +-
arch/arm/mach-at91/at91sam9263_devices.c | 6 +-
arch/arm/mach-at91/at91sam9g45_devices.c | 6 +-
arch/arm/mach-at91/include/mach/board.h | 2 +-
common/menu.c | 6 +-
drivers/Kconfig | 1 +
drivers/Makefile | 1 +
drivers/input/Kconfig | 19 +++++
drivers/input/Makefile | 1 +
drivers/input/gpio_keys.c | 115 ++++++++++++++++++++++++++++++
include/driver.h | 5 ++
include/gpio_keys.h | 30 ++++++++
include/readkey.h | 4 +
17 files changed, 312 insertions(+), 19 deletions(-)
create mode 100644 drivers/input/Kconfig
create mode 100644 drivers/input/Makefile
create mode 100644 drivers/input/gpio_keys.c
create mode 100644 include/gpio_keys.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2012-02-16 10:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120216101836.GL1214@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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