summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/spear-keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Input: spear-keyboard - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
* Input: spear-keyboard - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-4/+5
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-4/+4
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-2/+0
* Input: spear-keyboard - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-021-4/+2
* Input: update email-id of Rajeev KumarRajeev Kumar2015-05-221-1/+1
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-6/+1
* Input: spear-keyboard - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-1/+0
* Input: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3
* Input: spear-keyboard - add clk_{un}prepare() supportVipul Kumar Samar2012-11-271-0/+10
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: spear-keyboard - switch to using managed resourcesViresh Kumar2012-11-101-54/+23
* Input: spear-keyboard - fix for balancing the enable_irq_wakeDeepak Sikri2012-11-101-3/+8
* ARM: spear: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* Input: spear_keyboard - reconfigure operating frequency on suspendShiraz Hashim2012-07-131-2/+44
* Input: spear_keyboard - fix clock handling during suspend/resumeShiraz Hashim2012-07-131-8/+10
* Input: spear_keyboard - generalize keyboard frequency configurationShiraz Hashim2012-07-071-6/+7
* Input: spear_keyboard - rename bit definitions to reflect registerShiraz Hashim2012-07-071-25/+27
* Input: spear_keyboard - use correct io accessorsShiraz Hashim2012-07-071-15/+15
* Input: spear-keyboard - fix disable device_init_wakeup in removeVipul Kumar Samar2012-07-071-1/+1
* Input: spear-keyboard - add device tree bindingsViresh Kumar2012-05-101-15/+56
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-10/+11
* Input: spear-keyboard - provide thaw and poweroff routinesViresh Kumar2012-02-281-7/+2
* Input: spear-keyboard - configure device according to supplied modeRajeev Kumar2012-02-281-1/+6
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* Input: spear-keyboard - fix inverted condition in interrupt handlerRajeev Kumar2011-03-311-1/+1
* Input: add support for keyboards on ST SPEAr platformRajeev Kumar2010-11-191-0/+344