summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/st1232.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: st1232 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
* Input: st1232 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: st1232 - prefer asynchronous probingJohn Keeping2021-10-111-0/+1
* Input: st1232 - increase "wait ready" timeoutJohn Keeping2021-10-111-1/+1
* Input: st1232 - fix NORMAL vs. IDLE state handlingGeert Uytterhoeven2021-02-231-2/+7
* Input: st1232 - add IDLE state as ready conditionMichael Tretter2021-02-191-1/+1
* Input: st1232 - wait until device is ready before reading resolutionGeert Uytterhoeven2021-01-011-0/+35
* Input: st1232 - do not read more bytes than neededGeert Uytterhoeven2021-01-011-4/+5
* Input: st1232 - fix off-by-one error in resolution handlingGeert Uytterhoeven2021-01-011-2/+2
* Input: st1232 - add support resolution readingAndrej Valek2020-11-111-16/+36
* Input: st1232 - switch to using MT-B protocolDmitry Torokhov2019-10-281-54/+56
* Input: st1232 - note that the receive buffer is DMA-safeDmitry Torokhov2019-10-281-1/+1
* Input: st1232 - do not set parent device explicitlyDmitry Torokhov2019-10-281-1/+0
* Input: st1232 - do not allocate fingers data separatelyDmitry Torokhov2019-10-281-10/+6
* Input: st1232 - do not reset the chip too earlyDmitry Torokhov2019-10-281-10/+12
* Input: st1232 - rely on I2C core to configure wakeup interruptDmitry Torokhov2019-10-281-10/+6
* Input: st1232 - do not unconditionally configure as wakeup sourceDmitry Torokhov2019-10-281-1/+0
* Input: st1232 - simplify parsing of read bufferDmitry Torokhov2019-10-281-25/+25
* Input: st1232 - fix reporting multitouch coordinatesDixit Parmar2019-10-211-2/+4
* Input: st1232 - handle common DT bindingsMatthias Fend2019-02-161-2/+6
* Input: st1232 - switch to gpiod APIMartin Kepplinger2019-02-161-14/+11
* Input: st1232 - add Martin as module authorMartin Kepplinger2019-01-281-0/+1
* Input: st1232 - add support for st1633Martin Kepplinger2019-01-281-34/+86
* Input: st1232 - convert to SPDX identifiersKuninori Morimoto2018-11-121-10/+2
* Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger2018-10-051-0/+1
* Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven2017-11-071-13/+3
* Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-1/+0
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-5/+2
* PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki2014-02-111-1/+2
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: st1232 - include linux/of.h headerSachin Kamat2013-10-061-0/+1
* Input: st1232 - add reset pin handlingBastian Hecht2013-04-151-4/+43
* Input: st1232 - convert to devm_* infrastructureLaurent Pinchart2013-04-151-22/+12
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitconstBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: st1232 - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2012-04-041-7/+4
* Input: st1232 - add device tree supportMagnus Damm2012-04-041-0/+9
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki2011-12-251-1/+12
* Input: add ST1232 touchscreen controller driverTony SIM2010-12-151-0/+274