index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-10
Merge branch 'next' into for-linus
Dmitry Torokhov
28
-363
/
+1091
2022-10-10
Input: pinephone-keyboard - support the proxied I2C bus
Samuel Holland
1
-0
/
+76
2022-10-10
Input: pinephone-keyboard - add PinePhone keyboard driver
Samuel Holland
3
-0
/
+406
2022-09-30
input: drop empty comment blocks
Christophe JAILLET
7
-21
/
+0
2022-09-27
Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address
Sebastian Krzyszkowiak
1
-1
/
+1
2022-09-27
Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-1
/
+1
2022-09-26
Input: ep93xx_keypad - add missing linux/input.h include
Dmitry Torokhov
1
-0
/
+1
2022-09-26
Input: imx_keypad - add missing linux/input.h include
Dmitry Torokhov
1
-0
/
+1
2022-09-26
Input: mt6779-keypad - add missing linux/input.h include
Dmitry Torokhov
1
-0
/
+1
2022-09-26
Input: st-keyscan - add missing linux/input.h and linux/of.h includes
Dmitry Torokhov
1
-4
/
+6
2022-09-26
Input: lm8333 - add missing linux/input.h include
Dmitry Torokhov
1
-4
/
+4
2022-09-25
Input: iqs62x-keys - drop unused device node references
Jeff LaBundy
1
-0
/
+3
2022-09-23
Input: matrix_keypad - add missed header inclusion
Andy Shevchenko
1
-0
/
+1
2022-09-13
Input: mtk-pmic-keys - add support for MT6331 PMIC keys
AngeloGioacchino Del Regno
1
-0
/
+21
2022-09-03
Input: atkbd - switch to using dev_groups for driver-specific attributes
Dmitry Torokhov
1
-10
/
+6
2022-08-31
Input: adp5588-keys - use new PM macros
Nuno Sá
1
-4
/
+4
2022-08-31
Input: adp5588-keys - add regulator support
Nuno Sá
1
-0
/
+20
2022-08-31
Input: adp5588-keys - add optional reset gpio
Nuno Sá
1
-0
/
+12
2022-08-31
Input: adp5588-keys - fix coding style warnings
Nuno Sá
1
-50
/
+48
2022-08-31
Input: adp5588-keys - do not check for irq presence
Nuno Sá
1
-5
/
+0
2022-08-31
Input: adp5588-keys - add support for fw properties
Nuno Sá
2
-107
/
+289
2022-08-31
Input: adp5588-keys - bail out on returned error
Nuno Sá
1
-18
/
+38
2022-08-31
Input: adp5588-keys - support gpi key events as 'gpio keys'
Nuno Sá
2
-132
/
+144
2022-08-31
Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
1
-3
/
+3
2022-08-31
Input: clps711x-keypad - get rid of OF_GPIO dependency
Andy Shevchenko
2
-7
/
+8
2022-08-19
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-4
/
+4
2022-08-17
Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...
Dmitry Torokhov
9
-60
/
+23
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
7
-20
/
+7
2022-08-12
Input: applespi - use correct struct names in comment
Colin Ian King
1
-1
/
+1
2022-08-12
Input: tc3589x-keypad - use correct struct names in comment
Colin Ian King
1
-1
/
+1
2022-08-11
Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-212
/
+227
2022-08-11
Input: mt6779-keypad - support double keys matrix
Mattijs Korpershoek
1
-1
/
+31
2022-08-11
Input: mt6779-keypad - prepare double keys support with calc_row_col
Mattijs Korpershoek
1
-2
/
+13
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-12
/
+2
2022-07-09
Input: mt6779-keypad - implement row/column selection
Mattijs Korpershoek
1
-0
/
+10
2022-07-09
Input: mt6779-keypad - match hardware matrix organization
Mattijs Korpershoek
1
-3
/
+5
2022-07-08
Merge tag 'v5.19-rc5' into next
Dmitry Torokhov
1
-0
/
+1
2022-06-24
Input: applespi - avoid efivars API and invoke EFI services directly
Ard Biesheuvel
1
-28
/
+14
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
1
-12
/
+2
2022-06-01
Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regs
AngeloGioacchino Del Regno
1
-6
/
+9
2022-06-01
Input: mtk-pmic-keys - transfer per-key bit in mtk_pmic_keys_regs
AngeloGioacchino Del Regno
1
-11
/
+19
2022-06-01
Input: mtk-pmic-keys - use single update when configuring long press behavior
Dmitry Torokhov
1
-43
/
+28
2022-06-01
Input: mtk-pmic-keys - allow compiling with COMPILE_TEST
Dmitry Torokhov
1
-1
/
+1
2022-06-01
Input: adp5588-keys - do not explicitly set device as wakeup source
Dmitry Torokhov
1
-8
/
+0
2022-06-01
Input: adp5588-keys - switch to using managed resources
Dmitry Torokhov
1
-67
/
+45
2022-06-01
Input: adp5588-keys - switch to using threaded interrupt
Dmitry Torokhov
1
-36
/
+45
2022-06-01
Input: adp5588-keys - drop CONFIG_PM guards
Dmitry Torokhov
1
-10
/
+3
2022-05-29
Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-31
/
+86
2022-05-28
Input: cros_ec_keyb - handle x86 detachable/convertible Chromebooks
Furquan Shaikh
1
-3
/
+18
2022-05-28
Input: cros_ec_keyb - switch to using generic device properties
Dmitry Torokhov
1
-22
/
+46
[next]