aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/pmic8xxx-keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-01-16Input: pmic8xxx-keypad - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-1/+0
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov1-1/+1
2015-07-23Input: pmic8xxx-keypad - change name of wakeup propertyDmitry Torokhov1-4/+6
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-30Input: pmic8xxx-keypad - migrate to DTStephen Boyd1-64/+86
2014-03-30Input: pmic8xxx-keypad - migrate to regmap APIsStephen Boyd1-52/+29
2014-03-30Input: pmic8xxx-keypad - migrate to devm_* APIsStephen Boyd1-44/+17
2014-03-30Input: pmic8xxx-keypad - fix build by removing gpio configurationStephen Boyd1-58/+0
2013-05-08Input: pmic8xxx-keypad - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-3/+3
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-10/+10
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-12/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+4
2011-07-18Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin1-4/+4
2011-07-05input: pmic8xxx-keypad: Do not use mfd_get_data()Samuel Ortiz1-1/+2
2011-05-26input: Add Qualcomm pm8xxx keypad controller driverTrilok Soni1-0/+799