summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/stmfts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: stmfts - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-271-7/+7
* Input: stmfts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov2022-05-261-8/+8
* Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun2022-03-201-3/+5
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-2/+1
* Input: stmfts - fix a & vs && typoYueHaibing2020-09-161-1/+1
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-121-1/+1
* Input: stmfts - acknowledge that setting brightness is a blocking callDmitry Torokhov2019-02-071-14/+16
* Input: stmfts, s6sy761 - update my e-mailAndi Shyti2018-03-301-1/+1
* Input: stmfts - use async probe & suspend/resume to avoid 2s delayMarek Szyprowski2018-03-301-0/+2
* Input: stmfts - set IRQ_NOAUTOEN to the irq flagAndi Shyti2018-01-221-3/+8
* Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-221-10/+5
* Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-231-4/+2
|\
| * Input: stmfts - fix setting ABS_MT_POSITION_* maximum sizeChanwoo Choi2017-10-181-4/+2
* | Input: stmfts - use devm_device_add_groupAndi Shyti2017-09-221-3/+1
|/
* Input: stmfts - mark all PM functions as __maybe_unusedArnd Bergmann2017-06-091-2/+2
* Input: add support for the STMicroelectronics FingerTip touchscreenAndi Shyti2017-06-051-0/+822