summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2012-12-10Input: matrix-keymap - provide a proper module licenseFlorian Fainelli-0/+3
2012-12-03Input: gpio_keys_polled - switch to using gpio_request_one()Dmitry Torokhov-10/+2
2012-12-03Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov-9/+1
2012-12-03Input: wacom - fix touch support for Bamboo Fun CTH-461Diego Calleja-1/+2
2012-12-03Input: xpad - add a few new VID/PID combinationsGuillermo A. Amaral-9/+18
2012-12-03Input: xpad - minor formatting fixesGuillermo A. Amaral-3/+3
2012-12-02Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown-0/+266
2012-11-29Input: gpio-keys-polled - honor 'autorepeat' setting in platform dataAlexander Shiyan-1/+4
2012-11-29Input: tca8418-keypad - switch to using managed resourcesDmitry Torokhov-53/+25
2012-11-29Input: tca8418_keypad - increase severity of failures in probe()Dmitry Torokhov-3/+3
2012-11-29Input: tca8418_keypad - move device ID tables closer to where they are usedDmitry Torokhov-15/+14
2012-11-29Input: tca8418_keypad - use dev_get_platdata() to retrieve platform dataDmitry Torokhov-1/+1
2012-11-29Input: tca8418_keypad - use a temporary variable for parent deviceDmitry Torokhov-10/+10
2012-11-29Input: tca8418_keypad - add support for shared interruptAlban Bedel-3/+7
2012-11-29Input: tca8418_keypad - add support for device tree bindingsAlban Bedel-27/+41
2012-11-28Input - arizona-haptics: Add driver haptics module on Arizona CODECsMark Brown-0/+266
2012-11-27Input: remove Compaq iPAQ H3600 (Bitsy) touchscreen driverAlexander Shiyan-492/+0
2012-11-27Input: bu21013_ts - add support for Device Tree bootingLee Jones-4/+46
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones-19/+50
2012-11-27Input: bu21013_ts - request regulator that actually existsLee Jones-1/+1
2012-11-27Input: gpio_keys - disable hardware on suspendJonas Aaberg-5/+22
2012-11-27Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov-13/+26
2012-11-27Input: samsung-keypad - switch to using managed resourcesSachin Kamat-72/+31
2012-11-27Input: spear-keyboard - add clk_{un}prepare() supportVipul Kumar Samar-0/+10
2012-11-25Input: imx_keypad - only set enabled columns to open-drainAndreas Pretzsch-1/+2
2012-11-25Input: HIL - do not call tasklet_disable right before tasklet_killXiaotian Feng-2/+0
2012-11-24Input: twl4030-pwrbutton - switch to using TWL_MODULE_PM_MASTER definePeter Ujfalusi-2/+1
2012-11-24Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov-9/+51
2012-11-24Input: remove use of __devexitBill Pemberton-149/+149
2012-11-24Input: remove use of __devinitBill Pemberton-237/+234
2012-11-24Input: remove use of __devinitconstBill Pemberton-4/+4
2012-11-24Input: remove use of __devinitdataBill Pemberton-4/+4
2012-11-24Input: remove use of __devexit_pBill Pemberton-142/+142
2012-11-24Input: serio - remove CONFIG_HOTPLUG ifdefsBill Pemberton-11/+0
2012-11-24Merge branch 'for-linus' into nextDmitry Torokhov-3/+11
2012-11-22Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar-18/+47
2012-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-3/+11
2012-11-21Input: wacom - add support for a new MT device (0x4001)Ping Cheng-0/+4
2012-11-21Input: wacom - simplify type check for newer V5 devicesPing Cheng-3/+1
2012-11-21Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg-1/+5
2012-11-20Input: matrix-keypad - add device tree supportAnilKumar Ch-22/+97
2012-11-20Input: da9052_onkey.c: Convert to the new da9052 interrupt functions.Fabio Estevam-17/+5
2012-11-20Input: da9052_tsi.c: Fix interrupt handlingFabio Estevam-39/+20
2012-11-18Input: mousedev - move /dev/input/mice to the correct minorDmitry Torokhov-2/+2
2012-11-15Input: mt: add input_mt_is_usedBenjamin Tissoires-1/+1
2012-11-14Input: marix-keymap - automatically allocate memory for keymapDmitry Torokhov-1/+22
2012-11-10Input: add Retu power button driver.Aaro Koskinen-0/+110
2012-11-10Input: HIL - remove one gotoRolf Eike Beer-6/+5
2012-11-10Input: MT - document new 'flags' argument of input_mt_init_slots()Henrik Rydberg-0/+4
2012-11-10Input: stmpe-ts - initialize the phys field in input deviceVipul Kumar Samar-0/+1