aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge branch 'next' into for-linusDmitry Torokhov1-1/+7
2014-08-08Input: cap1106 - allow changing key mapping from userspaceDmitry Torokhov1-1/+7
2014-08-06Merge branch 'next' into for-linusDmitry Torokhov5-33/+364
2014-07-31Input: imx_keypad - remove ifdef round PM methodsFabio Estevam1-4/+2
2014-07-24Merge tag 'v3.16-rc6' into nextDmitry Torokhov2-2/+7
2014-07-20Input: max7359 - introduce the use of managed interfacesHimangi Saraogi1-29/+16
2014-07-18Input: add driver for Microchip's CAP1106Daniel Mack3-0/+346
2014-07-18Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser1-0/+2
2014-06-07Merge branch 'next' into for-linusDmitry Torokhov12-243/+462
2014-05-29Input: omap-keypad - remove platform data supportJoachim Eastwood2-27/+7
2014-05-28Input: jornada680_kbd - switch top using managed resourcesHimangi Saraogi1-26/+10
2014-05-28Input: adp5520-keys - switch to using managed resourcesHimangi Saraogi1-22/+10
2014-05-28Input: mcs_touchkey - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-14Merge tag 'v3.15-rc5' into nextDmitry Torokhov3-2/+46
2014-05-14Input: gpio_keys_polled - convert to devm-* APIAlexander Shiyan1-77/+21
2014-05-14Input: gpio_keys - more conversions to devm-* APIAlexander Shiyan1-35/+34
2014-05-14Input: imx_keypad - make of_device_id array constJingoo Han1-1/+1
2014-05-14Input: gpio_keys_polled - make of_device_id array constJingoo Han1-1/+1
2014-05-14Input: gpio_keys - make of_device_id array constJingoo Han1-1/+1
2014-05-14Input: clps711x-keypad - make of_device_id array constJingoo Han1-1/+1
2014-05-14Input: gpio_keys - convert to use devm_*Andy Shevchenko1-49/+25
2014-05-14Input: add st-keyscan driverGabriel FERNANDEZ3-0/+286
2014-05-14Input: tc3589x-keypad - support probing from device treeLinus Walleij1-2/+64
2014-05-13Input: pxa27x-keypad - fix generating scancodeChao Xie1-1/+6
2014-05-12Input: fix ps2/serio module dependencyArnd Bergmann1-1/+1
2014-04-24Input: tca8418 - fix loading this driver as a module from a device treeDr. H. Nikolaus Schaller1-0/+7
2014-04-24Input: atkbd - fix keyboard not working on some LG laptopsSheng-Liang Song1-1/+28
2014-04-03Merge branch 'next' into for-linusDmitry Torokhov7-562/+363
2014-03-30Input: pmic8xxx-keypad - migrate to DTStephen Boyd1-64/+86
2014-03-30Input: pmic8xxx-keypad - migrate to regmap APIsStephen Boyd1-52/+29
2014-03-30Input: pmic8xxx-keypad - migrate to devm_* APIsStephen Boyd1-44/+17
2014-03-30Input: pmic8xxx-keypad - fix build by removing gpio configurationStephen Boyd1-58/+0
2014-03-30Input: add new driver for ARM CLPS711X keypadAlexander Shiyan3-0/+220
2014-03-28Input: remove obsolete tnetv107x driversArnd Bergmann3-340/+0
2014-03-01Merge tag 'v3.14-rc4' into nextDmitry Torokhov1-3/+10
2014-02-17Input: imx_keypad - Propagate the real error code on platform_get_irq() failureFabio Estevam1-2/+2
2014-02-15Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais1-1/+11
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds41-135/+132
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker31-31/+0
2014-01-06Input: twl4030-keypad - convert to using managed resourcesDmitry Torokhov1-48/+22
2014-01-04Input: twl4030-keypad - add device tree supportSebastian Reichel1-17/+50
2013-12-31Input: cros_ec_keyb - fix problems with backslashDoug Anderson1-4/+11
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanupOlof Johansson1-3/+10
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov4-5/+15
2013-12-11Input: tegra-kbc - use reset frameworkStephen Warren1-3/+10
2013-12-07Input: samsung-keypad - favor platform data if presentDmitry Torokhov1-15/+21
2013-12-06Input: use dev_get_platdata()Jingoo Han21-29/+37
2013-12-05Input: sh_keysc - restrict non-COMPILE_TEST compilationLaurent Pinchart1-1/+1
2013-11-25Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu3-3/+6
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov9-38/+43