summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c
Commit message (Expand)AuthorAgeFilesLines
* Input: goodix - add GT5663 CTP supportJagan Teki2019-04-031-0/+2
* Input: goodix - add regulators suppotJagan Teki2019-04-031-0/+52
* Input: goodix - print values in case of inconsistenciesGuido Günther2019-02-161-1/+3
* Input: goodix - support Goodix gt5688Guido Günther2019-02-161-0/+2
* Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee2018-06-041-0/+1
* Input: goodix - use generic touchscreen_propertiesMarcin Niestroj2018-01-311-83/+58
* Input: goodix - disable IRQs while suspendedHans de Goede2018-01-121-2/+6
* Input: goodix - support gt1151 touchpanelMarcin Niestroj2017-10-241-27/+98
* Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil2017-10-191-23/+44
* Input: goodix - add support for capacitive home buttonSergei A. Trusov2017-09-111-0/+9
* Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"Karsten Merker2015-12-171-8/+4
* Input: goodix - add axis swapping and axis inversion supportKarsten Merker2015-12-171-0/+25
* Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_sendIrina Tirdea2015-12-171-6/+1
* Input: goodix - add power management supportIrina Tirdea2015-12-171-5/+98
* Input: goodix - write configuration data to deviceIrina Tirdea2015-12-171-32/+212
* Input: goodix - reset device at initIrina Tirdea2015-12-171-0/+119
* Input: goodix - use actual config length for each device typeIrina Tirdea2015-12-171-2/+25
* Merge branch 'next' into for-linusDmitry Torokhov2015-09-031-1/+1
|\
| * Input: export I2C module alias information in missing driversJavier Martinez Canillas2015-07-301-0/+1
| * Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* | Input: goodix - fix touch coordinates on WinBook TW100 and TW700Bastien Nocera2015-07-241-0/+36
|/
* Input: goodix - do not explicitly set evbits in input deviceDmitry Torokhov2015-06-111-4/+0
* Input: goodix - export id and version read from deviceIrina Tirdea2015-06-091-12/+21
* Input: goodix - fix variable length array warningIrina Tirdea2015-06-091-1/+1
* Input: goodix - fix alignment issuesIrina Tirdea2015-06-091-8/+8
* Input: goodix - check the 'buffer status' bit before reading dataPaul Cercueil2015-05-061-0/+3
* Input: goodix - add device tree supportAleksei Mamlin2015-03-061-1/+20
* Input: goodix - use max touch number from device configAleksei Mamlin2015-03-061-6/+9
* Input: add driver for the Goodix touchpanelBastien Nocera2014-10-311-0/+395