[PULL] gpio_keys
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Feb 16 05:18:36 EST 2012
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.
More information about the barebox
mailing list