| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: Explicitly include correct DT includes | Rob Herring | 2023-07-17 | 1 | -1/+1 |
* | Input: pixcir_i2c_ts - simplify with dev_err_probe() | Krzysztof Kozlowski | 2023-07-07 | 1 | -26/+12 |
* | Input: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-17 | 1 | -1/+1 |
* | Input: pixcir_i2c_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron | 2023-01-09 | 1 | -5/+5 |
* | Input: pixcir_i2c_ts - Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-12-02 | 1 | -3/+3 |
* | Input: use input_device_enabled() | Andrzej Pietrasiewicz | 2020-12-02 | 1 | -4/+4 |
* | Input: pixcir_i2c_ts - remove platform data | Dmitry Torokhov | 2019-10-09 | 1 | -75/+25 |
* | Input: pixcir_i2c_ts - do not print error on defer probe | Fabio Estevam | 2019-10-09 | 1 | -2/+6 |
* | Input: pixcir_i2c_ts - print register address in decimal | Fabio Estevam | 2019-10-09 | 1 | -6/+6 |
* | Input: pixcir_i2c_ts - keep header files sorted | Fabio Estevam | 2019-10-09 | 1 | -5/+5 |
* | Input: pixcir_i2c_ts - move definitions into a single file | Fabio Estevam | 2019-10-09 | 1 | -1/+59 |
* | Input: pixcir_i2c_ts - remove unneeded gpio.h header file | Fabio Estevam | 2019-10-09 | 1 | -1/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | Input: touchscreen - use local variables consistently | Guenter Roeck | 2017-01-21 | 1 | -2/+2 |
* | Input: pixcir_i2c_ts - remove a useless blank line | LABBE Corentin | 2016-08-22 | 1 | -1/+0 |
* | Input: pixcir_i2c_ts - remove text about writing to Free Software Foundation | LABBE Corentin | 2016-08-22 | 1 | -4/+0 |
* | Input: pixcir_i2c_ts - simplify code with of_device_get_match_data | LABBE Corentin | 2016-08-22 | 1 | -7/+1 |
* | Input: pixcir_ts - add support for axis inversion / swapping | Hans de Goede | 2016-07-15 | 1 | -33/+20 |
* | Input: of_touchscreen - add support for inverted / swapped axes | Hans de Goede | 2016-07-15 | 1 | -1/+1 |
* | Input: pixcir_i2c - add support for wake and enable gpios | Sander Vermin | 2015-12-04 | 1 | -0/+41 |
* | Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driver | Vignesh R | 2015-10-13 | 1 | -12/+0 |
* | Merge tag 'v4.2-rc3' into next | Dmitry Torokhov | 2015-07-20 | 1 | -1/+1 |
|\ |
|
| * | Input: pixcir_i2c_ts - fix receive error | Frodo Lai | 2015-06-16 | 1 | -1/+1 |
* | | Input: drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-07-17 | 1 | -1/+0 |
* | | Input: pixcir_i2c_ts - use standard OF touchscreen parsing code | Dmitry Torokhov | 2015-07-11 | 1 | -51/+44 |
* | | Input: pixcir_i2c_ts - simplify input device initialization | Dmitry Torokhov | 2015-07-11 | 1 | -5/+0 |
* | | Input: pixcir_i2c_ts - add RESET gpio | Roger Quadros | 2015-07-11 | 1 | -0/+22 |
* | | Input: pixcir_i2c_ts - allow using with GPIO expanders | Dmitry Torokhov | 2015-07-11 | 1 | -1/+1 |
* | | Input: pixcir_i2c_ts - switch the device over to gpiod | Dmitry Torokhov | 2015-07-11 | 1 | -17/+9 |
* | | Input: pixcir_i2c_ts - move platform data | Dmitry Torokhov | 2015-07-11 | 1 | -1/+1 |
|/ |
|
* | Input: MT - add support for balanced slot assignment | Henrik Rydberg | 2015-02-01 | 1 | -1/+1 |
* | Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume | Jingoo Han | 2014-11-02 | 1 | -4/+2 |
* | Input: pixcir_i2c_ts - add device tree support | Roger Quadros | 2014-07-28 | 1 | -0/+77 |
* | Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDs | Roger Quadros | 2014-07-28 | 1 | -17/+57 |
* | Input: pixcir_i2c_ts - use Type-B Multi-Touch protocol | Roger Quadros | 2014-07-28 | 1 | -31/+94 |
* | Input: pixcir_i2c_ts - implement wakeup from suspend | Roger Quadros | 2014-05-18 | 1 | -4/+43 |
* | Input: pixcir_i2c_ts - get rid of pdata->attb_read_val() | Roger Quadros | 2014-05-18 | 1 | -1/+15 |
* | Input: pixcir_i2c_ts - initialize interrupt mode and power mode | Roger Quadros | 2014-05-18 | 1 | -8/+174 |
* | Input: pixcir_i2c_ts - use devres managed resource allocations | Roger Quadros | 2014-05-18 | 1 | -23/+15 |
* | Input: use dev_get_platdata() | Jingoo Han | 2013-12-06 | 1 | -1/+2 |
* | Input: remove use of __devexit | Bill Pemberton | 2012-11-24 | 1 | -1/+1 |
* | Input: remove use of __devinit | Bill Pemberton | 2012-11-24 | 1 | -1/+1 |
* | Input: remove use of __devexit_p | Bill Pemberton | 2012-11-24 | 1 | -1/+1 |
* | Input: request threaded-only IRQs with IRQF_ONESHOT | Lars-Peter Clausen | 2012-07-04 | 1 | -1/+1 |
* | Input: synaptics_usb - switch to module_usb_driver() | Dmitry Torokhov | 2012-03-16 | 1 | -11/+1 |
* | Input: add driver for pixcir i2c touchscreens | Jianchun Bian | 2011-12-30 | 1 | -0/+239 |