aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/spear-keyboard.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-15Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-05-08Input: spear-keyboard - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-01-22Input: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-11-27Input: spear-keyboard - add clk_{un}prepare() supportVipul Kumar Samar1-0/+10
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-10Input: spear-keyboard - switch to using managed resourcesViresh Kumar1-54/+23
2012-11-10Input: spear-keyboard - fix for balancing the enable_irq_wakeDeepak Sikri1-3/+8
2012-09-19ARM: spear: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-13Input: spear_keyboard - reconfigure operating frequency on suspendShiraz Hashim1-2/+44
2012-07-13Input: spear_keyboard - fix clock handling during suspend/resumeShiraz Hashim1-8/+10
2012-07-07Input: spear_keyboard - generalize keyboard frequency configurationShiraz Hashim1-6/+7
2012-07-07Input: spear_keyboard - rename bit definitions to reflect registerShiraz Hashim1-25/+27
2012-07-07Input: spear_keyboard - use correct io accessorsShiraz Hashim1-15/+15
2012-07-07Input: spear-keyboard - fix disable device_init_wakeup in removeVipul Kumar Samar1-1/+1
2012-05-10Input: spear-keyboard - add device tree bindingsViresh Kumar1-15/+56
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-10/+11
2012-02-28Input: spear-keyboard - provide thaw and poweroff routinesViresh Kumar1-7/+2
2012-02-28Input: spear-keyboard - configure device according to supplied modeRajeev Kumar1-1/+6
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-12/+1
2011-03-31Input: spear-keyboard - fix inverted condition in interrupt handlerRajeev Kumar1-1/+1
2010-11-19Input: add support for keyboards on ST SPEAr platformRajeev Kumar1-0/+344