aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/st1232.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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