summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/pixcir_i2c_ts.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Input: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-08Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-26/+12
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: pixcir_i2c_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-03Input: pixcir_i2c_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-4/+4
2019-10-10Input: pixcir_i2c_ts - remove platform dataDmitry Torokhov1-75/+25
2019-10-10Input: pixcir_i2c_ts - do not print error on defer probeFabio Estevam1-2/+6
2019-10-10Input: pixcir_i2c_ts - print register address in decimalFabio Estevam1-6/+6
2019-10-10Input: pixcir_i2c_ts - keep header files sortedFabio Estevam1-5/+5
2019-10-10Input: pixcir_i2c_ts - move definitions into a single fileFabio Estevam1-1/+59
2019-10-10Input: pixcir_i2c_ts - remove unneeded gpio.h header fileFabio Estevam1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2017-01-22Input: touchscreen - use local variables consistentlyGuenter Roeck1-2/+2
2016-08-23Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin1-1/+0
2016-08-23Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin1-4/+0
2016-08-23Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin1-7/+1
2016-07-16Input: pixcir_ts - add support for axis inversion / swappingHans de Goede1-33/+20
2016-07-16Input: of_touchscreen - add support for inverted / swapped axesHans de Goede1-1/+1
2015-12-05Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin1-0/+41
2015-10-14Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R1-12/+0
2015-07-20Merge tag 'v4.2-rc3' into nextDmitry Torokhov1-1/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-12Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov1-51/+44
2015-07-12Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov1-5/+0
2015-07-12Input: pixcir_i2c_ts - add RESET gpioRoger Quadros1-0/+22
2015-07-12Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov1-1/+1
2015-07-12Input: pixcir_i2c_ts - switch the device over to gpiodDmitry Torokhov1-17/+9
2015-07-12Input: pixcir_i2c_ts - move platform dataDmitry Torokhov1-1/+1
2015-06-17Input: pixcir_i2c_ts - fix receive errorFrodo Lai1-1/+1
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg1-1/+1
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-07-28Input: pixcir_i2c_ts - add device tree supportRoger Quadros1-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros1-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros1-31/+94
2014-05-19Input: pixcir_i2c_ts - implement wakeup from suspendRoger Quadros1-4/+43
2014-05-19Input: pixcir_i2c_ts - get rid of pdata->attb_read_val()Roger Quadros1-1/+15
2014-05-19Input: pixcir_i2c_ts - initialize interrupt mode and power modeRoger Quadros1-8/+174
2014-05-19Input: pixcir_i2c_ts - use devres managed resource allocationsRoger Quadros1-23/+15
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-05Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+1
2012-03-17Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov1-11/+1
2011-12-31Input: add driver for pixcir i2c touchscreensJianchun Bian1-0/+239