summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/pixcir_i2c_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+1
* Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-26/+12
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: pixcir_i2c_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
* Input: pixcir_i2c_ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-4/+4
* Input: pixcir_i2c_ts - remove platform dataDmitry Torokhov2019-10-091-75/+25
* Input: pixcir_i2c_ts - do not print error on defer probeFabio Estevam2019-10-091-2/+6
* Input: pixcir_i2c_ts - print register address in decimalFabio Estevam2019-10-091-6/+6
* Input: pixcir_i2c_ts - keep header files sortedFabio Estevam2019-10-091-5/+5
* Input: pixcir_i2c_ts - move definitions into a single fileFabio Estevam2019-10-091-1/+59
* Input: pixcir_i2c_ts - remove unneeded gpio.h header fileFabio Estevam2019-10-091-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-211-2/+2
* Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin2016-08-221-1/+0
* Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin2016-08-221-4/+0
* Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin2016-08-221-7/+1
* Input: pixcir_ts - add support for axis inversion / swappingHans de Goede2016-07-151-33/+20
* Input: of_touchscreen - add support for inverted / swapped axesHans de Goede2016-07-151-1/+1
* Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin2015-12-041-0/+41
* Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R2015-10-131-12/+0
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-201-1/+1
|\
| * Input: pixcir_i2c_ts - fix receive errorFrodo Lai2015-06-161-1/+1
* | Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* | Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov2015-07-111-51/+44
* | Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov2015-07-111-5/+0
* | Input: pixcir_i2c_ts - add RESET gpioRoger Quadros2015-07-111-0/+22
* | Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov2015-07-111-1/+1
* | Input: pixcir_i2c_ts - switch the device over to gpiodDmitry Torokhov2015-07-111-17/+9
* | Input: pixcir_i2c_ts - move platform dataDmitry Torokhov2015-07-111-1/+1
|/
* Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-011-1/+1
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: pixcir_i2c_ts - add device tree supportRoger Quadros2014-07-281-0/+77
* Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros2014-07-281-17/+57
* Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros2014-07-281-31/+94
* Input: pixcir_i2c_ts - implement wakeup from suspendRoger Quadros2014-05-181-4/+43
* Input: pixcir_i2c_ts - get rid of pdata->attb_read_val()Roger Quadros2014-05-181-1/+15
* Input: pixcir_i2c_ts - initialize interrupt mode and power modeRoger Quadros2014-05-181-8/+174
* Input: pixcir_i2c_ts - use devres managed resource allocationsRoger Quadros2014-05-181-23/+15
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+1
* Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-161-11/+1
* Input: add driver for pixcir i2c touchscreensJianchun Bian2011-12-301-0/+239