summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/stmpe-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: stmpe-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: stmpe-keypad - add missing of.h includeDmitry Torokhov2022-10-281-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner2019-06-191-1/+1
* Input: stmpe-keypad - remove VLA usageGustavo A. R. Silva2018-03-101-4/+12
* Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-1/+1
* Merge branch 'next' into for-linusDmitry Torokhov2014-12-181-61/+80
|\
| * Input: stmpe - bias keypad columns properlyLinus Walleij2014-12-151-2/+35
| * Input: stmpe - enforce device tree only modeLinus Walleij2014-12-151-59/+45
* | Input: stmpe-keypad - fix valid key line bitmaskLinus Walleij2014-10-241-1/+1
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov2012-11-241-9/+51
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-3/+3
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: stmpe-keyboard - switch to using managed resourcesViresh Kumar2012-11-101-44/+28
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-9/+7
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* input: Add STMPE keypad driverRabin Vincent2010-08-121-0/+386