summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/samsung-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-221-2/+0Star
* Input: samsung-keypad - change name of wakeup propertyDmitry Torokhov2015-07-241-2/+4
* Input: samsung-keypad - constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: samsung-keypad - favor platform data if presentDmitry Torokhov2013-12-071-15/+21
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Merge branch 'next' into for-linusDmitry Torokhov2013-07-021-2/+0Star
|\
| * Input: samsung-keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0Star
* | Input: samsung-keypad - let device core setup the default pin configurationThomas Abraham2013-06-251-50/+2Star
|/
* Input: samsung-keypad - switch to using managed resourcesSachin Kamat2012-11-281-72/+31Star
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: samsung-keypad - add clk_prepare and clk_unprepareThomas Abraham2012-10-051-1/+10
* Input: samsung-keypad - use of_get_child_count() helperTobias Klauser2012-08-221-4/+2Star
* Input: samsung-keypad - use of_match_ptr()Tobias Klauser2012-08-221-3/+1Star
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-111-10/+10
* Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-091-12/+161
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-101-26/+82
| |\
| * | input: samsung-keypad: Add device tree supportThomas Abraham2011-12-231-12/+162
* | | Input: samsung-keypad - don't synchronise with runtime PM putMark Brown2012-01-231-3/+3
| |/ |/|
* | Input: samsung-keypad - implement runtime power management supportMark Brown2011-12-301-7/+80
* | Input: keyboard - use macro module_platform_driver()JJ Ding2011-12-011-12/+1Star
* | Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star
* | Input: samsung-keypad - enable compiling on other platformsDmitry Torokhov2011-11-151-1/+1
* | Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-11-101-8/+4Star
|/
* Input: samsung-keypad - Add samsung keypad driverJoonyoung Shim2010-07-211-0/+491