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.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
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-22
Input: pwm-beeper - suppress error message on probe defer
David Lechner
1
-1
/
+3
2017-01-22
Input: pwm-beeper - fix race when suspending
Dmitry Torokhov
1
-3
/
+18
2017-01-22
Input: pwm-beeper - use input_set_capability()
Dmitry Torokhov
1
-2
/
+2
2017-01-22
Input: pwm-beeper - switch to using managed resources
Dmitry Torokhov
1
-34
/
+10
2017-01-22
Input: pwm-beeper - remove calls to legacy pwm_request API
Dmitry Torokhov
1
-6
/
+0
2017-01-22
Input: misc - drop empty remove functions
Guenter Roeck
5
-30
/
+0
2017-01-22
Input: misc - drop unnecessary calls to device_init_wakeup
Guenter Roeck
7
-11
/
+0
2017-01-22
Input: misc - use local variables consistently
Guenter Roeck
3
-7
/
+6
2017-01-22
Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
5
-6
/
+0
2017-01-21
Input: soc_button_array - debounce the buttons
Hans de Goede
1
-0
/
+2
2017-01-18
Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-5
/
+3
2017-01-18
Input: soc_button_array - use 'dev' instead of dereferencing it
Guenter Roeck
1
-3
/
+3
2017-01-18
Input: mma8450 - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
1
-2
/
+0
2017-01-18
Input: gpio_decoder - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: bfin_rotary - switch to using devm_add_action_or_reset()
Guenter Roeck
1
-6
/
+5
2016-12-28
Input: bma150 - switch to using usleep_range instead of msleep
Aniroop Mathur
1
-2
/
+2
2016-12-13
Input: drv260x - use generic device properties
Jingkui Wang
1
-64
/
+19
2016-12-13
Input: drv260x - use temporary for &client->dev
Dmitry Torokhov
1
-22
/
+15
2016-12-13
Input: drv260x - fix input device's parent assignment
Jingkui Wang
1
-1
/
+0
2016-12-12
Input: drv260x - fix initializing overdrive voltage
Dmitry Torokhov
1
-1
/
+1
2016-11-30
Input: drv2667 - fix misuse of regmap_update_bits
Florian Vaussard
1
-2
/
+2
2016-11-30
Input: drv2665 - fix misuse of regmap_update_bits
Florian Vaussard
1
-3
/
+3
2016-11-25
Input: soc_button_array - bail out earlier if gpiod_count is zero
Benjamin Tissoires
1
-0
/
+5
2016-11-25
Input: soc_button_array - use gpio_is_valid()
Benjamin Tissoires
1
-1
/
+2
2016-11-17
Input: bma150 - avoid binding to bma180 if IIO bma180 driver present
Hans de Goede
1
-1
/
+8
2016-10-27
Input: da9063 - fix module autoload when registered via OF
Javier Martinez Canillas
1
-0
/
+1
2016-10-27
Input: da9061 - onkey driver
Steve Twiss
2
-7
/
+8
2016-10-14
Merge tag 'v4.8' into next
Dmitry Torokhov
3
-3
/
+26
2016-09-10
Input: tps65218-pwrbutton - add support for tps65217 variant
Marcin Niestroj
2
-29
/
+67
2016-08-30
Input: add generic input driver to read encoded GPIO lines
Vignesh R
3
-0
/
+150
2016-08-23
Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.org
Krzysztof Kozlowski
1
-2
/
+2
2016-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+22
2016-07-28
Input: rotary_encoder - support binary encoding of states
Uwe Kleine-König
1
-1
/
+22
2016-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-6
/
+463
2016-07-19
Merge branch 'for-linus' into next
Dmitry Torokhov
7
-45
/
+74
2016-07-14
Input: xen-kbdfront - prefer xenbus_write() over xenbus_printf() where possible
Jan Beulich
1
-4
/
+4
2016-06-23
Input: add powerkey driver for HISI 65xx SoC
Jorge Ramirez-Ortiz
3
-0
/
+152
2016-06-23
Input: apanel - spelling mistake - "skiping" -> "skipping"
Colin Ian King
1
-1
/
+1
2016-06-23
Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"
Colin Ian King
1
-1
/
+1
2016-06-19
Merge branch 'cec-defines' into for-linus
Dmitry Torokhov
1
-2
/
+2
2016-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-21
/
+54
2016-05-28
Input: pwm-beeper - fix - scheduling while atomic
Manfred Schlaegl
1
-21
/
+48
2016-05-25
Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+26
2016-05-20
Input: uinput - handle compat ioctl for UI_SET_PHYS
Ricky Liang
1
-0
/
+6
2016-05-19
Input: atmel_captouch - add dependence on i2c
Arnd Bergmann
1
-0
/
+1
2016-05-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-28
/
+42
2016-05-19
Input: add Atmel Captouch Button driver
Daniel Hung-yu Wu
3
-0
/
+304
2016-05-17
input: misc: pwm-beeper: Explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
2016-05-17
input: misc: max8997: Explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
[next]