summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-01-138-10/+20
|\
| * Input: elants_i2c - avoid divide by 0 errors on bad touchscreen dataGuenter Roeck2017-01-051-2/+2
| * Input: adxl34x - make it enumerable in ACPI environmentAndy Shevchenko2017-01-031-3/+1
| * Input: ALPS - fix TrackStick Y axis handling for SS5 hardwarePaul Donohue2017-01-031-1/+1
| * Merge branch 'synaptics-rmi4' into for-linusDmitry Torokhov2016-12-291-1/+2
| |\
| | * Input: synaptics-rmi4 - fix F03 build error when serio is moduleDmitry Torokhov2016-12-271-1/+2
| * | Input: xpad - use correct product id for x360w controllersPavel Rojtberg2016-12-271-0/+6
| * | Input: synaptics_i2c - change msleep to usleep_range for small msecsAniroop Mathur2016-12-181-2/+2
| * | Input: i8042 - add Pegatron touchpad to noloop tableMarcos Paulo de Souza2016-12-181-0/+6
| * | Input: joydev - remove unused linux/miscdevice.h includeCorentin Labbe2016-12-181-1/+0
* | | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-231-3/+7
|\ \ \
| * | | Input: i8042 - Trust firmware a bit more when probing on X86Dmitry Torokhov2016-12-191-3/+7
* | | | Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-191-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | input: tps65218-pwrbutton: Add platform_device_id tableKeerthy2016-10-261-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-1744-711/+4150
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2016-12-1657-786/+5607
| |\ \ \
| | * \ \ Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-12-1524-348/+5091
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer2016-12-125-33/+1687
| | | * | Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer2016-12-071-5/+3
| | | * | Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires2016-12-025-41/+43
| | | * | Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-021-2/+47
| | | * | Input: synaptics-rmi4 - f03 - grab data passed by transport deviceDennis Wassenberg2016-12-021-9/+26
| | | * | Input: synaptics-rmi4 - add support for F03Lyude Paul2016-12-025-0/+246
| | | * | Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires2016-11-303-9/+8
| | | * | Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2016-11-302-16/+2
| | | * | Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-11-302-37/+22
| | | * | Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-302-19/+66
| | | * | Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck2016-11-223-4/+18
| | | * | Input: synaptics-rmi4 - add support for F55 sensor tuningGuenter Roeck2016-11-225-0/+138
| | | * | Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-228-31/+668
| | | * | Input: synaptics-rmi4 - unlock on errorDan Carpenter2016-11-161-2/+3
| | | * | Input: synaptics-rmi4 - add SMBus supportBenjamin Tissoires2016-11-084-0/+472
| | | * | Input: synaptics-rmi4 - set the ABS_MT_TOOL_TYPE bit to report tool typeAndrew Duggan2016-11-081-4/+6
| | | * | Input: synaptics-rmi4 - add support for controlling dribble packets in F12Andrew Duggan2016-11-081-1/+69
| | | * | Input: synaptics-rmi4 - add parameters for dribble packets and palm detect ge...Andrew Duggan2016-11-083-7/+33
| | | * | Input: synaptics-rmi4 - handle incomplete input dataAndrew Duggan2016-11-083-20/+61
| | | * | Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson2016-11-083-140/+79
| | | * | Input: synaptics-rmi4 - add a couple of debug linesNick Dyer2016-11-082-0/+4
| | | * | Input: synaptics-rmi4 - factor out functions from probeNick Dyer2016-11-081-53/+86
| | | * | Input: synaptics-rmi4 - stop scanning PDT after two empty pagesNick Dyer2016-11-081-2/+14
| | * | | Input: imx6ul_tsc - generalize the averaging propertyGuy Shapiro2016-12-151-11/+27
| | * | | Input: drv260x - use generic device propertiesJingkui Wang2016-12-121-64/+19
| | * | | Input: drv260x - use temporary for &client->devDmitry Torokhov2016-12-121-22/+15
| | * | | Input: drv260x - fix input device's parent assignmentJingkui Wang2016-12-121-1/+0
| | * | | Input: drv260x - fix initializing overdrive voltageDmitry Torokhov2016-12-121-1/+1
| | * | | Input: ALPS - fix protcol -> protocolMarcos Paulo de Souza2016-12-121-1/+1
| | * | | Input: i8042 - comment #else/#endif of CONFIG_PNPMarcos Paulo de Souza2016-12-121-2/+2
| | * | | Input: lpc32xx-keys - fix invalid error handling of a requested irqVladimir Zapolskiy2016-12-071-1/+1