summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+3
2013-05-06Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds6-18/+363
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-3/+3
2013-04-05input: Add ChromeOS EC keyboard driverSimon Glass3-0/+347
2013-04-05input: matrix-keymap: Add function to read the new DT bindingSimon Glass3-18/+16
2013-03-31Input: tegra-kbc - support for defining row/columns based on SoCLaxman Dewangan1-18/+62
2013-03-31Input: imx_keypad - switch to using managed resourcesFabio Estevam1-63/+14
2013-03-18Input: nomadik-ske-keypad - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Input: amikbd - use module_platform_driver_probe macroSachin Kamat1-13/+1
2013-03-18Input: davinci_keyscan - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Input: tegra-kbc - convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+4
2013-03-11Input: tc3589x-keypad - fix keymap sizeRabin Vincent1-4/+4
2013-02-22Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+4
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-374/+573
2013-02-20Merge branch 'next' into for-linusDmitry Torokhov7-374/+573
2013-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2013-02-16Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren2-104/+93
2013-02-14Input: add couple of missing GENERIC_HARDIRQS dependenciesHeiko Carstens1-2/+2
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-4/+4
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-25Input: goldfish - virtual input event driverBrian Swetland3-0/+205
2013-01-22Input: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-22Input: atkbd - fix multi-byte scancode handling on reconnectShawn Nematbakhsh1-21/+51
2013-01-17Input: atkbd - fix a typo in a messageDmitry Torokhov1-1/+1
2013-01-17Input: tegra-kbc - remove default keymapLaxman Dewangan1-169/+7
2013-01-17Input: tegra-kbc - add support for rows/columns configuration from dtLaxman Dewangan1-19/+63
2013-01-17Input: tegra-kbc - use devm_* for resource allocationLaxman Dewangan1-78/+27
2013-01-17Input: tegra-kbc - fix build warningLaxman Dewangan1-12/+12
2013-01-06Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich1-1/+1
2013-01-05Input: qt2160 - add support for LEDsJavier Martin1-2/+139
2013-01-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+24
2013-01-04Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2013-01-04Input: imx_keypad - add device tree supportLiu Ying1-18/+25
2012-12-24Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov1-1/+12
2012-12-24Input: gpio_keys_polled - defer probing if GPIO probing is deferredGabor Juhos1-1/+12
2012-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds41-516/+580
2012-12-17ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren1-0/+1
2012-12-04Input: gpio_keys_polled - switch to using gpio_request_one()Dmitry Torokhov1-10/+2
2012-12-04Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov1-9/+1
2012-11-29Input: gpio-keys-polled - honor 'autorepeat' setting in platform dataAlexander Shiyan1-1/+4
2012-11-29Input: tca8418-keypad - switch to using managed resourcesDmitry Torokhov1-53/+25
2012-11-29Input: tca8418_keypad - increase severity of failures in probe()Dmitry Torokhov1-3/+3
2012-11-29Input: tca8418_keypad - move device ID tables closer to where they are usedDmitry Torokhov1-15/+14
2012-11-29Input: tca8418_keypad - use dev_get_platdata() to retrieve platform dataDmitry Torokhov1-1/+1
2012-11-29Input: tca8418_keypad - use a temporary variable for parent deviceDmitry Torokhov1-10/+10
2012-11-29Input: tca8418_keypad - add support for shared interruptAlban Bedel1-3/+7
2012-11-29Input: tca8418_keypad - add support for device tree bindingsAlban Bedel1-27/+41