dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/linux/input
Arnd Bergmann 4eef6cbfcc Input: eeti_ts: pass gpio value instead of IRQ
The EETI touchscreen asserts its IRQ line as soon as it has data in its
internal buffers. The line is automatically deasserted once all data has
been read via I2C. Hence, the driver has to monitor the GPIO line and
cannot simply rely on the interrupt handler reception.

In the current implementation of the driver, irq_to_gpio() is used to
determine the GPIO number from the i2c_client's IRQ value.

As irq_to_gpio() is not available on all platforms, this patch changes
this and makes the driver ignore the passed in IRQ. Instead, a GPIO is
added to the platform_data struct and gpio_to_irq is used to derive the
IRQ from that GPIO. If this fails, bail out. The driver is only able to
work in environments where the touchscreen GPIO can be mapped to an
IRQ.

Without this patch, building raumfeld_defconfig results in:

drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active':
drivers/input/touchscreen/eeti_ts.c:65:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration]

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: stable@vger.kernel.org (v3.2+)
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Sven Neumann <s.neumann@raumfeld.com>
Cc: linux-input@vger.kernel.org
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
2012-08-09 15:16:41 +02:00
..
ad714x.h Input: ad714x - allow platform code to specify irqflags 2011-05-16 23:20:13 -07:00
adp5589.h Input: adp5589-keys - add support for the ADP5585 derivatives 2011-10-18 21:26:55 -07:00
adxl34x.h Input: adxl34x - documentation cleanup 2011-09-20 22:46:32 -07:00
as5011.h Input: add Austria Microsystem AS5011 joystick driver 2011-01-10 11:01:43 -08:00
auo-pixcir-ts.h Input: add driver for AUO In-Cell touchscreens using pixcir ICs 2011-12-27 21:22:18 -08:00
bu21013.h Input: bu21013_ts - remove duplicate resolution parameters 2011-01-17 20:49:12 -08:00
cma3000.h Input: add CMA3000 accelerometer driver 2010-11-30 23:05:21 -08:00
cy8ctmg110_pdata.h Input: cy8ctmg110 - capacitive touchscreen support 2010-07-31 02:37:17 -07:00
cyttsp.h Input: add Cypress TTSP capacitive multi-touch screen support 2012-01-31 00:18:36 -08:00
edt-ft5x06.h Input: add driver for FT5x06 based EDT displays 2012-07-24 23:55:03 -07:00
eeti_ts.h Input: eeti_ts: pass gpio value instead of IRQ 2012-08-09 15:16:41 +02:00
gp2ap002a00f.h Input: add driver for Sharp gp2ap002a00f proximity sensor 2011-12-12 00:03:36 -08:00
gpio_tilt.h Input: add generic GPIO-tilt driver 2011-11-30 23:41:16 -08:00
ili210x.h Input: ili210x - add support for Ilitek ILI210x based touchscreens 2012-03-17 12:20:44 -07:00
kxtj9.h Input: kxtj9 - who_am_i check value and initial data rate fixes 2012-03-16 22:49:32 -07:00
lm8333.h Input: add support for LM8333 keypads 2012-04-04 09:25:39 -07:00
matrix_keypad.h Input: matrix-keymap - wire up device tree support 2012-05-10 22:39:43 -07:00
mt.h Input: Use accessor for MT values 2012-02-02 14:42:20 +01:00
navpoint.h Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driver 2012-05-10 22:12:39 -07:00
pixcir_ts.h Input: add driver for pixcir i2c touchscreens 2011-12-30 15:25:52 -08:00
pmic8xxx-keypad.h input: Add Qualcomm pm8xxx keypad controller driver 2011-05-26 19:45:53 +02:00
pmic8xxx-pwrkey.h input: Add support for Qualcomm PMIC8XXX power key 2011-05-26 19:45:54 +02:00
samsung-keypad.h Input: samsung-keypad - enable compiling on other platforms 2011-11-15 09:46:14 -08:00
sh_keysc.h Input: sh_keysc - 8x8 MODE_6 fix 2011-06-18 02:55:01 -07:00
sparse-keymap.h Input: add generic support for sparse keymaps 2009-12-07 09:26:35 -08:00
tca8418_keypad.h Input: tca8418_keypad - initial driver release 2011-10-29 12:32:24 -07:00
ti_tscadc.h Input: add support for TI Touchscreen controller 2012-03-04 08:45:00 -08:00
tps6507x-ts.h input: Touchscreen driver for TPS6507x 2010-05-28 01:37:38 +02:00