summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/pmic8xxx-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: pmic8xxx-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-5/+3
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: pmic8xxx-keypad - fix kernel-doc formattingLee Jones2020-11-081-11/+11
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-6/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* Input: pmic8xxx-keypad - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-161-1/+0
* Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-1/+1
* Input: pmic8xxx-keypad - change name of wakeup propertyDmitry Torokhov2015-07-231-4/+6
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: pmic8xxx-keypad - migrate to DTStephen Boyd2014-03-301-64/+86
* Input: pmic8xxx-keypad - migrate to regmap APIsStephen Boyd2014-03-301-52/+29
* Input: pmic8xxx-keypad - migrate to devm_* APIsStephen Boyd2014-03-301-44/+17
* Input: pmic8xxx-keypad - fix build by removing gpio configurationStephen Boyd2014-03-301-58/+0
* Input: pmic8xxx-keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0
* 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: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-10/+10
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-07-271-4/+4
|\
| * Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin2011-07-181-4/+4
* | input: pmic8xxx-keypad: Do not use mfd_get_data()Samuel Ortiz2011-07-051-1/+2
|/
* input: Add Qualcomm pm8xxx keypad controller driverTrilok Soni2011-05-261-0/+799