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