Searched hist:"4 f7ed234f2a5dcc26fc56a6e8324d34bbc9afe23" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | fsl-imx25-tcq.c | 4f7ed234f2a5dcc26fc56a6e8324d34bbc9afe23 Mon Dec 14 07:53:52 CST 2015 Markus Pargmann <mpa@pengutronix.de> Input: touchscreen: Add imx25 TCQ driver
This is a driver for the imx25 ADC/TSC module. It controls the touchscreen conversion queue and creates a touchscreen input device. The driver currently only supports 4 wire touchscreens. The driver uses a simple conversion queue of precharge, touch detection, X measurement, Y measurement, precharge and another touch detection.
This driver uses the regmap from the parent to setup some touch specific settings in the core driver and setup a idle configuration with touch detection.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Denis Carikli <denis@eukrea.com> [fix clock's period calculation] [fix calculation of the 'settling' value] Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
|
H A D | Makefile | diff 4f7ed234f2a5dcc26fc56a6e8324d34bbc9afe23 Mon Dec 14 07:53:52 CST 2015 Markus Pargmann <mpa@pengutronix.de> Input: touchscreen: Add imx25 TCQ driver
This is a driver for the imx25 ADC/TSC module. It controls the touchscreen conversion queue and creates a touchscreen input device. The driver currently only supports 4 wire touchscreens. The driver uses a simple conversion queue of precharge, touch detection, X measurement, Y measurement, precharge and another touch detection.
This driver uses the regmap from the parent to setup some touch specific settings in the core driver and setup a idle configuration with touch detection.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Denis Carikli <denis@eukrea.com> [fix clock's period calculation] [fix calculation of the 'settling' value] Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
|
H A D | Kconfig | diff 4f7ed234f2a5dcc26fc56a6e8324d34bbc9afe23 Mon Dec 14 07:53:52 CST 2015 Markus Pargmann <mpa@pengutronix.de> Input: touchscreen: Add imx25 TCQ driver
This is a driver for the imx25 ADC/TSC module. It controls the touchscreen conversion queue and creates a touchscreen input device. The driver currently only supports 4 wire touchscreens. The driver uses a simple conversion queue of precharge, touch detection, X measurement, Y measurement, precharge and another touch detection.
This driver uses the regmap from the parent to setup some touch specific settings in the core driver and setup a idle configuration with touch detection.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Denis Carikli <denis@eukrea.com> [fix clock's period calculation] [fix calculation of the 'settling' value] Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
|