aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/imx_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26Input: imx_keypad - add missing linux/input.h includeDmitry Torokhov1-0/+1
2021-03-27Input: imx_keypad - convert to a DT-only driverFabio Estevam1-11/+2
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov1-4/+14
2019-06-11Input: imx_keypad - make sure keyboard can always wake up systemAnson Huang1-4/+14
2019-05-20Input: imx_keypad - use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2018-06-21Input: imx_keypad - switch to SPDX identifierFabio Estevam1-8/+4
2017-10-24Input: keyboard - convert timers to use timer_setup()Kees Cook1-4/+4
2015-09-05Input: imx_keypad - remove obsolete commentFabio Estevam1-2/+0
2015-06-22Input: imx_keypad - check for clk_prepare_enable() errorFabio Estevam1-1/+3
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov1-1/+0
2015-01-07Input: imx_keypad - use the preferred form for passing a size of a structFabio Estevam1-2/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-31Input: imx_keypad - remove ifdef round PM methodsFabio Estevam1-4/+2
2014-05-14Input: imx_keypad - make of_device_id array constJingoo Han1-1/+1
2014-02-17Input: imx_keypad - Propagate the real error code on platform_get_irq() failureFabio Estevam1-2/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
2013-08-15Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-03-31Input: imx_keypad - switch to using managed resourcesFabio Estevam1-63/+14
2013-01-03Input: imx_keypad - add device tree supportLiu Ying1-18/+25
2012-11-25Input: imx_keypad - only set enabled columns to open-drainAndreas Pretzsch1-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-04Input: imx_keypad - fix missing clk conversionsFabio Estevam1-2/+2
2012-08-21Input: imx_keypad - reset the hardware before enablingMichael Grzeschik1-0/+3
2012-07-06Input: imx_keypad - check error returned by clk_prepare_enable()Fabio Estevam1-5/+14
2012-07-06Input: imx_keypad - adapt the new kpp clock nameFabio Estevam1-1/+1
2012-07-06Input: imx_keypad - use clk_prepare_enable/clk_disable_unprepare()Fabio Estevam1-4/+4
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-7/+10
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-13/+1
2011-10-12Input: imx_keypad - add pm suspend and resume supportHui Wang1-0/+44
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-31Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo1-0/+594