aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: ad7879 - convert to use regmapDmitry Torokhov2017-02-235-156/+64
* Input: zet6223 - export OF device ID as module aliasesJavier Martinez Canillas2017-02-201-0/+1
* Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Dmitry Torokhov2017-02-152-46/+478
|\
| * input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou2017-02-132-0/+6
| * input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson2017-02-081-45/+402
| * mfd: cros-ec: Update cros_ec_commands.h for buttons and switchesDouglas Anderson2017-02-081-2/+71
* | Input: tsc2004/5 - switch to using generic device propertiesDmitry Torokhov2017-02-122-97/+30
* | Input: tsc2004/5 - fix regulator handlingDmitry Torokhov2017-02-121-12/+7
* | Input: tsc2005 - add OF device tableDmitry Torokhov2017-02-121-1/+11
* | Input: add driver for Zeitec ZET6223Jelle van der Waa2017-02-095-0/+312
* | Input: joydev - do not report stale values on first openRaphael Assenat2017-02-091-5/+13
* | Input: synaptics-rmi4 - forward upper mechanical buttons to PS/2 guestBenjamin Tissoires2017-02-093-16/+95
* | Input: synaptics-rmi4 - clean up F30 implementationDmitry Torokhov2017-02-091-182/+144
* | Input: synaptics - use SERIO_OOB_DATA to handle trackstick buttonsDmitry Torokhov2017-02-092-14/+13
* | Input: psmouse - add a custom serio protocol to send extra informationBenjamin Tissoires2017-02-093-6/+47
* | Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()Wei Yongjun2017-02-071-1/+1
* | Input: xpad - restore LED state after device resumeCameron Gutman2017-02-061-1/+10
* | Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2017-02-0610-57/+268
|\ \
| * | Input: synaptics-rmi4 - add rmi_find_function()Benjamin Tissoires2017-02-062-0/+14
| * | Input: synaptics-rmi4 - add sysfs interfaces for hardware IDsNick Dyer2017-01-314-4/+152
| * | Input: synaptics-rmi4 - add sysfs attribute update_fw_statusNick Dyer2017-01-313-27/+80
| * | Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck2017-01-212-4/+4
| * | Input: synaptics-rmi4 - correctly swap clip values if axes are swappedLucas Stach2017-01-151-1/+6
| * | Input: synaptics-rmi4 - remove redundant null check on rmi_devColin Ian King2016-12-291-3/+0
| * | Input: synaptics-rmi4 - check for non zero version logically dead codeColin Ian King2016-12-291-2/+0
| * | Input: synaptics-rmi4 - use Kconfig "if" to express dependencyDmitry Torokhov2016-12-291-16/+12
* | | Input: xpad - fix stuck mode button on Xbox One S padCameron Gutman2017-02-061-0/+33
* | | Input: joydev - use clamp() macroDmitry Torokhov2017-02-011-1/+1
* | | Input: refuse to register absolute devices without absinfoDmitry Torokhov2017-02-011-0/+6
* | | Input: mousedev - stop offering PS/2 to userspace by defaultDmitry Torokhov2017-01-311-3/+0
* | | Input: tca8418 - switch to using generic device propertiesDmitry Torokhov2017-01-312-108/+26
* | | Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-3112-84/+73
* | | Input: delete MPU3050 driverLinus Walleij2017-01-313-492/+0
* | | Input: constify device_type structuresBhumika Goyal2017-01-242-3/+3
* | | Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-2417709-563501/+1335392
|\ \ \
| * | | Linux 4.10-rc5v4.10-rc5Linus Torvalds2017-01-221-2/+2
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-0/+2
| |\ \ \
| | * | | x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-181-0/+2
| * | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-2/+0
| |\ \ \ \
| | * | | | cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser2017-01-181-2/+0
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-01-225-7/+45
| |\ \ \ \ \
| | * | | | | virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal2017-01-191-1/+1
| | * | | | | virtio/s390: add missing \n to end of dev_err messageColin Ian King2017-01-191-1/+1
| | * | | | | virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel2017-01-191-0/+25
| | * | | | | tools/virtio/ringtest: tweaks for s390Halil Pasic2017-01-191-0/+12
| | * | | | | tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic2017-01-191-2/+3
| | * | | | | virtio_console: fix a crash in config_work_handlerG. Campana2017-01-191-1/+1
| | * | | | | vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| | * | | | | vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-01-223-75/+108
| |\ \ \ \ \