aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/st1232.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Input: st1232 - prefer asynchronous probingJohn Keeping1-0/+1
2021-10-11Input: st1232 - increase "wait ready" timeoutJohn Keeping1-1/+1
2021-02-23Input: st1232 - fix NORMAL vs. IDLE state handlingGeert Uytterhoeven1-2/+7
2021-02-19Input: st1232 - add IDLE state as ready conditionMichael Tretter1-1/+1
2021-01-01Input: st1232 - wait until device is ready before reading resolutionGeert Uytterhoeven1-0/+35
2021-01-01Input: st1232 - do not read more bytes than neededGeert Uytterhoeven1-4/+5
2021-01-01Input: st1232 - fix off-by-one error in resolution handlingGeert Uytterhoeven1-2/+2
2020-11-11Input: st1232 - add support resolution readingAndrej Valek1-16/+36
2019-10-28Input: st1232 - switch to using MT-B protocolDmitry Torokhov1-54/+56
2019-10-28Input: st1232 - note that the receive buffer is DMA-safeDmitry Torokhov1-1/+1
2019-10-28Input: st1232 - do not set parent device explicitlyDmitry Torokhov1-1/+0
2019-10-28Input: st1232 - do not allocate fingers data separatelyDmitry Torokhov1-10/+6
2019-10-28Input: st1232 - do not reset the chip too earlyDmitry Torokhov1-10/+12
2019-10-28Input: st1232 - rely on I2C core to configure wakeup interruptDmitry Torokhov1-10/+6
2019-10-28Input: st1232 - do not unconditionally configure as wakeup sourceDmitry Torokhov1-1/+0
2019-10-28Input: st1232 - simplify parsing of read bufferDmitry Torokhov1-25/+25
2019-10-21Input: st1232 - fix reporting multitouch coordinatesDixit Parmar1-2/+4
2019-02-16Input: st1232 - handle common DT bindingsMatthias Fend1-2/+6
2019-02-16Input: st1232 - switch to gpiod APIMartin Kepplinger1-14/+11
2019-01-28Input: st1232 - add Martin as module authorMartin Kepplinger1-0/+1
2019-01-28Input: st1232 - add support for st1633Martin Kepplinger1-34/+86
2018-11-12Input: st1232 - convert to SPDX identifiersKuninori Morimoto1-10/+2
2018-10-05Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger1-0/+1
2017-11-07Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven1-13/+3
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck1-1/+0
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-5/+2
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki1-1/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-10-06Input: st1232 - include linux/of.h headerSachin Kamat1-0/+1
2013-04-15Input: st1232 - add reset pin handlingBastian Hecht1-4/+43
2013-04-15Input: st1232 - convert to devm_* infrastructureLaurent Pinchart1-22/+12
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-04-04Input: st1232 - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-7/+4
2012-04-04Input: st1232 - add device tree supportMagnus Damm1-0/+9
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-12-25PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki1-1/+12
2010-12-15Input: add ST1232 touchscreen controller driverTony SIM1-0/+274