History log of /arch/arm/plat-mxc/devices/platform-imx-keypad.c
Revision Date Author Comments
22785de54bfeae4809a469483d9021730fe2f106 27-Jun-2011 Fabio Estevam <fabio.estevam@freescale.com> ARM: mx53: Add keypad support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
a5fcfef0b8db574098f2e42827117bc4accf2efd 01-Dec-2010 Fabio Estevam <fabio.estevam@freescale.com> ARM: mx5: dynamically allocate imx-keypad devices

Add support for dynamical allocation of imx-keypad on mx5 platform.

After moving to dynamically registration of the keypad, the keypad clock
name needs to change accordingly.

The reason is that the original mx5 keypad platform_device id was 0,
now we use id=-1 as per arch/arm/plat-mxc/devices/platform-imx-keypad.c.

Tested keypad successfully on a MX51_3DS board.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
d690b4c4778096cde018709efd005dfef9714297 16-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: mx3: dynamically allocate imx-keypad devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
972cc48207450ce6aeed416ac176fe4d0482a4a3 11-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: imx: use SOC_IMX25 instead of ARCH_MX25 for multi-SoC

Some usages of ARCH_MX25 are assuming that if it is
defined the other SoCs are undefined. Use SOC_IMX25 for the save
places.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
ab9cee4b2167f8bf01d85b537df5b9cbe342c780 11-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: mx25: dynamically allocate imx-keypad devices

The mxc-keypad device seems to be the result of an early and partial
merge of the keypad driver. It's unused and there is no corresponding
driver available, so just remove it.

Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
3f880141b8d12cdbb5faf0b9941ee50ac515ea1e 10-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: imx: dynamically allocate imx-keypad devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>