aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-02Input: goodix - add support for 9-bytes reportsYauhen Kharuzhy1-8/+50
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-04-03Input: goodix - add GT5663 CTP supportJagan Teki1-0/+2
2019-04-03Input: goodix - add regulators suppotJagan Teki1-0/+52
2019-02-16Input: goodix - print values in case of inconsistenciesGuido Günther1-1/+3
2019-02-16Input: goodix - support Goodix gt5688Guido Günther1-0/+2
2018-06-04Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee1-0/+1
2018-01-31Input: goodix - use generic touchscreen_propertiesMarcin Niestroj1-83/+58
2018-01-12Input: goodix - disable IRQs while suspendedHans de Goede1-2/+6
2017-10-24Input: goodix - support gt1151 touchpanelMarcin Niestroj1-27/+98
2017-10-19Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil1-23/+44
2017-09-11Input: goodix - add support for capacitive home buttonSergei A. Trusov1-0/+9
2015-12-17Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"Karsten Merker1-8/+4
2015-12-17Input: goodix - add axis swapping and axis inversion supportKarsten Merker1-0/+25
2015-12-17Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_sendIrina Tirdea1-6/+1
2015-12-17Input: goodix - add power management supportIrina Tirdea1-5/+98
2015-12-17Input: goodix - write configuration data to deviceIrina Tirdea1-32/+212
2015-12-17Input: goodix - reset device at initIrina Tirdea1-0/+119
2015-12-17Input: goodix - use actual config length for each device typeIrina Tirdea1-2/+25
2015-09-03Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2015-07-30Input: export I2C module alias information in missing driversJavier Martinez Canillas1-0/+1
2015-07-24Input: goodix - fix touch coordinates on WinBook TW100 and TW700Bastien Nocera1-0/+36
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-11Input: goodix - do not explicitly set evbits in input deviceDmitry Torokhov1-4/+0
2015-06-09Input: goodix - export id and version read from deviceIrina Tirdea1-12/+21
2015-06-09Input: goodix - fix variable length array warningIrina Tirdea1-1/+1
2015-06-09Input: goodix - fix alignment issuesIrina Tirdea1-8/+8
2015-05-06Input: goodix - check the 'buffer status' bit before reading dataPaul Cercueil1-0/+3
2015-03-06Input: goodix - add device tree supportAleksei Mamlin1-1/+20
2015-03-06Input: goodix - use max touch number from device configAleksei Mamlin1-6/+9
2014-10-31Input: add driver for the Goodix touchpanelBastien Nocera1-0/+395