aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/omap-keypad.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21input: omap: void using mach/*.h headersGravatar Arnd Bergmann 1-0/+1
2021-09-20Input: omap-keypad - prefer struct_size over open coded arithmeticGravatar Len Baker 1-2/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Gravatar Kees Cook 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2017-10-24Input: keyboard - convert timers to use timer_setup()Gravatar Kees Cook 1-3/+3
2016-04-05Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Gravatar Dmitry Torokhov 1-25/+0
2016-04-05Input: omap-keypad - drop empty PM stubsGravatar Dmitry Torokhov 1-21/+0
2016-04-05Input: omap-keypad - remove adjusting of scan delayGravatar Dmitry Torokhov 1-5/+1
2016-01-07Input: omap-keypad - remove dead checkGravatar Dmitry Torokhov 1-8/+0
2016-01-07Input: omap-keypad - set tasklet data earlierGravatar Dan Carpenter 1-1/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-06Input: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-3/+3
2012-09-19ARM: omap: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-09-12Input: omap-keypad: Remove dependencies to mach includesGravatar Tony Lindgren 1-120/+34
2012-09-04Input: omap-keypad - fixed formattingGravatar Josh 1-4/+4
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportGravatar Dmitry Torokhov 1-10/+10
2011-11-30Input: keyboard - use macro module_platform_driver()Gravatar JJ Ding 1-14/+1
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hGravatar Russell King 1-1/+1
2011-06-18Input: omap-keypad - add missing input_sync()Gravatar Janusz Krzysztofik 1-0/+1
2011-04-27Input: omap-keypad - fix a wrong free_irq() parameterGravatar Axel Lin 1-3/+3
2010-12-22Keyboard: omap-keypad: use matrix_keypad.hGravatar Janusz Krzysztofik 1-22/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platGravatar Tony Lindgren 1-3/+3
2009-08-28OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASEGravatar Tony Lindgren 1-11/+11
2009-04-17Input: omap-keypad - use disable_irq_nosync() in irq handlerGravatar Ben Nizette 1-2/+14
2009-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-4/+4
2009-01-13Input: omap-keypad - mark probe function as __devinitGravatar Uwe Kleine-König 1-4/+4
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-5/+1
2008-12-10ARM: OMAP: use gpio_to_irqGravatar David Brownell 1-4/+4
2008-10-29Input: omap-keypad - allow more than 6 rowsGravatar Peter Ujfalusi 1-1/+1
2008-10-29Input: omap-keypad - interrupt disable fixGravatar Peter Ujfalusi 1-4/+0
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+1
2008-10-16omap drivers: switch to standard GPIO callsGravatar David Brownell 1-15/+12
2008-09-05[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...Gravatar Russell King 1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machGravatar Russell King 1-5/+5
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadGravatar Russell King 1-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hGravatar Russell King 1-1/+0
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesGravatar Kay Sievers 1-0/+2
2008-04-15Input: omap-keypad - fix build warningGravatar David Brownell 1-2/+5
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-2/+2
2007-10-12Input: omap-keyboard - don't pretend we support changing keymapGravatar Dmitry Torokhov 1-13/+9
2007-04-12Input: keyboards - switch to using input_dev->dev.parentGravatar Dmitry Torokhov 1-1/+1
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyGravatar Dmitry Torokhov 1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+1
2006-09-29[PATCH] OMAP: Add keypad driverGravatar Komal Shah 1-0/+492