summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/rmi_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2024-03-151-1/+5
|\
| * Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan2024-01-181-1/+5
* | Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removalMathias Krause2024-03-071-3/+3
|/
* Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()Wei Yongjun2020-04-281-1/+2
* Input: synaptics-rmi4 - really fix attn_data use-after-freeEvan Green2020-04-271-1/+1
* Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green2019-10-111-1/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: synaptics-rmi4 - fix possible double freePan Bian2019-04-241-5/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-271-32/+20
|\
| * 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/+20
| * Merge tag 'v4.15' into nextDmitry Torokhov2018-02-011-1/+3
| |\
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-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-221-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-031-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-01-311-1/+1
| * Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck2017-01-211-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-171-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-021-3/+2
| * Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-021-2/+47
| * Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2016-11-301-13/+2
| * Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-11-301-32/+8
| * Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-301-19/+64
| * Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-221-31/+74
| * Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson2016-11-081-4/+69
| * Input: synaptics-rmi4 - add a couple of debug linesNick Dyer2016-11-081-0/+1
| * 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
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
|/
* 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-171-3/+2
* Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan2016-03-101-0/+28
* Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesAndrew Duggan2016-03-101-0/+1027