summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/edt-ft5x06.c
Commit message (Expand)AuthorAgeFilesLines
* Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel2016-02-101-6/+12
* Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr2015-10-171-3/+3
* Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr2015-10-171-1/+7
* Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr2015-10-171-9/+29
* Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr2015-10-171-4/+5
* Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr2015-10-071-2/+3
* Input: edt-ft5x06 - do not hardcode interrupt trigger typeDmitry Torokhov2015-09-281-3/+9
* Input: edt-ft5x06 - use generic properties APIDmitry Torokhov2015-09-281-11/+15
* Input: edt-ft5x06 - remove support for platform dataDmitry Torokhov2015-09-281-37/+4Star
* Input: edt-ft5x06 - drop parsing of irq gpioDmitry Torokhov2015-09-281-10/+0Star
* Input: edt-ft5x06 - switch to newer gpio frameworkFranklin S Cooper Jr2015-09-281-91/+38Star
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0Star
* Input: of_touchscreen - switch to using device propertiesDmitry Torokhov2015-07-121-1/+1
* Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-251-1/+1
* Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov2015-06-251-6/+1Star
* Input: edt-ft5x06 - remove EV_SYN event reportMaxime Ripard2015-03-241-1/+0Star
* Input: edt-ft5x06 - allow to setting the maximum axes value through the DTMaxime Ripard2015-03-241-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-311-1/+3
|\
| * Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz2014-12-161-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-4/+2Star
|\|
| * Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* | input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
|/
* Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov2014-08-141-1/+0Star
* Input: edt-ft5x06 - remove unnecessary null testFabian Frederick2014-07-181-2/+1Star
* Input: edt-ft5x06 - fix an i2c write for M09 supportRobert Woerle2014-06-081-1/+1
* Input: edt-ft5x06 - add a missing conditionDan Carpenter2014-04-031-3/+4
* Input: edt-ft5x06 - add support for M09 firmware versionLothar Waßmann2014-03-281-82/+276
* Input: edt-ft5x06 - ignore touchdown eventsLothar Waßmann2014-03-281-0/+4
* Input: edt-ft5x06 - adjust delays to conform datasheetLothar Waßmann2014-03-281-3/+3
* Input: edt-ft5x06 - add DT supportLothar Waßmann2014-03-281-31/+114
* Input: edt-ft5x06 - several cleanups; no functional changeLothar Waßmann2014-03-281-9/+6Star
* Input: edt_ft5x06 - use devm_* functions where appropriateLothar Waßmann2014-01-211-43/+26Star
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat2013-03-311-2/+1Star
* Input: remove use of __devexitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devinitBill Pemberton2012-11-241-6/+6
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov2012-10-301-4/+7
|\
| *-. Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogi...Jiri Kosina2012-10-011-4/+7
| |\ \
| | * | Input: edt-ft5x06 - return -EFAULT on copy_to_user() errorAxel Lin2012-09-201-3/+6
| | * | Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FSGuenter Roeck2012-08-221-1/+1
| | |/
* | / Input: edt-ft5x06 - convert to use simple_open()Wei Yongjun2012-10-181-9/+1Star
|/ /
* / Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
|/
* Input: add driver for FT5x06 based EDT displaysSimon Budig2012-07-251-0/+898