summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/imx_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: imx_keypad - add missing linux/input.h includeDmitry Torokhov2022-09-261-0/+1
* Input: imx_keypad - convert to a DT-only driverFabio Estevam2021-03-271-11/+2
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-151-4/+14
|\
| * Input: imx_keypad - make sure keyboard can always wake up systemAnson Huang2019-06-111-4/+14
* | Input: imx_keypad - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-201-3/+1
|/
* Input: imx_keypad - switch to SPDX identifierFabio Estevam2018-06-211-8/+4
* Input: keyboard - convert timers to use timer_setup()Kees Cook2017-10-241-4/+4
* Input: imx_keypad - remove obsolete commentFabio Estevam2015-09-051-2/+0
* Input: imx_keypad - check for clk_prepare_enable() errorFabio Estevam2015-06-221-1/+3
* Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-151-1/+0
|\
| * input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Input: imx_keypad - use the preferred form for passing a size of a structFabio Estevam2015-01-071-2/+1
|/
* Input: imx_keypad - remove ifdef round PM methodsFabio Estevam2014-07-311-4/+2
* Input: imx_keypad - make of_device_id array constJingoo Han2014-05-141-1/+1
* Input: imx_keypad - Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-171-2/+2
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-6/+1
* Input: imx_keypad - switch to using managed resourcesFabio Estevam2013-03-311-63/+14
* Input: imx_keypad - add device tree supportLiu Ying2013-01-031-18/+25
* Input: imx_keypad - only set enabled columns to open-drainAndreas Pretzsch2012-11-251-1/+2
* 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: imx_keypad - fix missing clk conversionsFabio Estevam2012-09-041-2/+2
* Input: imx_keypad - reset the hardware before enablingMichael Grzeschik2012-08-211-0/+3
* Input: imx_keypad - check error returned by clk_prepare_enable()Fabio Estevam2012-07-061-5/+14
* Input: imx_keypad - adapt the new kpp clock nameFabio Estevam2012-07-061-1/+1
* Input: imx_keypad - use clk_prepare_enable/clk_disable_unprepare()Fabio Estevam2012-07-061-4/+4
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-7/+10
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-13/+1
* Input: imx_keypad - add pm suspend and resume supportHui Wang2011-10-121-0/+44
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo2010-01-311-0/+594