All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] tegra: Enable keyboard with matrix keyboard driver
@ 2011-12-03  2:57 Simon Glass
       [not found] ` <1322881071-11148-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ 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] 28+ messages in thread

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

Thread overview: 28+ 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
     [not found] ` <1322881071-11148-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-12-03  2:57   ` [PATCH 1/6] tegra: fdt: Add keyboard controller definition Simon Glass
2011-12-03  2:57     ` [U-Boot] " Simon Glass
2011-12-03  2:57   ` [PATCH 3/6] fdt: Add fdtdec functions to read byte array Simon Glass
2011-12-03  2:57     ` [U-Boot] " Simon Glass
     [not found]     ` <1322881071-11148-4-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-12-05 23:54       ` Stephen Warren
2011-12-05 23:54         ` [U-Boot] " Stephen Warren
2011-12-06  0:27         ` Simon Glass
2011-12-06  0:27           ` [U-Boot] " Simon Glass
2011-12-03  2:57 ` [PATCH 2/6] tegra: fdt: Add keyboard definitions for Seaboard Simon Glass
2011-12-03  2:57   ` [U-Boot] " Simon Glass
     [not found]   ` <1322881071-11148-3-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-12-05 23:49     ` Stephen Warren
2011-12-05 23:49       ` [U-Boot] " Stephen Warren
2011-12-03  2:57 ` [U-Boot] [PATCH 4/6] tegra: Add tegra keyboard support Simon Glass
     [not found]   ` <1322881071-11148-5-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-12-07 22:02     ` Stephen Warren
2011-12-07 22:02       ` [U-Boot] " Stephen Warren
     [not found]       ` <4EDFE259.9080201-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-12-08 21:56         ` Simon Glass
2011-12-08 21:56           ` [U-Boot] " Simon Glass
     [not found]           ` <CAPnjgZ3AP2d7kGqawm=CyySd=y0UfXAsYr4r0TvXaX+64pdUuA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-12-12 18:00             ` Stephen Warren
2011-12-12 18:00               ` [U-Boot] " Stephen Warren
2011-12-12 18:10               ` Simon Glass
2011-12-12 18:10                 ` [U-Boot] " Simon Glass
     [not found]                 ` <CAPnjgZ1dskr04mNfdkTPVLjbv8EnJisQvt1YrYOjKSSa=AbhkA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-12-12 18:31                   ` Stephen Warren
2011-12-12 18:31                     ` [U-Boot] " Stephen Warren
2011-12-12 20:03                     ` Simon Glass
2011-12-12 20:03                       ` [U-Boot] " 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.