Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+17 |
2023-02-26 | Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 111 | -815/+665 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -10/+10 |
2023-02-22 | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+1 |
2023-02-21 | Merge branch 'next' into for-linus | Dmitry Torokhov | 120 | -1077/+834 |
2023-02-21 | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 13 | -1985/+0 |
2023-02-04 | Input: iqs626a - drop unused device node references | Jeff LaBundy | 1 | -83/+73 |
2023-02-04 | Input: cyttsp5 - fix bitmask for touch buttons | Richard Kjerstadius | 1 | -1/+1 |
2023-02-04 | Input: exc3000 - properly stop timer on shutdown | Dmitry Torokhov | 1 | -0/+10 |
2023-02-04 | Input: synaptics-rmi4 - fix SPI device ID | Rayyan Ansari | 1 | -1/+1 |
2023-02-04 | Input: cap11xx - add support for cap1203, cap1293 and cap1298 | Jiri Valek - 2N | 1 | -2/+17 |
2023-02-01 | mfd: remove ucb1400 support | Arnd Bergmann | 3 | -475/+0 |
2023-02-01 | input: remove zylonite touchscreen driver | Arnd Bergmann | 3 | -235/+0 |
2023-02-01 | input: remove pxa930_rotary keyboard driver | Arnd Bergmann | 3 | -205/+0 |
2023-02-01 | input: remove pxa930_trkball driver | Arnd Bergmann | 3 | -257/+0 |
2023-01-30 | Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenation | Randy Dunlap | 1 | -1/+1 |
2023-01-30 | Input: edt-ft5x06 - fix typo in a comment | Dario Binacchi | 1 | -1/+1 |
2023-01-30 | Input: tegra-kbc - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: st-keyscan - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: spear-keyboard - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: olpc_apsp - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: arc_ps2 - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: apbps2 - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: altera_ps2 - use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2023-01-30 | Input: ads7846 - don't check penirq immediately for 7845 | Luca Ellero | 1 | -7/+1 |
2023-01-30 | Input: ads7846 - always set last command to PWRDOWN | Luca Ellero | 1 | -1/+9 |
2023-01-30 | Input: ads7846 - don't report pressure for ads7845 | Luca Ellero | 1 | -2/+3 |
2023-01-29 | Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+7 |
2023-01-28 | Input: xpad - add 8BitDo Pro 2 Wired Controller support | John Butler | 1 | -0/+2 |
2023-01-28 | Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typo | Arnd Bergmann | 1 | -2/+2 |
2023-01-28 | Input: wistron_btns - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM ... | Jonathan Cameron | 1 | -5/+1 |
2023-01-28 | Input: cma3000 - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM guards | Jonathan Cameron | 1 | -5/+1 |
2023-01-28 | Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEP | Jonathan Cameron | 1 | -5/+2 |
2023-01-28 | Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS() | Jonathan Cameron | 1 | -3/+3 |
2023-01-28 | Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS() | Jonathan Cameron | 1 | -5/+5 |
2023-01-28 | Input: cyttsp - use EXPORT_GPL_SIMPLE_DEV_PM_OPS() | Jonathan Cameron | 3 | -6/+5 |
2023-01-28 | Input: cyttsp4 - use EXPORT_GPL_RUNTIME_DEV_PM_OPS() | Jonathan Cameron | 3 | -9/+4 |
2023-01-28 | Input: tsc200x - use EXPORT_GPL_SIMPLE_DEV_PM_OPS() | Jonathan Cameron | 3 | -6/+5 |
2023-01-28 | Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS() | Jonathan Cameron | 4 | -54/+16 |
2023-01-28 | Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS() | Jonathan Cameron | 4 | -34/+10 |
2023-01-28 | Input: stmfts - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr() | Jonathan Cameron | 1 | -7/+7 |
2023-01-28 | Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr() | Jonathan Cameron | 3 | -24/+13 |
2023-01-28 | Input: s6sy761 - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr() | Jonathan Cameron | 1 | -8/+7 |
2023-01-28 | Input: samsung-keypad - switch to pm_ptr() and SYSTEM_SLEEP/RUNTIME_PM_OPS() | Jonathan Cameron | 1 | -8/+4 |
2023-01-28 | Input: axp20x-pek - switch to SYSTEM_SLEEP_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron | 1 | -7/+5 |
2023-01-28 | Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr() | Jonathan Cameron | 1 | -7/+7 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -8/+8 |
2023-01-20 | Input: cros_ec_keyb - add 3 buttons for monitor function | joewu (吳仲振) | 1 | -0/+15 |
2023-01-20 | ARM: pxa: remove unused board files | Arnd Bergmann | 1 | -10/+0 |