index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
rmi4
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
Input: synaptics-rmi4 - fix axis-swap behavior
Lucas Stach
1
-18
/
+16
2018-06-21
Input: synaptics-rmi4 - fix an unchecked out of memory error path
Christophe JAILLET
1
-2
/
+5
2018-02-03
Input: synaptics-rmi4 - do not delete interrupt memory too early
Dmitry Torokhov
1
-7
/
+7
2018-02-03
Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
Dmitry Torokhov
1
-10
/
+54
2018-01-23
Input: synaptics-rmi4 - prevent UAF reported by KASAN
Nick Desaulniers
1
-1
/
+3
2017-11-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+2
2017-11-07
Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
Yiannis Marangos
1
-2
/
+2
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
Input: synaptics-rmi4 - limit the range of what GPIOs are buttons
Andrew Duggan
1
-2
/
+3
2017-07-24
Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Dmitry Torokhov
3
-19
/
+11
2017-07-22
Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01
Dmitry Torokhov
1
-8
/
+3
2017-07-12
Input: synaptics-rmi4 - constify attribute_group structures in F01
Arvind Yadav
1
-1
/
+1
2017-07-12
Input: synaptics-rmi4 - constify attribute_group structures in F34
Arvind Yadav
1
-1
/
+1
2017-06-23
Input: synaptics-rmi4 - only read the F54 query registers which are used
Andrew Duggan
1
-10
/
+7
2017-06-09
Input: synaptics-rmi4 - register F03 port as pass-through serio
Dmitry Torokhov
1
-1
/
+1
2017-06-01
Input: synaptics-rmi4 - use %phN to form F34 configuration ID
Dmitry Torokhov
1
-14
/
+8
2017-05-29
Input: synaptics-rmi4 - change a char type to u8
Dan Carpenter
1
-1
/
+1
2017-04-14
Input: synaptics-rmi4 - enable IRQ operation in F34 V7
Nick Dyer
3
-68
/
+83
2017-04-14
Input: synaptics-rmi4 - change F12 clip to inactive border debug
Nick Dyer
1
-11
/
+7
2017-04-14
Input: synaptics-rmi4 - use dev_driver_string when registering interrupt
Nick Dyer
1
-1
/
+1
2017-04-03
Input: synaptics-rmi4 - when registering sensors do not call them "drivers"
Dmitry Torokhov
3
-69
/
+69
2017-04-03
Input: synaptics-rmi4 - cleanup SMbus mapping handling
Dmitry Torokhov
1
-25
/
+18
2017-04-03
Input: synaptics-rmi4 - fix endianness issue in SMBus transport
Dmitry Torokhov
1
-5
/
+5
2017-04-03
Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensor
Dmitry Torokhov
1
-3
/
+8
2017-03-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+4
2017-03-10
Input: synaptics-rmi4 - prevent null pointer dereference in f30
Benjamin Tissoires
1
-0
/
+4
2017-03-01
Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button count
Benjamin Tissoires
1
-2
/
+3
2017-02-20
Merge branch 'next' into for-linus
Dmitry Torokhov
11
-240
/
+493
2017-02-09
Input: synaptics-rmi4 - forward upper mechanical buttons to PS/2 guest
Benjamin Tissoires
3
-16
/
+95
2017-02-09
Input: synaptics-rmi4 - clean up F30 implementation
Dmitry Torokhov
1
-182
/
+144
2017-02-07
Input: synaptics-rmi4 - select 'SERIO' when needed
Arnd Bergmann
1
-1
/
+7
2017-02-07
Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()
Wei Yongjun
1
-1
/
+1
2017-02-06
Merge branch 'synaptics-rmi4' into next
Dmitry Torokhov
10
-57
/
+268
2017-02-06
Input: synaptics-rmi4 - add rmi_find_function()
Benjamin Tissoires
2
-0
/
+14
2017-01-31
Input: synaptics-rmi4 - add sysfs interfaces for hardware IDs
Nick Dyer
4
-4
/
+152
2017-01-31
Input: synaptics-rmi4 - add sysfs attribute update_fw_status
Nick Dyer
3
-27
/
+80
2017-01-31
Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wake
Christophe JAILLET
1
-2
/
+2
2017-01-24
Input: constify device_type structures
Bhumika Goyal
1
-2
/
+2
2017-01-21
Input: synaptics-rmi4 - use local variables consistently
Guenter Roeck
2
-4
/
+4
2017-01-15
Input: synaptics-rmi4 - correctly swap clip values if axes are swapped
Lucas Stach
1
-1
/
+6
2017-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+2
2016-12-29
Input: synaptics-rmi4 - remove redundant null check on rmi_dev
Colin Ian King
1
-3
/
+0
2016-12-29
Input: synaptics-rmi4 - check for non zero version logically dead code
Colin Ian King
1
-2
/
+0
2016-12-29
Input: synaptics-rmi4 - use Kconfig "if" to express dependency
Dmitry Torokhov
1
-16
/
+12
2016-12-29
Merge branch 'synaptics-rmi4' into for-linus
Dmitry Torokhov
1
-1
/
+2
2016-12-27
Input: synaptics-rmi4 - fix F03 build error when serio is module
Dmitry Torokhov
1
-1
/
+2
2016-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
21
-320
/
+3686
2016-12-15
Merge branch 'synaptics-rmi4' into next
Dmitry Torokhov
21
-314
/
+4453
2016-12-12
Input: synaptics-rmi4 - add support for F34 V7 bootloader
Nick Dyer
5
-33
/
+1687
[next]