summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/omap-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: omap-keypad - drop optional GPIO supportLinus Walleij2023-12-131-18/+1
* Input: omap-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* input: omap: void using mach/*.h headersArnd Bergmann2022-04-211-0/+1
* Input: omap-keypad - prefer struct_size over open coded arithmeticLen Baker2021-09-201-2/+1
* treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Input: keyboard - convert timers to use timer_setup()Kees Cook2017-10-241-3/+3
* Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Dmitry Torokhov2016-04-051-25/+0
* Input: omap-keypad - drop empty PM stubsDmitry Torokhov2016-04-051-21/+0
* Input: omap-keypad - remove adjusting of scan delayDmitry Torokhov2016-04-051-5/+1
* Input: omap-keypad - remove dead checkDmitry Torokhov2016-01-071-8/+0
* Input: omap-keypad - set tasklet data earlierDan Carpenter2016-01-071-1/+1
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* 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/+1
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-021-3/+3
|\
| * Input: omap-keypad - fixed formattingJosh2012-09-041-4/+4
* | ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* | Input: omap-keypad: Remove dependencies to mach includesTony Lindgren2012-09-121-120/+34
|/
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-10/+10
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-14/+1
* ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* Input: omap-keypad - add missing input_sync()Janusz Krzysztofik2011-06-181-0/+1
* Input: omap-keypad - fix a wrong free_irq() parameterAxel Lin2011-04-271-3/+3
* Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik2010-12-221-22/+19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-3/+3
* OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren2009-08-281-11/+11
* Input: omap-keypad - use disable_irq_nosync() in irq handlerBen Nizette2009-04-171-2/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-03-021-4/+4
|\
| * Input: omap-keypad - mark probe function as __devinitUwe Kleine-König2009-01-131-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-01-061-5/+1
|\|
| * Input: omap-keypad - allow more than 6 rowsPeter Ujfalusi2008-10-291-1/+1
| * Input: omap-keypad - interrupt disable fixPeter Ujfalusi2008-10-291-4/+0
* | ARM: OMAP: use gpio_to_irqDavid Brownell2008-12-101-4/+4
|/
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-161-1/+1
|\
| * [ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...Russell King2008-09-051-1/+1
* | omap drivers: switch to standard GPIO callsDavid Brownell2008-10-161-15/+12
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-5/+5
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0
* Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers2008-04-241-0/+2
* Input: omap-keypad - fix build warningDavid Brownell2008-04-151-2/+5
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-2/+2
* Input: omap-keyboard - don't pretend we support changing keymapDmitry Torokhov2007-10-121-13/+9
* Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1