aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Input: atmel_captouch - add dependence on i2cArnd Bergmann1-0/+1
2016-05-18Input: add Atmel Captouch Button driverDaniel Hung-yu Wu3-0/+304
2016-05-09Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes1-4/+4
2016-05-04Input: cm109 - spin_lock in complete() cleanupMing Lei1-4/+6
2016-05-04Input: cm109 - fix handling of volume and mute buttonsFlorian Euchner1-7/+30
2016-04-25Input: twl6040-vibra - remove mutexH. Nikolaus Schaller1-13/+2
2016-03-23Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov1-6/+30
2016-03-17Input: ims-pcu - sanity check against missing interfacesOliver Neukum1-0/+4
2016-03-15Merge tag 'v4.5' into nextDmitry Torokhov2-2/+2
2016-03-14Input: powermate - fix oops with malicious USB descriptorsJosh Boyer1-0/+3
2016-03-04Merge branch 'rotary-encoder' into nextDmitry Torokhov2-252/+154
2016-03-02Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König1-92/+64
2016-03-02Input: rotary_encoder - move away from platform data structureDmitry Torokhov1-91/+55
2016-03-02Input: rotary_encoder - use input_set_capability()Dmitry Torokhov1-8/+4
2016-03-02Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov1-41/+33
2016-03-02Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov1-5/+3
2016-03-02Input: rotary_encoder - use threaded irqsTimo Teräs1-8/+25
2016-01-27Input: sirfsoc-onkey - allow modular buildArnd Bergmann2-2/+2
2016-01-18Input: rotary_encoder - convert to devm-* apiTimo Teräs1-61/+25
2016-01-11Merge branch 'next' into for-linusDmitry Torokhov6-53/+135
2016-01-02Input: bma150 - constify bma150_cfg structureJulia Lawall1-1/+1
2015-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+1
2015-12-18Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft1-0/+7
2015-12-18Input: uinput - rework ABS validationDavid Herrmann1-44/+45
2015-12-18Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires1-3/+83
2015-12-12Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-pressSteve Twiss1-4/+4
2015-12-02Input: arizona-haptic - fix disabling of haptics deviceCharles Keepax1-2/+1
2015-12-02Input: sparcspkr - use platform_register/unregister_drivers()Thierry Reding1-11/+7
2015-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds10-223/+347
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown2-2/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis2-2/+0
2015-10-26Input: e3x0-button - update Kconfig descriptionMoritz Fischer1-2/+2
2015-10-22Input: xen - check return value of xenbus_printfInsu Yun1-2/+8
2015-10-22Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo1-26/+26
2015-10-16Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia1-5/+81
2015-10-16Input: rotary-encoder - use of_property_read_boolBen Gamari1-8/+6
2015-10-13Input: rotary_encoder - add wake up supportSylvain Rochet1-0/+37
2015-10-05Merge tag 'v4.3-rc4' into nextDmitry Torokhov2-2/+2
2015-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-2/+2
2015-10-02Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas1-2/+1
2015-09-29Input: add DA9062 OnKey capability to DA9063 OnKey driverS Twiss2-29/+108
2015-09-29Merge tag 'v4.3-rc3' into nextDmitry Torokhov11-395/+95
2015-09-21Input: uinput - fix crash when using ABS eventsDmitry Torokhov1-1/+1
2015-09-19Input: ad714x - convert to using managed resourcesVaishali Thakkar4-153/+82
2015-09-19Input: pm8941-pwrkey - remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-0/+5
2015-09-11Merge branch 'next' into for-linusDmitry Torokhov4-0/+5
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds15-52/+286