summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/cyttsp_core.c
Commit message (Expand)AuthorAgeFilesLines
* Input: cyttsp - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-271-4/+3
* Input: cyttsp - remove public headerDmitry Torokhov2021-06-011-1/+8
* Input: cyttsp - do not force interrupt triggerDmitry Torokhov2021-05-301-2/+1
* Input: cyttsp - obtain regulatorsLinus Walleij2021-05-261-0/+35
* Input: cyttsp - flag the device properlyLinus Walleij2021-04-101-1/+1
* Input: cyttsp - set abs params for ABS_MT_TOUCH_MAJORLinus Walleij2021-04-101-0/+3
* Input: cyttsp - drop the phys pathLinus Walleij2021-04-101-2/+0
* Input: cyttsp - reduce reset pulse timingsLinus Walleij2021-04-101-2/+8
* Input: cyttsp - error message on boot mode exit errorLinus Walleij2021-04-101-1/+3
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-3/+2
* Input: cyttsp - verbose error on soft resetLinus Walleij2021-03-251-5/+8
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-15/+1
* Input: of_touchscreen - add support for inverted / swapped axesHans de Goede2016-07-151-1/+1
* Input: cyttsp - perform hard reset of the chip during probeOreste Salerno2016-01-271-0/+12
* Input: cyttsp - switch to using device propertiesOreste Salerno2016-01-271-42/+94
* Input: cyttsp - check return value of input_mt_init_slotsOreste Salerno2016-01-271-1/+5
* Input: cyttsp - use devres managed resource allocationsOreste Salerno2016-01-271-38/+30
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-5/+2
* Merge tag 'v3.13-rc4' into nextDmitry Torokhov2013-12-161-1/+1
|\
| * tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | Input: use dev_get_platdata()Jingoo Han2013-12-061-2/+2
|/
* Merge branch 'next' into for-linusDmitry Torokhov2013-07-021-2/+4
|\
| * Input: cyttsp - I2C driver split into two modulesFerruh Yigit2013-06-301-2/+4
* | Input: cyttsp - add missing handshakeFerruh Yigit2013-06-051-6/+20
* | Input: cyttsp - fix memcpy size paramFerruh Yigit2013-06-051-1/+1
|/
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
* Input: cyttsp - remove useless checks in cyttsp_probe()Dmitry Torokhov2012-03-041-1/+1
* Input: add Cypress TTSP capacitive multi-touch screen supportJavier Martinez Canillas2012-01-311-0/+625