summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-272-21/+54
|\
| * Input: pwm-beeper - fix - scheduling while atomicManfred Schlaegl2016-05-271-21/+48
| * Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang2016-05-201-0/+6
* | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-253-3/+26
|\ \
| * | input: misc: pwm-beeper: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * | input: misc: max8997: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * | input: misc: max77693: Use pwm_get_args() where appropriateBoris Brezillon2016-05-171-3/+14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-183-28/+42
|\ \ \ | | |/ | |/|
| * | Merge branch 'next' into for-linusDmitry Torokhov2016-05-163-28/+42
| |\ \
| | * | Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes2016-05-091-4/+4
| | * | Input: cm109 - spin_lock in complete() cleanupMing Lei2016-05-041-4/+6
| | * | Input: cm109 - fix handling of volume and mute buttonsFlorian Euchner2016-05-041-7/+30
| | * | Input: twl6040-vibra - remove mutexH. Nikolaus Schaller2016-04-251-13/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-122-2/+5
|\ \ \ \ | |/ / /
| * | | Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller2016-05-091-0/+1
| * | | Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski2016-05-091-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-041-8/+8
|\ \ \ \ | |/ / /
| * | | Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller2016-04-251-8/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-04-234-12/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0
| * | Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0
| * | Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller2016-04-191-5/+1
| * | Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller2016-04-191-2/+1
| * | Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd2016-04-171-3/+4
| * | Input: arizona-haptic - don't assign input_dev parentCharles Keepax2016-04-171-1/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-251-2/+2
|\ \ | |/ |/|
| * drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-251-2/+2
* | Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov2016-03-231-6/+30
* | Input: ims-pcu - sanity check against missing interfacesOliver Neukum2016-03-171-0/+4
|/
* Merge tag 'v4.5' into nextDmitry Torokhov2016-03-152-2/+2
|\
| * Input: sirfsoc-onkey - allow modular buildArnd Bergmann2016-01-272-2/+2
| * Merge branch 'next' into for-linusDmitry Torokhov2016-01-116-53/+135
| |\
* | | Input: powermate - fix oops with malicious USB descriptorsJosh Boyer2016-03-141-0/+3
* | | Merge branch 'rotary-encoder' into nextDmitry Torokhov2016-03-042-252/+154
|\ \ \ | |_|/ |/| |
| * | Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König2016-03-021-92/+64
| * | Input: rotary_encoder - move away from platform data structureDmitry Torokhov2016-03-021-91/+55
| * | Input: rotary_encoder - use input_set_capability()Dmitry Torokhov2016-03-021-8/+4
| * | Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov2016-03-021-41/+33
| * | Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov2016-03-021-5/+3
| * | Input: rotary_encoder - use threaded irqsTimo Teräs2016-03-021-8/+25
| * | Input: rotary_encoder - convert to devm-* apiTimo Teräs2016-01-181-61/+25
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-12-191-2/+1
| |\ \ | | |/
| | * Input: arizona-haptic - fix disabling of haptics deviceCharles Keepax2015-12-021-2/+1
* | | Input: bma150 - constify bma150_cfg structureJulia Lawall2016-01-021-1/+1
* | | Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft2015-12-181-0/+7
* | | Input: uinput - rework ABS validationDavid Herrmann2015-12-181-44/+45
* | | Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-181-3/+83
* | | Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-pressSteve Twiss2015-12-121-4/+4
* | | Input: sparcspkr - use platform_register/unregister_drivers()Thierry Reding2015-12-021-11/+7
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-0610-223/+347
|\ \ | |/
OpenPOWER on IntegriCloud