index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
rmi4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: rmi_smbus - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: rmi_i2c - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: synaptics-rmi4 - convert to use sysfs_emit() APIs
zhang songyi
2022-09-27
1
-8
/
+8
*
Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()
Matthias Schiffer
2022-09-23
1
-10
/
+9
*
Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()
Matthias Schiffer
2022-09-23
1
-19
/
+6
*
Input: synaptics-rmi4 - remove unneeded struct register_offset
Matthias Schiffer
2022-09-23
3
-37
/
+15
*
Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" command
Matthias Schiffer
2022-09-23
1
-86
/
+1
*
Input: synaptics-rmi4 - reset after writing partition table
Matthias Schiffer
2022-09-23
1
-0
/
+8
*
Input: synaptics-rmi4 - rewrite partition table unconditionally
Matthias Schiffer
2022-09-23
2
-142
/
+13
*
Input: synaptics-rmi4 - fix command completion check for bootloader v7/v8
Matthias Schiffer
2022-09-23
1
-5
/
+5
*
Input: synaptics-rmi4 - introduce rmi_f34v7_check_command_status() helper
Matthias Schiffer
2022-09-23
1
-7
/
+29
*
Input: synaptics-rmi4 - fix firmware update operations with bootloader v8
Matthias Schiffer
2022-09-23
1
-3
/
+3
*
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
2
-5
/
+5
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-28
1
-1
/
+0
|
\
|
*
Input: synaptics-rmi4 - remove unnecessary flush_workqueue()
ran jianping
2022-04-25
1
-1
/
+0
*
|
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
2022-03-18
1
-1
/
+1
|
/
*
Input: synaptics-rmi4 - Fix device hierarchy
Loic Poulain
2021-11-06
1
-0
/
+1
*
Input: synaptics-rmi4 - use new structure for SPI transfer delays
Sergiu Cuciurean
2020-12-11
1
-2
/
+4
*
Input: synaptics-rmi4 - fix kerneldoc warnings
Lee Jones
2020-11-10
5
-115
/
+149
*
Input: synaptics-rmi4 - support bootloader v8 in f34v7
Jason A. Donenfeld
2020-10-05
1
-2
/
+7
*
Input: synaptics-rmi4 - add support for F3A
Vincent Huang
2020-10-05
5
-0
/
+254
*
Input: synaptics-rmi4 - rename f30_data to gpio_data
Vincent Huang
2020-10-05
1
-7
/
+7
*
Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()
Wei Yongjun
2020-04-29
1
-1
/
+2
*
Input: synaptics-rmi4 - really fix attn_data use-after-free
Evan Green
2020-04-28
1
-1
/
+1
*
Input: synaptics-rmi4 - set reduced reporting mode only when requested
Andrew Duggan
2020-03-24
1
-2
/
+2
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2020-02-01
1
-0
/
+14
|
\
|
*
Input: synaptics-rmi4 - switch to reduced reporting mode
Lucas Stach
2020-02-01
1
-0
/
+14
*
|
Input: rmi_f54 - read from FIFO in 32 byte blocks
Hans Verkuil
2020-01-17
1
-16
/
+27
*
|
Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"
Hans Verkuil
2020-01-17
1
-0
/
+2
|
/
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-12-06
2
-2
/
+3
|
\
|
*
Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers
Hans Verkuil
2019-12-05
1
-2
/
+0
|
*
Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflash
Lucas Stach
2019-12-05
1
-0
/
+3
*
|
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-11-25
1
-33
/
+30
|
\
|
|
*
Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54
Hans Verkuil
2019-11-23
1
-1
/
+14
|
*
Input: synaptics-rmi4 - simplify data read in rmi_f54_work
Lucas Stach
2019-11-05
1
-32
/
+16
*
|
Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
Chuhong Yuan
2019-11-15
1
-0
/
+1
*
|
Input: synaptics-rmi4 - clear IRQ enables for F54
Lucas Stach
2019-11-13
1
-1
/
+1
*
|
Input: synaptics-rmi4 - remove unused result_bits mask
Andrew Duggan
2019-11-05
1
-4
/
+1
*
|
Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)
Andrew Duggan
2019-11-05
2
-4
/
+4
*
|
Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver
Andrew Duggan
2019-11-05
1
-2
/
+26
*
|
Input: synaptics-rmi4 - fix video buffer size
Lucas Stach
2019-11-05
1
-1
/
+1
|
/
*
Input: synaptics-rmi4 - avoid processing unknown IRQs
Evan Green
2019-10-12
1
-1
/
+5
*
Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_params
Denis Efremov
2019-07-24
1
-1
/
+0
*
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-07-15
20
-76
/
+20
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
19
-76
/
+19
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-05-10
1
-15
/
+6
|
|
\
*
|
|
Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'
YueHaibing
2019-05-28
1
-4
/
+2
*
|
|
Merge tag 'v5.1' into next
Dmitry Torokhov
2019-05-10
2
-6
/
+2
|
\
|
|
|
|
/
|
/
|
[next]