summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-111-4/+8
* Input: synaptics-rmi4 - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-111-2/+4
* Input: ad7877 - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-111-2/+4
* Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov2020-12-111-26/+17
* Input: tm2-touchkey - add vddio regulatorStephan Gerhold2020-12-101-1/+2
* dt-bindings: input: tm2-touchkey: document vddio-supplyStephan Gerhold2020-12-101-0/+5
* dt-bindings: input: tm2-touchkey: convert to yamlStephan Gerhold2020-12-102-33/+68
* Input: cyapa - switch to using devm_add_action_or_reset()Fuqian Huang2020-12-101-6/+4
* Input: add driver for power button on Dell Wyse 3020Lubomir Rintel2020-12-103-0/+181
* dt-bindings: input: Add Dell Wyse 3020 Power Button bindingLubomir Rintel2020-12-101-0/+57
* Input: gtco - remove driverDmitry Torokhov2020-12-105-1058/+0
* Input: vsxxxaa - fix Kconfig spelling mistakeColin Ian King2020-12-041-1/+1
* Input: document inhibitingAndrzej Pietrasiewicz2020-12-031-0/+46
* Input: Add "inhibited" propertyPatrik Fimml2020-12-032-9/+115
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-0341-90/+96
* Input: add input_device_enabled()Andrzej Pietrasiewicz2020-12-032-0/+10
* Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov2020-12-031-35/+8
* Input: remove input_polled_dev implementationDmitry Torokhov2020-12-025-443/+0
* Input: libps2 - fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-1/+1
* Input: pcspkr - fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* Input: omap4-keypad - fix runtime PM error handlingZhang Qilong2020-11-231-36/+53
* Input: vmmouse - demote obvious abuse of kernel-doc headerLee Jones2020-11-201-1/+1
* Input: applespi - provide missing struct 'message' descriptionsLee Jones2020-11-201-0/+9
* Input: goodix - fix misspelling of 'ctx'Lee Jones2020-11-201-1/+1
* Input: synaptics - demote non-conformant kernel-doc headerLee Jones2020-11-201-1/+1
* Input: wm97xx-ts - provide missing description for 'status'Lee Jones2020-11-201-1/+1
* Input: surface3_spi - fix naming issue with 'surface3_spi_get_gpio_config's h...Lee Jones2020-11-201-1/+1
* Input: wm831x-on - source file headers are not good candidates for kernel-docLee Jones2020-11-201-1/+1
* Input: goodix - provide some missing function parameter descriptionsLee Jones2020-11-201-0/+3
* Input: mc13783-pwrbutton - file headers are not good candidates for kernel-docLee Jones2020-11-201-1/+1
* Input: xpad - demote non-conformant kernel-doc headerLee Jones2020-11-201-1/+1
* Input: adp5589-keys - use BIT()Dmitry Torokhov2020-11-201-34/+35
* Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov2020-11-201-4/+2
* Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean2020-11-191-10/+13
* Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean2020-11-191-20/+2
* Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean2020-11-192-28/+0
* Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean2020-11-191-31/+10
* Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean2020-11-191-9/+4
* Input: atmel_mxt_ts - support regulator suppliesLinus Walleij2020-11-181-1/+36
* Input: atmel_mxt_ts - convert bindings to YAML and extendLinus Walleij2020-11-183-42/+82
* Input: atmel_mxt_ts - fix up inverted RESET handlerLinus Walleij2020-11-1811-12/+14
* Merge tag 'v5.9' into nextDmitry Torokhov2020-11-1824021-572218/+1588115
|\
| * Linux 5.9v5.9Linus Torvalds2020-10-111-1/+1
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-117-9/+33
| |\
| | * mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-113-2/+19
| | * mm: validate inode in mapping_set_error()Minchan Kim2020-10-111-1/+2
| | * mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin2020-10-111-1/+5
| | * MAINTAINERS: Antoine Tenart's email addressAntoine Tenart2020-10-112-3/+4
| | * MAINTAINERS: change hardening mailing listKees Cook2020-10-112-2/+3
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-10-112-6/+11
| |\ \