summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/cyttsp4_core.c
Commit message (Expand)AuthorAgeFilesLines
* Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou2023-05-011-2/+1
* Input: cyttsp4 - use EXPORT_GPL_RUNTIME_DEV_PM_OPS()Jonathan Cameron2023-01-271-7/+2
* Input: cyttsp4 - move 'cyttsp4_tch_abs_string' to the only file that referenc...Lee Jones2020-11-081-0/+14
* Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-121-3/+2
* Input: cyttsp4_core - fix use after free bugPan Bian2019-11-121-7/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-11/+1
* Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim2017-11-031-12/+40
* Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-241-4/+3
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-31/+31
* treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* Input: cyttsp4 - use swap() in cyttsp4_get_touch()Fabian Frederick2015-06-111-4/+1
* input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
* Input: cyttsp4 - remove unnecessary work pending testXie XiuQi2013-11-201-2/+1
* Input: cyttsp4_core - remove redundant dev_set_drvdataSachin Kamat2013-09-181-2/+0
* Merge tag 'v3.11' into nextDmitry Torokhov2013-09-181-9/+6
|\
| * Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit2013-07-041-1/+3
| * Input: cyttsp4 - leak on error path in probe()Dan Carpenter2013-07-021-3/+3
| * Input: cyttsp4 - silence NULL dereference warningDan Carpenter2013-07-021-5/+0
| * Input: cyttsp4 - silence shift wrap warningDan Carpenter2013-07-021-1/+1
* | Input: cyttsp4 - kill 'defined but not used' compiler warningsGeert Uytterhoeven2013-08-291-100/+100
* | Input: cyttsp4 - remove useless NULL test from cyttsp4_watchdog_timer()Wei Yongjun2013-08-261-3/+0
|/
* Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-301-0/+2169