summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-0615-91/+506
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2023-08-3014-81/+504
| |\
| | * Input: da9063 - add wakeup supportSamuel Holland2023-07-181-0/+9
| | * Input: Explicitly include correct DT includesRob Herring2023-07-1710-10/+8
| | * Merge tag 'v6.4' into nextDmitry Torokhov2023-07-171-0/+30
| | |\
| | * | Input: rotary_encoder - don't double assign input->dev.parentRoi L2023-07-121-1/+0
| | * | Input: iqs7222 - add support for Azoteq IQS7222DJeff LaBundy2023-07-102-11/+461
| | * | Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy2023-07-101-4/+4
| | * | Input: rotary_encoder - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: pwm-vibra - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-21/+9
| | * | Input: gpio-vibra - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-072-28/+11
| * | | Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDXSebastian Reichel2023-07-051-9/+1
| * | | Input: cpcap-pwrbutton - remove initial kernel-doc notationRandy Dunlap2023-07-051-1/+1
* | | | Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2922-85/+109
|\| | |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2023-06-2622-85/+109
| |\| | | | |/ | |/|
| | * Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly2023-06-061-4/+15
| | * Input: tps65219-pwrbutton - use regmap_set_bits()Uwe Kleine-König2023-06-061-3/+2
| | * Input: tps65219-pwrbutton - convert to .remove_new()Uwe Kleine-König2023-06-061-5/+8
| | * Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-1717-17/+17
| | * Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut2023-05-101-2/+1
| | * Input: pwm-vibra - add support for enable GPIOLuca Weiss2023-05-081-0/+16
| | * Input: pwm-vibra - add newline to dev_err printsLuca Weiss2023-05-081-10/+10
| | * Input: uinput - allow injecting event timesBiswarup Pal2023-05-011-0/+34
| | * Input: drv260x - fix magnitude handlingLuca Weiss2023-05-011-6/+7
| | * Input: drv260x - remove unused .reg_defaultsLuca Weiss2023-05-011-40/+0
| | * Input: drv260x - sleep between polling GO bitLuca Weiss2023-05-011-0/+1
| | * Input: drv260x - fix typo in register value defineLuca Weiss2023-05-011-2/+2
* | | Add Renesas PMIC RAA215300 and built-in RTCMark Brown2023-06-241-0/+30
|\| |
| * | Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede2023-05-111-0/+30
| |/
* / mfd: rk808: Split into core and i2cSebastian Reichel2023-05-151-1/+1
|/
* Input: cma3000_d0x - remove unneeded codeJiapeng Chong2023-04-091-2/+0
* Merge tag 'v6.3-rc2' into nextDmitry Torokhov2023-03-171-3/+2
|\
| * Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-2536-504/+346
| |\
| * \ Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-3/+2
| |\ \
| | * | xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+2
* | | | Input: hp_sdc_rtc - mark an unused function as __maybe_unusedRandy Dunlap2023-02-211-1/+1
* | | | Input: bbnsm_pwrkey - add bbnsm power key supportJacky Bai2023-02-213-0/+205
| |_|/ |/| |
* | | Input: iqs626a - drop unused device node referencesJeff LaBundy2023-02-031-83/+73
* | | Input: wistron_btns - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM ...Jonathan Cameron2023-01-271-5/+1
* | | Input: cma3000 - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM guardsJonathan Cameron2023-01-271-5/+1
* | | Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-274-54/+16
* | | Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-274-34/+10
* | | Input: axp20x-pek - switch to SYSTEM_SLEEP_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-271-7/+5
* | | Input: iqs269a - do not poll during ATIJeff LaBundy2023-01-101-51/+46
* | | Input: iqs269a - do not poll during suspend or resumeJeff LaBundy2023-01-101-87/+31
* | | Input: iqs269a - configure device with a single block writeJeff LaBundy2023-01-101-59/+39
* | | Input: iqs269a - increase interrupt handler return delayJeff LaBundy2023-01-101-1/+1
* | | Input: iqs269a - drop unused device node referencesJeff LaBundy2023-01-101-1/+11
* | | Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-096-254/+173
|\| |
| * | Merge tag 'mfd-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2022-12-214-250/+159
| |\ \