summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/samsung-keypad.c
AgeCommit message (Expand)AuthorLines
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck-2/+0
2015-07-23Input: samsung-keypad - change name of wakeup propertyDmitry Torokhov-2/+4
2015-05-06Input: samsung-keypad - constify platform_device_idKrzysztof Kozlowski-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-05input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-1/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-07Input: samsung-keypad - favor platform data if presentDmitry Torokhov-15/+21
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+1
2013-07-02Merge branch 'next' into for-linusDmitry Torokhov-2/+0
2013-06-25Input: samsung-keypad - let device core setup the default pin configurationThomas Abraham-50/+2
2013-05-08Input: samsung-keypad - remove redundant platform_set_drvdata()Sachin Kamat-2/+0
2012-11-27Input: samsung-keypad - switch to using managed resourcesSachin Kamat-72/+31
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-10-04Input: samsung-keypad - add clk_prepare and clk_unprepareThomas Abraham-1/+10
2012-08-21Input: samsung-keypad - use of_get_child_count() helperTobias Klauser-4/+2
2012-08-21Input: samsung-keypad - use of_match_ptr()Tobias Klauser-3/+1
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov-10/+10
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov-12/+161
2012-01-23Input: samsung-keypad - don't synchronise with runtime PM putMark Brown-3/+3
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-26/+82
2011-12-30Input: samsung-keypad - implement runtime power management supportMark Brown-7/+80
2011-12-23input: samsung-keypad: Add device tree supportThomas Abraham-12/+162
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding-12/+1
2011-11-29Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin-1/+0
2011-11-15Input: samsung-keypad - enable compiling on other platformsDmitry Torokhov-1/+1
2011-11-09Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov-8/+4
2010-07-21Input: samsung-keypad - Add samsung keypad driverJoonyoung Shim-0/+491