public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] tegra: Enable keyboard with matrix keyboard driver
@ 2011-12-03  2:57 Simon Glass
  2011-12-03  2:57 ` [U-Boot] [PATCH 1/6] tegra: fdt: Add keyboard controller definition Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Simon Glass @ 2011-12-03  2:57 UTC (permalink / raw)
  To: u-boot

Tegra2 has a built-in a keyboard controller which we can use to scan
a matrix keyboard. This series brings in a driver for this and adds
support for the QUERTY keyboard on Seaboard as an example.


Anton Staff (3):
  tegra: fdt: Add keyboard controller definition
  tegra: fdt: Add keyboard definitions for Seaboard
  fdt: Add fdtdec functions to read byte array

Rakesh Iyer (1):
  tegra: Add tegra keyboard support

Simon Glass (2):
  tegra: Switch on console mux and use environment for console
  tegra: Enable keyboard for Seaboard

 arch/arm/dts/tegra20.dtsi            |    4 +
 board/nvidia/dts/tegra2-seaboard.dts |   71 ++++
 drivers/input/Makefile               |    1 +
 drivers/input/tegra-kbc.c            |  626 ++++++++++++++++++++++++++++++++++
 include/configs/seaboard.h           |    9 +
 include/configs/tegra2-common.h      |    9 +-
 include/fdtdec.h                     |   33 ++
 include/tegra-kbc.h                  |   33 ++
 lib/fdtdec.c                         |   25 ++
 9 files changed, 810 insertions(+), 1 deletions(-)
 create mode 100644 drivers/input/tegra-kbc.c
 create mode 100644 include/tegra-kbc.h

-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-12-12 20:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-03  2:57 [U-Boot] [PATCH 0/6] tegra: Enable keyboard with matrix keyboard driver Simon Glass
2011-12-03  2:57 ` [U-Boot] [PATCH 1/6] tegra: fdt: Add keyboard controller definition Simon Glass
2011-12-03  2:57 ` [U-Boot] [PATCH 2/6] tegra: fdt: Add keyboard definitions for Seaboard Simon Glass
2011-12-05 23:49   ` Stephen Warren
2011-12-03  2:57 ` [U-Boot] [PATCH 3/6] fdt: Add fdtdec functions to read byte array Simon Glass
2011-12-05 23:54   ` Stephen Warren
2011-12-06  0:27     ` Simon Glass
2011-12-03  2:57 ` [U-Boot] [PATCH 4/6] tegra: Add tegra keyboard support Simon Glass
2011-12-07 22:02   ` Stephen Warren
2011-12-08 21:56     ` Simon Glass
2011-12-12 18:00       ` Stephen Warren
2011-12-12 18:10         ` Simon Glass
2011-12-12 18:31           ` Stephen Warren
2011-12-12 20:03             ` Simon Glass
2011-12-03  2:57 ` [U-Boot] [PATCH 5/6] tegra: Switch on console mux and use environment for console Simon Glass
2011-12-03  2:57 ` [U-Boot] [PATCH 6/6] tegra: Enable keyboard for Seaboard Simon Glass

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