aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/edt-ft5x06.c
AgeCommit message (Expand)Author
2020-02-24Input: edt-ft5x06 - work around first register access errorPhilipp Zabel
2019-08-12Input: edt-ft5x06 - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-05Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov
2019-03-03Input: edt-ft5x06 - convert to use SPDX identifierAndy Shevchenko
2019-03-03Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko
2019-01-13Input: edt-ft5x06 - add offset support for ev-ft5726Marco Felsch
2019-01-13Input: edt-ft5x06 - add support to update ev-ft5726 registersMarco Felsch
2019-01-13Input: edt-ft5x06 - add support for Evervision FT5726Marco Felsch
2018-01-24Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov
2017-10-19Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig
2017-10-19Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig
2017-09-29Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti
2017-09-11Input: edt-ft5x06 - fix access to non-existing registerLuca Ceresoli
2017-05-22Input: edt-ft5x06 - increase allowed data range for threshold parameterMartin Kepplinger
2017-01-22Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck
2017-01-06Input: edt_ft5x06 - change msleep to usleep_range for small msecsAniroop Mathur
2016-08-22Input: remove duplicate ft6236 driverHans de Goede
2016-07-15Input: edt-ft5x06 - add support for inverting / swapping axesHans de Goede
2016-07-15Input: of_touchscreen - add support for inverted / swapped axesHans de Goede
2016-02-09Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel
2015-10-16Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr
2015-10-16Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr
2015-10-16Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr
2015-10-16Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr
2015-10-06Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr
2015-09-27Input: edt-ft5x06 - do not hardcode interrupt trigger typeDmitry Torokhov
2015-09-27Input: edt-ft5x06 - use generic properties APIDmitry Torokhov
2015-09-27Input: edt-ft5x06 - remove support for platform dataDmitry Torokhov
2015-09-27Input: edt-ft5x06 - drop parsing of irq gpioDmitry Torokhov
2015-09-27Input: edt-ft5x06 - switch to newer gpio frameworkFranklin S Cooper Jr
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-07-11Input: of_touchscreen - switch to using device propertiesDmitry Torokhov
2015-06-25Input: improve parsing OF parameters for touchscreensDmitry Torokhov
2015-06-25Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov
2015-03-24Input: edt-ft5x06 - remove EV_SYN event reportMaxime Ripard
2015-03-24Input: edt-ft5x06 - allow to setting the maximum axes value through the DTMaxime Ripard
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-12-15Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
2014-10-14input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes
2014-08-13Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov
2014-07-18Input: edt-ft5x06 - remove unnecessary null testFabian Frederick
2014-06-07Input: edt-ft5x06 - fix an i2c write for M09 supportRobert Woerle
2014-04-03Input: edt-ft5x06 - add a missing conditionDan Carpenter
2014-03-28Input: edt-ft5x06 - add support for M09 firmware versionLothar Waßmann
2014-03-28Input: edt-ft5x06 - ignore touchdown eventsLothar Waßmann
2014-03-28Input: edt-ft5x06 - adjust delays to conform datasheetLothar Waßmann
2014-03-28Input: edt-ft5x06 - add DT supportLothar Waßmann