mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PULL] gpio_keys
@ 2012-02-16 10:18 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-02-16 10:18 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-16 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-16 10:18 [PULL] gpio_keys Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox