summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics-rmi4 - enable IRQ operation in F34 V7Nick Dyer2017-04-143-68/+83
* Input: synaptics-rmi4 - change F12 clip to inactive border debugNick Dyer2017-04-141-11/+7Star
* Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer2017-04-141-1/+1
* Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov2017-04-043-69/+69
* Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov2017-04-041-25/+18Star
* Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov2017-04-041-5/+5
* Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov2017-04-041-3/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-03-241-0/+4
|\
| * Input: synaptics-rmi4 - prevent null pointer dereference in f30Benjamin Tissoires2017-03-101-0/+4
* | Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button countBenjamin Tissoires2017-03-011-2/+3
|/
* Merge branch 'next' into for-linusDmitry Torokhov2017-02-2111-240/+493
|\
| * 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/+144Star
| * Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()Wei Yongjun2017-02-071-1/+1
| * 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-02-014-4/+152
| | * Input: synaptics-rmi4 - add sysfs attribute update_fw_statusNick Dyer2017-02-013-27/+80
| | * Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck2017-01-222-4/+4
| | * Input: synaptics-rmi4 - correctly swap clip values if axes are swappedLucas Stach2017-01-161-1/+6
| | * Input: synaptics-rmi4 - remove redundant null check on rmi_devColin Ian King2016-12-291-3/+0Star
| | * Input: synaptics-rmi4 - check for non zero version logically dead codeColin Ian King2016-12-291-2/+0Star
| | * Input: synaptics-rmi4 - use Kconfig "if" to express dependencyDmitry Torokhov2016-12-291-16/+12Star
| * | Input: constify device_type structuresBhumika Goyal2017-01-241-2/+2
* | | Input: synaptics-rmi4 - select 'SERIO' when neededArnd Bergmann2017-02-071-1/+7
* | | Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET2017-01-311-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-01-131-1/+2
|\ \
| * | 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-1821-320/+3686
|\| |
| * | Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-12-1621-314/+4453
| |\|
| | * Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer2016-12-125-33/+1687
| | * Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer2016-12-081-5/+3Star
| | * Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires2016-12-035-41/+43
| | * Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-031-2/+47
| | * Input: synaptics-rmi4 - f03 - grab data passed by transport deviceDennis Wassenberg2016-12-031-9/+26
| | * Input: synaptics-rmi4 - add support for F03Lyude Paul2016-12-035-0/+246
| | * Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires2016-12-013-9/+8Star
| | * Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2016-12-012-16/+2Star
| | * Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-12-012-37/+22Star
| | * 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-233-4/+18
| | * Input: synaptics-rmi4 - add support for F55 sensor tuningGuenter Roeck2016-11-235-0/+138
| | * Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-238-31/+668
| | * Input: synaptics-rmi4 - unlock on errorDan Carpenter2016-11-171-2/+3
| | * Input: synaptics-rmi4 - add SMBus supportBenjamin Tissoires2016-11-094-0/+472
| | * Input: synaptics-rmi4 - set the ABS_MT_TOOL_TYPE bit to report tool typeAndrew Duggan2016-11-091-4/+6
| | * Input: synaptics-rmi4 - add support for controlling dribble packets in F12Andrew Duggan2016-11-091-1/+69
| | * Input: synaptics-rmi4 - add parameters for dribble packets and palm detect ge...Andrew Duggan2016-11-093-7/+33
| | * Input: synaptics-rmi4 - handle incomplete input dataAndrew Duggan2016-11-093-20/+61