index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2024-09-06
Input: gpio-keys - switch to using cleanup functions
Dmitry Torokhov
1
-27
/
+17
2024-09-06
Input: atkbd - use guard notation when acquiring mutex
Dmitry Torokhov
1
-22
/
+15
2024-09-06
Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into next
Dmitry Torokhov
1
-195
/
+139
2024-09-06
Input: matrix_keypad - remove support for platform data
Dmitry Torokhov
1
-71
/
+3
2024-09-06
Input: matrix_keypad - switch to gpiod API and generic device properties
Dmitry Torokhov
1
-156
/
+185
2024-09-06
Input: matrix_keypad - remove support for clustered interrupt
Dmitry Torokhov
1
-39
/
+22
2024-09-01
Input: snvs_pwrkey - use devm_clk_get_optional_enabled()
Dmitry Torokhov
1
-23
/
+1
2024-08-29
Input: adp5588-keys - add support for pure gpio
Utsav Agarwal
1
-13
/
+35
2024-08-29
Input: adp5588-keys - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-32
/
+17
2024-08-28
input: keyboard: support i.MX95 BBM module
Peng Fan
3
-0
/
+237
2024-08-28
Input: mt6779-keypad - use devm_clk_get_enabled()
Dmitry Torokhov
1
-17
/
+1
2024-08-27
Input: mt6779-keypad - fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-22
Input: keypad-nomadik-ske - remove the driver
Dmitry Torokhov
3
-390
/
+0
2024-07-31
Input: tc3589x - use of_property_present()
Rob Herring (Arm)
1
-2
/
+1
2024-07-29
Input: spear-keyboard - switch to devm_clk_get_prepared()
Christophe JAILLET
1
-15
/
+1
2024-07-16
Input: msc_touchkey - remove the driver
Dmitry Torokhov
3
-281
/
+0
2024-07-16
Input: adc-keys - use device_for_each_child_node_scoped()
Javier Carrasco
1
-4
/
+1
2024-07-16
Input: gpio_keys_polled - use device_for_each_child_node_scoped()
Javier Carrasco
1
-3
/
+1
2024-07-16
Input: gpio_keys - use device_for_each_child_node_scoped()
Javier Carrasco
1
-3
/
+1
2024-07-16
Input: qt1050 - use device_for_each_child_node_scoped()
Javier Carrasco
1
-10
/
+5
2024-07-13
Input: omap-keypad - use driver core to instantiate device attributes
Dmitry Torokhov
1
-10
/
+11
2024-07-08
Input: qt1050 - constify struct regmap_config
Javier Carrasco
1
-1
/
+1
2024-06-25
Input: qt1050 - handle CHIP_ID reading error
Andrei Lalaev
1
-1
/
+6
2024-06-07
Input: cap11xx - stop using chip ID when configuring it
Dmitry Torokhov
1
-55
/
+70
2024-06-03
Input: keyboard - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
8
-8
/
+8
2024-05-28
Merge tag 'v6.9' into next
Dmitry Torokhov
4
-12
/
+57
2024-05-14
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
10
-13
/
+13
2024-05-07
Input: cros_ec_keyb - remove an unused field in struct cros_ec_keyb
Christophe JAILLET
1
-2
/
+0
2024-05-07
Input: lpc32xx-keys - remove an unused field in struct lpc32xx_kscan_drv
Christophe JAILLET
1
-2
/
+1
2024-05-07
Input: matrix_keypad - remove an unused field in struct matrix_keypad
Christophe JAILLET
1
-1
/
+0
2024-05-07
Input: tca6416-keypad - remove unused struct tca6416_drv_data
Christophe JAILLET
1
-5
/
+0
2024-05-07
Input: tca6416-keypad - remove an unused field in struct tca6416_keypad_chip
Christophe JAILLET
1
-1
/
+0
2024-03-28
Input: stmpe - drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+3
2024-03-16
Merge branch 'next' into for-linus
Dmitry Torokhov
2
-117
/
+55
2024-03-05
Input: gpio_keys_polled - suppress deferred probe error for gpio
Uwe Kleine-König
1
-6
/
+4
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
1
-5
/
+9
2024-02-02
Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID
Hans de Goede
1
-1
/
+2
2024-02-02
Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
Hans de Goede
1
-5
/
+8
2024-01-31
Input: matrix_keypad - switch to using managed resources
Dmitry Torokhov
1
-65
/
+24
2024-01-31
Input: matrix_keypad - consolidate handling of clustered interrupt
Dmitry Torokhov
1
-43
/
+20
2024-01-31
Input: matrix_keypad - avoid repeatedly converting GPIO to IRQ
Dmitry Torokhov
1
-23
/
+25
2024-01-28
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
1
-3
/
+3
2024-01-20
Input: bcm-keypad - remove redundant of_match_ptr()
Ruan Jinjie
1
-1
/
+1
2024-01-17
Input: atkbd - use ab83 as id when skipping the getid command
Hans de Goede
1
-5
/
+7
2024-01-14
Merge branch 'next' into for-linus
Dmitry Torokhov
6
-85
/
+280
2023-12-29
Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messages
Hermes Zhang
1
-3
/
+3
2023-12-14
Input: omap-keypad - drop optional GPIO support
Linus Walleij
1
-18
/
+1
2023-12-14
Input: tca6416-keypad - drop unused include
Linus Walleij
1
-1
/
+0
2023-12-13
Input: qt1050 - convert to use maple tree register cache
Mark Brown
1
-1
/
+1
[prev]
[next]