summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-22Input: walkera0701 - switch to using pr_xxx() for messagesDmitry Torokhov1-13/+10
2013-01-22Input: walkera0701 - set up input device's parentDmitry Torokhov1-0/+1
2013-01-22Input: atkbd - fix multi-byte scancode handling on reconnectShawn Nematbakhsh1-21/+51
2013-01-22Input: twl4030-vibra - Use system workqueuePeter Ujfalusi1-18/+1
2013-01-22Input: twl4030-vibra - switch to using managed resourcesPeter Ujfalusi1-22/+4
2013-01-17Input: add driver for Cypress APA I2C TrackpadBenson Leung3-0/+817
2013-01-17Input: atkbd - fix a typo in a messageDmitry Torokhov1-1/+1
2013-01-17Input: mms114 - switch to using managed resourcesSachin Kamat1-38/+16
2013-01-17Input: tegra-kbc - remove default keymapLaxman Dewangan1-169/+7
2013-01-17Input: tegra-kbc - add support for rows/columns configuration from dtLaxman Dewangan2-19/+85
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-17Input: sysrq - allow specifying alternate reset sequenceMathieu Poirier1-74/+202
2013-01-17Input: add support for Cypress PS/2 TrackpadsDudley Du6-0/+960
2013-01-06Input: increase struct ps2dev cmdbuf[] to 8 bytesKamal Mostafa1-1/+1
2013-01-06Input: wacom - use new input-mt routinesPing Cheng2-61/+22
2013-01-06Input: wacom - prepare for syncing with input-mt changesPing Cheng1-40/+45
2013-01-05Input: qt2160 - add support for LEDsJavier Martin1-2/+139
2013-01-03Input: imx_keypad - add device tree supportLiu Ying2-18/+78
2012-12-24Input: adxl34x - default platform_data should not use defines from driverWolfram Sang1-1/+1
2012-12-24Input: adxl34x - make platform_data include self containedWolfram Sang1-0/+2
2012-12-24Input: adxl34x - don't set THRESH_TAP twiceWolfram Sang1-1/+0
2012-12-24Input: adxl34x - consistently use read/write encapsulationWolfram Sang1-2/+2
2012-12-24Input: wm831x-on - convert to devm_input_allocate_device()Mark Brown1-3/+1
2012-12-24Input: wm831x-ts - convert to devm_input_allocate_device()Mark Brown1-3/+1
2012-12-17Input: stmpe-ts - report BTN_TOUCH eventVipul Kumar Samar1-0/+2
2012-12-17Input: walkera0701 - fix crash on startupPeter Popovec1-3/+4
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 Bedel2-27/+49
2012-11-28Input: remove Compaq iPAQ H3600 (Bitsy) touchscreen driverAlexander Shiyan3-492/+0
2012-11-28Input: bu21013_ts - add support for Device Tree bootingLee Jones1-4/+46
2012-11-28Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones3-97/+53
2012-11-28Input: bu21013_ts - request regulator that actually existsLee Jones1-1/+1
2012-11-28ARM: ux500: Strip out duplicate touch screen platform informationLee Jones1-19/+3
2012-11-28Input: gpio_keys - disable hardware on suspendJonas Aaberg1-5/+22
2012-11-28Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov1-13/+26
2012-11-28Input: samsung-keypad - switch to using managed resourcesSachin Kamat1-72/+31
2012-11-28Input: spear-keyboard - add clk_{un}prepare() supportVipul Kumar Samar1-0/+10
2012-11-25Input: imx_keypad - only set enabled columns to open-drainAndreas Pretzsch1-1/+2
2012-11-25Input: HIL - do not call tasklet_disable right before tasklet_killXiaotian Feng1-2/+0
2012-11-24Input: twl4030-pwrbutton - switch to using TWL_MODULE_PM_MASTER definePeter Ujfalusi1-2/+1
2012-11-24Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov3-9/+91