summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
AgeCommit message (Expand)Author
2020-01-29Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil
2019-12-17Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfersHans Verkuil
2019-12-17Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflashLucas Stach
2019-11-20Input: synaptics-rmi4 - destroy F54 poller workqueue when removingChuhong Yuan
2019-11-20Input: synaptics-rmi4 - clear IRQ enables for F54Lucas Stach
2019-11-20Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Andrew Duggan
2019-11-20Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driverAndrew Duggan
2019-11-20Input: synaptics-rmi4 - fix video buffer sizeLucas Stach
2019-11-20Revert "Input: synaptics-rmi4 - avoid processing unknown IRQs"Evan Green
2019-10-29Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green
2019-05-16Input: synaptics-rmi4 - fix possible double freePan Bian
2019-05-02Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach
2018-08-24Input: synaptics-rmi4 - fix axis-swap behaviorLucas Stach
2018-06-21Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET
2018-02-03Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov
2018-02-03Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov
2018-01-23Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers
2017-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-11-07Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3Yiannis Marangos
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan
2017-07-24Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov
2017-07-22Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01Dmitry Torokhov
2017-07-12Input: synaptics-rmi4 - constify attribute_group structures in F01Arvind Yadav
2017-07-12Input: synaptics-rmi4 - constify attribute_group structures in F34Arvind Yadav
2017-06-23Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan
2017-06-09Input: synaptics-rmi4 - register F03 port as pass-through serioDmitry Torokhov
2017-06-01Input: synaptics-rmi4 - use %phN to form F34 configuration IDDmitry Torokhov
2017-05-29Input: synaptics-rmi4 - change a char type to u8Dan Carpenter
2017-04-14Input: synaptics-rmi4 - enable IRQ operation in F34 V7Nick Dyer
2017-04-14Input: synaptics-rmi4 - change F12 clip to inactive border debugNick Dyer
2017-04-14Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer
2017-04-03Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov
2017-04-03Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov
2017-04-03Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov
2017-04-03Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov
2017-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-03-10Input: synaptics-rmi4 - prevent null pointer dereference in f30Benjamin Tissoires
2017-03-01Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button countBenjamin Tissoires
2017-02-20Merge branch 'next' into for-linusDmitry Torokhov
2017-02-09Input: synaptics-rmi4 - forward upper mechanical buttons to PS/2 guestBenjamin Tissoires
2017-02-09Input: synaptics-rmi4 - clean up F30 implementationDmitry Torokhov
2017-02-07Input: synaptics-rmi4 - select 'SERIO' when neededArnd Bergmann
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 - add sysfs attribute update_fw_statusNick Dyer
2017-01-31Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET