summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/st1232.c
AgeCommit message (Expand)AuthorLines
2019-10-28Input: st1232 - switch to using MT-B protocolDmitry Torokhov-54/+56
2019-10-28Input: st1232 - note that the receive buffer is DMA-safeDmitry Torokhov-1/+1
2019-10-28Input: st1232 - do not set parent device explicitlyDmitry Torokhov-1/+0
2019-10-28Input: st1232 - do not allocate fingers data separatelyDmitry Torokhov-10/+6
2019-10-28Input: st1232 - do not reset the chip too earlyDmitry Torokhov-10/+12
2019-10-28Input: st1232 - rely on I2C core to configure wakeup interruptDmitry Torokhov-10/+6
2019-10-28Input: st1232 - do not unconditionally configure as wakeup sourceDmitry Torokhov-1/+0
2019-10-28Input: st1232 - simplify parsing of read bufferDmitry Torokhov-25/+25
2019-10-21Input: st1232 - fix reporting multitouch coordinatesDixit Parmar-2/+4
2019-02-16Input: st1232 - handle common DT bindingsMatthias Fend-2/+6
2019-02-16Input: st1232 - switch to gpiod APIMartin Kepplinger-14/+11
2019-01-28Input: st1232 - add Martin as module authorMartin Kepplinger-0/+1
2019-01-28Input: st1232 - add support for st1633Martin Kepplinger-34/+86
2018-11-12Input: st1232 - convert to SPDX identifiersKuninori Morimoto-10/+2
2018-10-05Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger-0/+1
2017-11-07Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven-13/+3
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck-1/+0
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-5/+2
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki-1/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+1
2013-10-06Input: st1232 - include linux/of.h headerSachin Kamat-0/+1
2013-04-15Input: st1232 - add reset pin handlingBastian Hecht-4/+43
2013-04-15Input: st1232 - convert to devm_* infrastructureLaurent Pinchart-22/+12
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitconstBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-04-04Input: st1232 - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov-7/+4
2012-04-04Input: st1232 - add device tree supportMagnus Damm-0/+9
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2011-12-25PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki-1/+12
2010-12-15Input: add ST1232 touchscreen controller driverTony SIM-0/+274