aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+2
2013-03-14Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann1-4/+64
2013-03-14input/joystick: use get_cycles on ARMArnd Bergmann1-6/+2
2013-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-33/+125
2013-03-10Input: mms114 - Fix regulator enable and disable pathsMark Brown1-9/+25
2013-03-10Input: ads7864 - check return value of regulator enableMark Brown1-1/+6
2013-03-10Input: tc3589x-keypad - fix keymap sizeRabin Vincent1-4/+4
2013-03-09Input: wacom - add support for 0x10dStephan Frank1-0/+4
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds1-2/+2
2013-03-08Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz1-2/+62
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-03-02parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller1-3/+12
2013-02-28input: disable i8042 PC Keyboard controller for s390Heiko Carstens1-1/+1
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-3/+0
2013-02-22Input: ALPS - add "Dolphin V1" touchpad supportDave Turvene2-2/+66
2013-02-22Input: ALPS - remove unused argument to alps_enter_command_mode()Kevin Cernekee1-11/+7
2013-02-22Input: cypress_ps2 - fix trackpadi found in Dell XPS12Kamal Mostafa1-6/+13
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+7
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
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 Torvalds34-1043/+3314
2013-02-19Merge branch 'next' into for-linusDmitry Torokhov34-1043/+3314
2013-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-6/+18
2013-02-16Input: cyttsp-spi - remove duplicate MODULE_ALIAS()Dmitry Torokhov1-1/+0
2013-02-16Input: tsc2005 - add MODULE_ALIASPali Rohár1-0/+1
2013-02-15Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren2-104/+93
2013-02-15Input: synaptics - initialize pointer emulation usageHenrik Rydberg1-1/+1
2013-02-15Input: MT - do not apply filtering on emulated eventsHenrik Rydberg1-0/+1
2013-02-15Input: bma150 - make some defines public and fix some commentsMichael Trimarchi1-12/+0
2013-02-15Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi1-1/+1
2013-02-14Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee1-70/+115
2013-02-14Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee1-0/+52
2013-02-14Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee2-44/+95
2013-02-14Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee2-22/+33
2013-02-14Input: ALPS - fix command mode checkKevin Cernekee1-1/+1
2013-02-14Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee1-3/+12
2013-02-14Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee1-8/+4
2013-02-14Input: ALPS - use function pointers for different protocol handlersKevin Cernekee2-54/+54
2013-02-14Input: ALPS - rework detection sequenceKevin Cernekee2-76/+56
2013-02-14Input: ALPS - introduce helper function for repeated commandsKevin Cernekee1-41/+30
2013-02-14Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee1-93/+93
2013-02-14Input: ALPS - copy "model" info into alps_data structKevin Cernekee2-34/+43
2013-02-14Input: ALPS - document the alps.h data structuresKevin Cernekee1-13/+61
2013-02-13Input: wacom - add support for DTH-2242Ping Cheng2-1/+25
2013-02-13Input: cyapa - add support for smbus protocolBenson Leung1-5/+174
2013-02-13Input: synaptics - fix 1->3 contact transition reportingDaniel Kurtz1-3/+27
2013-02-13Input: add couple of missing GENERIC_HARDIRQS dependenciesHeiko Carstens4-4/+5
2013-02-14mfd: max8925: Fix onkey driver irq baseQing Xu1-3/+0
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-4/+4
2013-02-06input: drop unnecessary dependencies on TTYJoe Millenbach5-39/+2
2013-02-04drivers/input/joystick/analog.c: enable precise timerChris Metcalf1-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2013-01-25Input: twl6040-vibra - use system workqueuePeter Ujfalusi1-10/+1
2013-01-25Input: twl6040-vibra - code cleanup in probe with devm_* conversionPeter Ujfalusi1-54/+45
2013-01-25Input: goldfish - virtual input event driverBrian Swetland3-0/+205
2013-01-23Input: wacom - fix wacom_set_report retry logicChris Bagwell1-3/+3
2013-01-22Input: Convert to devm_ioremap_resource()Thierry Reding2-8/+7
2013-01-21Input: walkera0701 - claim parport when opening the deviceDmitry Torokhov1-10/+6
2013-01-21Input: walkera0701 - use proper error codesDmitry Torokhov1-20/+36
2013-01-21Input: walkera0701 - switch to using pr_xxx() for messagesDmitry Torokhov1-13/+10
2013-01-21Input: walkera0701 - set up input device's parentDmitry Torokhov1-0/+1
2013-01-21Input: atkbd - fix multi-byte scancode handling on reconnectShawn Nematbakhsh1-21/+51
2013-01-21Input: twl4030-vibra - Use system workqueuePeter Ujfalusi1-18/+1
2013-01-21Input: twl4030-vibra - switch to using managed resourcesPeter Ujfalusi1-22/+4
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach5-1/+39
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 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-17Input: add support for Cypress PS/2 TrackpadsDudley Du6-0/+960
2013-01-09Input: document that unregistering managed devices is not necessaryDmitry Torokhov1-2/+14
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-06Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich1-1/+1
2013-01-04Input: 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 Torvalds3-3/+25
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2013-01-03Input: imx_keypad - add device tree supportLiu Ying1-18/+25
2012-12-24Input: adxl34x - default platform_data should not use defines from driverWolfram Sang1-1/+1
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-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-24Input: sentelic - only report position of first finger as ST coordinatesChristophe TORDEUX1-1/+1
2012-12-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds164-1570/+2064
2012-12-16Input: stmpe-ts - report BTN_TOUCH eventVipul Kumar Samar1-0/+2
2012-12-16Merge branch 'next' into for-linusDmitry Torokhov164-1556/+2064
2012-12-16Input: walkera0701 - fix crash on startupPeter Popovec1-3/+4
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds6-546/+427
2012-12-16ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren1-0/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds3-0/+266
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-11x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptopsOndrej Zary1-0/+9
2012-12-10Input: matrix-keymap - provide proper module licenseFlorian Fainelli1-0/+3
2012-12-10Input: matrix-keymap - provide a proper module licenseFlorian Fainelli1-0/+3
2012-12-03Input: gpio_keys_polled - switch to using gpio_request_one()Dmitry Torokhov1-10/+2
2012-12-03Input: gpio_keys - switch to using gpio_request_one()Dmitry Torokhov1-9/+1
2012-12-03Input: wacom - fix touch support for Bamboo Fun CTH-461Diego Calleja1-1/+2
2012-12-03Input: xpad - add a few new VID/PID combinationsGuillermo A. Amaral1-9/+18
2012-12-03Input: xpad - minor formatting fixesGuillermo A. Amaral1-3/+3
2012-12-02Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown3-0/+266
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
2012-11-28Input - arizona-haptics: Add driver haptics module on Arizona CODECsMark Brown3-0/+266
2012-11-27Input: remove Compaq iPAQ H3600 (Bitsy) touchscreen driverAlexander Shiyan3-492/+0
2012-11-27Input: bu21013_ts - add support for Device Tree bootingLee Jones1-4/+46
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones1-19/+50
2012-11-27Input: bu21013_ts - request regulator that actually existsLee Jones1-1/+1
2012-11-27Input: gpio_keys - disable hardware on suspendJonas Aaberg1-5/+22
2012-11-27Input: gpio_keys - report initial state when opening the deviceDmitry Torokhov1-13/+26
2012-11-27Input: samsung-keypad - switch to using managed resourcesSachin Kamat1-72/+31
2012-11-27Input: 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 Torokhov1-9/+51
2012-11-24Input: remove use of __devexitBill Pemberton141-149/+149
2012-11-24Input: remove use of __devinitBill Pemberton138-237/+234
2012-11-24Input: remove use of __devinitconstBill Pemberton4-4/+4
2012-11-24Input: remove use of __devinitdataBill Pemberton3-4/+4
2012-11-24Input: remove use of __devexit_pBill Pemberton141-142/+142
2012-11-24Input: serio - remove CONFIG_HOTPLUG ifdefsBill Pemberton1-11/+0
2012-11-24Merge branch 'for-linus' into nextDmitry Torokhov3-3/+11
2012-11-22Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar1-18/+47
2012-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-3/+11
2012-11-21Input: wacom - add support for a new MT device (0x4001)Ping Cheng1-0/+4
2012-11-21Input: wacom - simplify type check for newer V5 devicesPing Cheng1-3/+1
2012-11-21Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg1-1/+5
2012-11-20Input: matrix-keypad - add device tree supportAnilKumar Ch1-22/+97
2012-11-20Input: da9052_onkey.c: Convert to the new da9052 interrupt functions.Fabio Estevam1-17/+5
2012-11-20Input: da9052_tsi.c: Fix interrupt handlingFabio Estevam1-39/+20
2012-11-18Input: mousedev - move /dev/input/mice to the correct minorDmitry Torokhov1-2/+2
2012-11-15Input: mt: add input_mt_is_usedBenjamin Tissoires1-1/+1
2012-11-14Input: marix-keymap - automatically allocate memory for keymapDmitry Torokhov1-1/+22
2012-11-10Input: add Retu power button driver.Aaro Koskinen3-0/+110
2012-11-10Input: HIL - remove one gotoRolf Eike Beer1-6/+5
2012-11-10Input: MT - document new 'flags' argument of input_mt_init_slots()Henrik Rydberg1-0/+4
2012-11-10Input: stmpe-ts - initialize the phys field in input deviceVipul Kumar Samar1-0/+1
2012-11-10Input: stmpe-ts - switch to using managed resourcesViresh Kumar1-44/+23
2012-11-10Input: stmpe-keyboard - switch to using managed resourcesViresh Kumar1-44/+28
2012-11-10Input: spear-keyboard - switch to using managed resourcesViresh Kumar1-54/+23
2012-11-10Input: spear-keyboard - fix for balancing the enable_irq_wakeDeepak Sikri1-3/+8
2012-11-10Input: nomadik-ske-keypad - start using the apb_pclkUlf Hansson1-2/+20
2012-11-08Input: nomadik-ske-keypad - fixup use of clkUlf Hansson1-4/+10
2012-11-08Input: wacom - add support for 2 new multi-touch tablets (0x100 and 0x101)Ping Cheng3-3/+25
2012-11-08Input: wacom - clean up device type codePing Cheng1-15/+38
2012-11-08Input: introduce managed input devices (add devres support)Dmitry Torokhov1-27/+149
2012-11-08Merge tag 'v3.7-rc4' into next to sync up Wacom bitsDmitry Torokhov9-6/+55
2012-11-06Merge tag 'kill-plat-sparse-irq' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-1/+1
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-11-05input: TSC: ti_tsc: Convert TSC into a MFDevicePatil, Rachna2-222/+98
2012-11-05input: TSC: ti_tscadc: Rename the existing touchscreen driverPatil, Rachna3-51/+51
2012-11-05input: TSC: ti_tscadc: Remove definition of End Of Interrupt registerPatil, Rachna1-3/+0
2012-11-05input: TSC: ti_tscadc: set FIFO0 threshold InterruptPatil, Rachna1-4/+6
2012-11-05input: TSC: ti_tscadc: Add Step configuration as platform dataPatil, Rachna1-12/+13
2012-11-05input: TSC: ti_tscadc: Correct register usagePatil, Rachna1-46/+82
2012-11-05ARM: plat-nomadik: move MTU, kill plat-nomadikLinus Walleij1-1/+1
2012-11-03Input: pwm-beeper - add devicetree probing supportSascha Hauer2-2/+14
2012-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-5/+30
2012-11-02Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+4
2012-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+21
2012-10-31HID: Add support for the MacBook Pro 10,2 keyboard / touchpadDirk Hohndel1-0/+21
2012-10-30Input: tsc40 - remove wrong announcement of pressure supportRolf Eike Beer1-1/+0
2012-10-30xen-kbdfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-10-30Input: add DA9055 Onkey driverAshish Jangam3-0/+182
2012-10-30Input: ALPS - print small buffers via %*phAndy Shevchenko1-6/+4
2012-10-30Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov33-205/+430
2012-10-30Input: lpc32xx-keys - select INPUT_MATRIXKMAPRoland Stigge1-0/+1
2012-10-30Input: pxa27x_keypad - clear pending interrupts on keypad configVasily Khoruzhick1-0/+3
2012-10-30Input: wacom - correct bad Cintiq 24HD checkJason Gerecke1-1/+1
2012-10-30Merge tag 'v3.7-rc3' into for-linus to sync up with recent USB changesDmitry Torokhov25-187/+320
2012-10-25Input: wacom - add touch sensor support for Cintiq 24HD touchJason Gerecke3-3/+104
2012-10-25Input: wacom - handle split-sensor devices with internal hubsJason Gerecke3-2/+35
2012-10-25Input: wacom - add INPUT_PROP_DIRECT flag to Cintiq 24HDJason Gerecke1-0/+3
2012-10-25Input: egalax_ts - get gpio from devicetreeHui Wang2-3/+22
2012-10-25Input: qt2160 - fix qt2160_write() implementationJavier Martin1-14/+5
2012-10-25Input: remove CONFIG_EXPERIMENTAL from miscellaneous driversKees Cook1-5/+2
2012-10-25Input: remove CONFIG_EXPERIMENTAL from keyboard driversKees Cook1-1/+1
2012-10-25Input: fix sparse warning in __input_release_device()Dmitry Torokhov1-1/+4
2012-10-25Input: fix sparse warning in multitouch codeDmitry Torokhov1-1/+1
2012-10-25Input: arc_ps2 - switch to using managed resourcesDmitry Torokhov1-64/+59
2012-10-22Input: serio - add ARC PS/2 driverMischa Jonker3-0/+289
2012-10-22Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov3-6/+3