summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/pxa27x_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: pxa27x_keypad - remove an unneeded NULL checkDan Carpenter2015-02-111-3/+1
* Input: pxa27x_keypad - remove unnecessary ARM includesRob Herring2015-02-031-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-64/+20
|\
| * Input: pxa27x_keypad - switch to using managed resourcesPramod Gurav2014-10-221-64/+20
* | input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* Input: pxa27x-keypad - fix generating scancodeChao Xie2014-05-131-1/+6
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Merge branch 'next' into for-linusDmitry Torokhov2013-11-141-0/+1
|\
| * Input: pxa27x_keypad - include linux/of.h headerSachin Kamat2013-10-061-0/+1
* | Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn2013-09-181-2/+9
|/
* Input: pxa27x-keypad - make platform data constDmitry Torokhov2013-06-181-24/+23
* Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov2013-06-181-8/+5
* Input: pxa27x-keypad - add device tree supportChao Xie2013-06-181-4/+242
* Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie2013-06-181-12/+23
* Input: pxa27x_keypad - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-2/+2
* Input: pxa27x_keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-1/+0
* 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: pxa27x_keypad - clear pending interrupts on keypad configVasily Khoruzhick2012-10-301-0/+3
* ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* Input: pxa27x_keypad add choice to set direct_key_maskChao Xie2012-04-271-1/+8
* Input: pxa27x_keypad direct key may be low activeChao Xie2012-04-271-1/+9
* Input: pxa27x_keypad bug fix for direct_key_maskChao Xie2012-04-271-1/+1
* Input: pxa27x_keypad keep clock on as wakeup sourceChao Xie2012-04-271-12/+21
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-13/+1
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* ARM: pxa27x_keypad: added wakeup event handler for keypad interruptsMark F. Brown2010-10-091-0/+10
* ARM: pxa: moved pxa27x_keypad.h to platform pxa directoryMark F. Brown2010-10-091-1/+1
* Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin2010-08-251-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov2009-09-101-82/+91
* Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov2009-07-261-7/+12
* Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov2009-07-221-23/+20
* [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0
* Merge branch 'for-linus' into nextDmitry Torokhov2008-06-171-13/+25
|\
| * Input: pxa27x_keypad - miscellaneous fixesAntonio Ospite2008-05-281-13/+25
* | Input: pxa27x_keypad - add wakeup supportEric Miao2008-06-021-1/+14
|/
* Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers2008-04-241-0/+4
* Input: pxa27x - fix keypad KPC macrosSamuel Ortiz2008-03-201-3/+3
* Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao2008-01-311-0/+1
* Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao2008-01-311-34/+124
* Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao2008-01-311-29/+134
* Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao2008-01-311-32/+28
* Input: pxa27x_keypad - introduce driver structure and use KEY() to define mat...Eric Miao2008-01-311-57/+167
* Input: pxa27x_keypad - remove pin configuration from the driverEric Miao2008-01-311-4/+0
* Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao2008-01-311-0/+274
OpenPOWER on IntegriCloud