summaryrefslogtreecommitdiff
path: root/drivers/input/rmi4/rmi_driver.c
AgeCommit message (Expand)Author
2024-03-15Merge branch 'next' into for-linusDmitry Torokhov
2024-03-07Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removalMathias Krause
2024-01-18Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan
2020-04-28Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()Wei Yongjun
2020-04-27Input: synaptics-rmi4 - really fix attn_data use-after-freeEvan Green
2019-10-11Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-24Input: synaptics-rmi4 - fix possible double freePan Bian
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-11Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun
2018-06-05Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer
2018-02-01Merge tag 'v4.15' into nextDmitry Torokhov
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov
2018-01-22Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov
2018-01-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers
2017-04-14Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer
2017-04-03Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov
2017-03-09Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov
2017-02-07Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()Wei Yongjun
2017-02-06Merge branch 'synaptics-rmi4' into nextDmitry Torokhov
2017-02-06Input: synaptics-rmi4 - add rmi_find_function()Benjamin Tissoires
2017-01-31Input: synaptics-rmi4 - add sysfs interfaces for hardware IDsNick Dyer
2017-01-31Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET
2017-01-21Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2016-12-12Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer
2016-12-02Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires
2016-12-02Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires
2016-11-30Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires
2016-11-30Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires
2016-11-30Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires
2016-11-22Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer
2016-11-08Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson
2016-11-08Input: synaptics-rmi4 - add a couple of debug linesNick Dyer
2016-11-08Input: synaptics-rmi4 - factor out functions from probeNick Dyer
2016-11-08Input: synaptics-rmi4 - stop scanning PDT after two empty pagesNick Dyer
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-08-22Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan
2016-03-17Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan
2016-03-10Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan
2016-03-10Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesAndrew Duggan