[PATCH 0/2] imx: add matrix keypad (kpp) input driver

Sascha Hauer s.hauer at pengutronix.de
Tue Jul 17 14:46:41 EDT 2012


On Mon, Jul 16, 2012 at 01:40:28PM +0200, Christian Kapeller wrote:
> This patchset adds support for the imx matrix keypad peripheral (kpp). I've
> fleshed out the linux keypad driver, and remodeled it after the gpio_keys
> driver.
> 
> Currently platform helper functions are only provided for the imx51.
> 

Applied, thanks

Sascha

> Christian Kapeller (2):
>   input: Add i.MX matrix keypad driver
>   input: add i.MX51 platform code for matrix keypad driver
> 
>  arch/arm/mach-imx/devices.c                    |    5 +
>  arch/arm/mach-imx/include/mach/devices-imx51.h |    4 +
>  arch/arm/mach-imx/include/mach/devices.h       |    2 +
>  drivers/input/Kconfig                          |   13 +
>  drivers/input/Makefile                         |    1 +
>  drivers/input/imx_keypad.c                     |  463 ++++++++++++++++++++++++
>  include/matrix_keypad.h                        |   59 +++
>  7 files changed, 547 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/input/imx_keypad.c
>  create mode 100644 include/matrix_keypad.h
> 
> -- 
> 1.7.5.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list