summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/rmi_driver.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Input: synaptics-rmi4 - fix possible double freePan Bian2019-04-241-5/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-271-32/+20Star
|\
| * Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun2018-06-111-1/+1
| * Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer2018-06-051-32/+20Star
| * Merge tag 'v4.15' into nextDmitry Torokhov2018-02-011-1/+3
| |\
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-4/+5
* | | Merge branch 'next' into for-linusDmitry Torokhov2018-02-011-7/+7
|\| | | |/ |/|
| * Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov2018-01-231-7/+7
* | Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers2018-01-181-1/+3
|/
* Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer2017-04-141-1/+1
* Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov2017-04-041-3/+8
* Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov2017-03-091-2/+2
|\
| * Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET2017-01-311-2/+2
* | 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-061-3/+16
|\ \ | |/ |/|
| * Input: synaptics-rmi4 - add rmi_find_function()Benjamin Tissoires2017-02-061-0/+13
| * Input: synaptics-rmi4 - add sysfs interfaces for hardware IDsNick Dyer2017-02-011-1/+1
| * Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck2017-01-221-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-181-101/+319
|\|
| * Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer2016-12-121-23/+33
| * Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires2016-12-031-3/+2Star
| * Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-031-2/+47
| * Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2016-12-011-13/+2Star
| * Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-12-011-32/+8Star
| * Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-301-19/+64
| * Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-231-31/+74
| * Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson2016-11-091-4/+69
| * Input: synaptics-rmi4 - add a couple of debug linesNick Dyer2016-11-091-0/+1
| * Input: synaptics-rmi4 - factor out functions from probeNick Dyer2016-11-091-53/+86
| * Input: synaptics-rmi4 - stop scanning PDT after two empty pagesNick Dyer2016-11-091-2/+14
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-121-1/+0Star
|/
* Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan2016-08-221-1/+2
* Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan2016-03-181-3/+2Star
* Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan2016-03-111-0/+28
* Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesAndrew Duggan2016-03-111-0/+1027