index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
Daniel Lezcano
2023-03-03
1
-1
/
+1
*
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-27
1
-0
/
+17
|
\
|
*
Input: mtk-pmic-keys: add MT6357 support
Fabien Parent
2023-01-19
1
-0
/
+17
*
|
Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-26
111
-815
/
+665
|
\
\
|
*
\
Merge branch 'next' into for-linus
Dmitry Torokhov
2023-02-21
120
-1077
/
+834
|
|
\
\
|
|
*
|
Input: iqs626a - drop unused device node references
Jeff LaBundy
2023-02-04
1
-83
/
+73
|
|
*
|
Input: cyttsp5 - fix bitmask for touch buttons
Richard Kjerstadius
2023-02-04
1
-1
/
+1
|
|
*
|
Input: exc3000 - properly stop timer on shutdown
Dmitry Torokhov
2023-02-04
1
-0
/
+10
|
|
*
|
Input: synaptics-rmi4 - fix SPI device ID
Rayyan Ansari
2023-02-04
1
-1
/
+1
|
|
*
|
Input: cap11xx - add support for cap1203, cap1293 and cap1298
Jiri Valek - 2N
2023-02-04
1
-2
/
+17
|
|
*
|
Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenation
Randy Dunlap
2023-01-30
1
-1
/
+1
|
|
*
|
Input: edt-ft5x06 - fix typo in a comment
Dario Binacchi
2023-01-30
1
-1
/
+1
|
|
*
|
Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: st-keyscan - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: olpc_apsp - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: apbps2 - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
|
|
*
|
Input: ads7846 - don't check penirq immediately for 7845
Luca Ellero
2023-01-30
1
-7
/
+1
|
|
*
|
Input: ads7846 - always set last command to PWRDOWN
Luca Ellero
2023-01-30
1
-1
/
+9
|
|
*
|
Input: ads7846 - don't report pressure for ads7845
Luca Ellero
2023-01-30
1
-2
/
+3
|
|
*
|
Input: xpad - add 8BitDo Pro 2 Wired Controller support
John Butler
2023-01-27
1
-0
/
+2
|
|
*
|
Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typo
Arnd Bergmann
2023-01-27
1
-2
/
+2
|
|
*
|
Input: wistron_btns - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM ...
Jonathan Cameron
2023-01-27
1
-5
/
+1
|
|
*
|
Input: cma3000 - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM guards
Jonathan Cameron
2023-01-27
1
-5
/
+1
|
|
*
|
Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEP
Jonathan Cameron
2023-01-27
1
-5
/
+2
|
|
*
|
Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
1
-3
/
+3
|
|
*
|
Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()
Jonathan Cameron
2023-01-27
1
-5
/
+5
|
|
*
|
Input: cyttsp - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
3
-6
/
+5
|
|
*
|
Input: cyttsp4 - use EXPORT_GPL_RUNTIME_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
3
-9
/
+4
|
|
*
|
Input: tsc200x - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
3
-6
/
+5
|
|
*
|
Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
4
-54
/
+16
|
|
*
|
Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
4
-34
/
+10
|
|
*
|
Input: stmfts - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()
Jonathan Cameron
2023-01-27
1
-7
/
+7
|
|
*
|
Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()
Jonathan Cameron
2023-01-27
3
-24
/
+13
|
|
*
|
Input: s6sy761 - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()
Jonathan Cameron
2023-01-27
1
-8
/
+7
|
|
*
|
Input: samsung-keypad - switch to pm_ptr() and SYSTEM_SLEEP/RUNTIME_PM_OPS()
Jonathan Cameron
2023-01-27
1
-8
/
+4
|
|
*
|
Input: axp20x-pek - switch to SYSTEM_SLEEP_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-27
1
-7
/
+5
|
|
*
|
Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()
Jonathan Cameron
2023-01-27
1
-7
/
+7
|
|
*
|
Input: cros_ec_keyb - add 3 buttons for monitor function
joewu (吳仲振)
2023-01-20
1
-0
/
+15
|
|
*
|
Input: iqs269a - do not poll during ATI
Jeff LaBundy
2023-01-11
1
-51
/
+46
|
|
*
|
Input: iqs269a - do not poll during suspend or resume
Jeff LaBundy
2023-01-11
1
-87
/
+31
|
|
*
|
Input: iqs269a - configure device with a single block write
Jeff LaBundy
2023-01-11
1
-59
/
+39
|
|
*
|
Input: iqs269a - increase interrupt handler return delay
Jeff LaBundy
2023-01-11
1
-1
/
+1
|
|
*
|
Input: iqs269a - drop unused device node references
Jeff LaBundy
2023-01-11
1
-1
/
+11
|
|
*
|
Merge tag 'v6.2-rc3' into next
Dmitry Torokhov
2023-01-10
16
-271
/
+200
|
|
|
\
|
|
|
*
|
Input: ipaq-micro-ts - use DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-10
1
-6
/
+5
|
|
*
|
Input: zinitix - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-10
1
-4
/
+4
|
|
*
|
Input: zforce_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-10
1
-4
/
+4
[next]