aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/rmi_f54.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-04-24Input: synaptics-rmi4 - remove unnecessary flush_workqueue()ran jianping1-1/+0
2020-11-09Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones1-0/+6
2020-01-16Input: rmi_f54 - read from FIFO in 32 byte blocksHans Verkuil1-16/+27
2019-11-25Merge branch 'next' into for-linusDmitry Torokhov1-33/+30
2019-11-22Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54Hans Verkuil1-1/+14
2019-11-15Input: synaptics-rmi4 - destroy F54 poller workqueue when removingChuhong Yuan1-0/+1
2019-11-12Input: synaptics-rmi4 - clear IRQ enables for F54Lucas Stach1-1/+1
2019-11-04Input: synaptics-rmi4 - simplify data read in rmi_f54_workLucas Stach1-32/+16
2019-11-04Input: synaptics-rmi4 - fix video buffer sizeLucas Stach1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-26Input: synaptics-rmi4 - fix enum_fmtPhilipp Zabel1-15/+5
2019-04-26Input: synaptics-rmi4 - fill initial formatPhilipp Zabel1-0/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-6/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-05Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer1-6/+0
2017-10-09Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King1-1/+1
2017-06-23Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan1-10/+7
2016-11-22Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck1-4/+10
2016-11-16Input: synaptics-rmi4 - unlock on errorDan Carpenter1-2/+3
2016-09-19[media] Input: v4l-touch - add copyright linesNick Dyer1-0/+1
2016-08-23[media] Input: synaptics-rmi4 - add support for F54 diagnosticsNick Dyer1-0/+756