summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/st-keyscan.c
Commit message (Expand)AuthorAgeFilesLines
* Input: st-keyscan - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: st-keyscan - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
* Input: st-keyscan - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-4/+3
* Input: st-keyscan - add missing linux/input.h and linux/of.h includesDmitry Torokhov2022-09-261-4/+6
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez2019-02-161-2/+2
* Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-2/+2
* Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser2014-07-181-0/+2
* Input: add st-keyscan driverGabriel FERNANDEZ2014-05-141-0/+274