aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/rmi_f11.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones1-107/+129
2020-03-24Input: synaptics-rmi4 - set reduced reporting mode only when requestedAndrew Duggan1-2/+2
2020-01-31Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach1-0/+14
2019-11-04Input: synaptics-rmi4 - remove unused result_bits maskAndrew Duggan1-4/+1
2019-11-04Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Andrew Duggan1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-26/+16
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-7/+8
2018-06-05Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer1-26/+16
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-24/+74
2016-12-02Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires1-6/+6
2016-11-30Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires1-2/+2
2016-11-08Input: synaptics-rmi4 - add parameters for dribble packets and palm detect gestureAndrew Duggan1-4/+28
2016-11-08Input: synaptics-rmi4 - handle incomplete input dataAndrew Duggan1-14/+40
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-07-14Input: synaptics-rmi4 - use the RMI_F11_REL_BYTES define in rmi_f11_rel_pos_reportAndrew Duggan1-2/+2
2016-07-14Input: synaptics-rmi4 - remove unneeded variableAndrew Duggan1-4/+1
2016-03-15Input: synaptics-rmi4 - using logical instead of bitwise ANDDan Carpenter1-2/+2
2016-03-10Input: synaptics-rmi4 - add device tree support for 2d sensors and F11Andrew Duggan1-1/+6
2016-03-10Input: synaptics-rmi4 - add support for 2D sensors and F11Andrew Duggan1-0/+1312