aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/nomadik-ske-keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-08Input: nomadik-ske-keypad - provide some missing struct member docsLee Jones1-0/+2
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2018-12-21Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter1-1/+1
2015-10-22Input: nomadik-ske-keypad - fix a trivial typoGeliang Tang1-1/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
2013-03-17Input: nomadik-ske-keypad - use module_platform_driver_probe macroSachin Kamat1-11/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-10Input: nomadik-ske-keypad - start using the apb_pclkUlf Hansson1-2/+20
2012-11-08Input: nomadik-ske-keypad - fixup use of clkUlf Hansson1-4/+10
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann1-1/+1
2012-06-25Input: nomadik-ske-keypad - get rid of multiple interruptsNaveen Kumar Gaddipati1-3/+8
2012-06-25Input: nomadik-ske-keypad - add multi key press supportNaveen Kumar Gaddipati1-25/+40
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-10/+10
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov1-1/+12
2012-01-23Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+4
2012-01-23Input: nomadik-ske-keypad - do not assign driver's probe() methodDmitry Torokhov1-3/+2
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov1-1/+12
2011-12-12Input: keyboard - staticise non-exported symbolsAxel Lin1-1/+1
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-12/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2010-10-13Input: add support for Nomadik SKE keypad controllerSundar Iyer1-0/+408