summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+3
|\
| * Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-3/+3
* | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-05-066-18/+363
|\ \
| * | input: Add ChromeOS EC keyboard driverSimon Glass2013-04-053-0/+347
| * | input: matrix-keymap: Add function to read the new DT bindingSimon Glass2013-04-053-18/+16Star
| |/
* | Input: tegra-kbc - support for defining row/columns based on SoCLaxman Dewangan2013-03-311-18/+62
* | Input: imx_keypad - switch to using managed resourcesFabio Estevam2013-03-311-63/+14Star
* | Input: nomadik-ske-keypad - use module_platform_driver_probe macroSachin Kamat2013-03-181-11/+1Star
* | Input: amikbd - use module_platform_driver_probe macroSachin Kamat2013-03-181-13/+1Star
* | Input: davinci_keyscan - use module_platform_driver_probe macroSachin Kamat2013-03-181-11/+1Star
* | Input: tegra-kbc - convert to devm_ioremap_resource()Sachin Kamat2013-03-181-5/+4Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-03-111-4/+4
|\
| * Input: tc3589x-keypad - fix keymap sizeRabin Vincent2013-03-111-4/+4
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-1/+1
|\ \
| * | ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-1/+1
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+3Star
|\ \ \
| * | | Input: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3Star
| |/ /
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-4/+4
|\ \ \
| * | | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-4/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-207-374/+573
|\ \ \ | | |/ | |/|
| * | Merge branch 'next' into for-linusDmitry Torokhov2013-02-207-374/+573
| |\ \
| | * | Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren2013-02-162-104/+93Star
| | * | Input: add couple of missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-141-2/+2
| | * | Input: goldfish - virtual input event driverBrian Swetland2013-01-253-0/+205
| | * | Input: atkbd - fix multi-byte scancode handling on reconnectShawn Nematbakhsh2013-01-221-21/+51
| | * | Input: atkbd - fix a typo in a messageDmitry Torokhov2013-01-171-1/+1
| | * | Input: tegra-kbc - remove default keymapLaxman Dewangan2013-01-171-169/+7Star
| | * | Input: tegra-kbc - add support for rows/columns configuration from dtLaxman Dewangan2013-01-171-19/+63
| | * | Input: tegra-kbc - use devm_* for resource allocationLaxman Dewangan2013-01-171-78/+27Star
| | * | Input: tegra-kbc - fix build warningLaxman Dewangan2013-01-171-12/+12
| | * | Input: qt2160 - add support for LEDsJavier Martin2013-01-051-2/+139
| | * | Input: imx_keypad - add device tree supportLiu Ying2013-01-031-18/+25
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-181-1/+1
|\| | | | |_|/ |/| |
| * | Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich2013-01-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-01-042-2/+24
|\| |
| * | Input: gpio_keys - defer probing if GPIO probing is deferredDmitry Torokhov2012-12-241-1/+12
| * | Input: gpio_keys_polled - defer probing if GPIO probing is deferredGabor Juhos2012-12-241-1/+12
| |/
* | Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-12-1841-516/+580
|\|
| * Input: gpio_keys_polled - switch to using gpio_request_one()Dmitry Torokhov2012-12-041-10/+2Star
| * Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov2012-12-041-9/+1Star
| * Input: gpio-keys-polled - honor 'autorepeat' setting in platform dataAlexander Shiyan2012-11-291-1/+4
| * Input: tca8418-keypad - switch to using managed resourcesDmitry Torokhov2012-11-291-53/+25Star
| * Input: tca8418_keypad - increase severity of failures in probe()Dmitry Torokhov2012-11-291-3/+3
| * Input: tca8418_keypad - move device ID tables closer to where they are usedDmitry Torokhov2012-11-291-15/+14Star
| * Input: tca8418_keypad - use dev_get_platdata() to retrieve platform dataDmitry Torokhov2012-11-291-1/+1
| * Input: tca8418_keypad - use a temporary variable for parent deviceDmitry Torokhov2012-11-291-10/+10
| * Input: tca8418_keypad - add support for shared interruptAlban Bedel2012-11-291-3/+7
| * Input: tca8418_keypad - add support for device tree bindingsAlban Bedel2012-11-291-27/+41
| * Input: gpio_keys - disable hardware on suspendJonas Aaberg2012-11-281-5/+22