summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-31/+219
2016-09-10Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj2-29/+67
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan1-13/+2
2016-08-30Input: add generic input driver to read encoded GPIO linesVignesh R3-0/+150
2016-08-23Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski1-2/+2
2016-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+22
2016-07-28Input: rotary_encoder - support binary encoding of statesUwe Kleine-König1-1/+22
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-6/+463
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov7-45/+74
2016-07-14Input: xen-kbdfront - prefer xenbus_write() over xenbus_printf() where possibleJan Beulich1-4/+4
2016-06-23Input: add powerkey driver for HISI 65xx SoCJorge Ramirez-Ortiz3-0/+152
2016-06-23Input: apanel - spelling mistake - "skiping" -> "skipping"Colin Ian King1-1/+1
2016-06-23Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"Colin Ian King1-1/+1
2016-06-19Merge branch 'cec-defines' into for-linusDmitry Torokhov1-2/+2
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-21/+54
2016-05-28Input: pwm-beeper - fix - scheduling while atomicManfred Schlaegl1-21/+48
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+26
2016-05-20Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang1-0/+6
2016-05-19Input: atmel_captouch - add dependence on i2cArnd Bergmann1-0/+1
2016-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-28/+42
2016-05-19Input: add Atmel Captouch Button driverDaniel Hung-yu Wu3-0/+304
2016-05-17input: misc: pwm-beeper: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon1-0/+6
2016-05-17input: misc: max8997: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon1-0/+6
2016-05-17input: misc: max77693: Use pwm_get_args() where appropriateBoris Brezillon1-3/+14
2016-05-17Merge branch 'next' into for-linusDmitry Torokhov3-28/+42
2016-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+5
2016-05-10Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller1-0/+1
2016-05-10Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes1-4/+4
2016-05-09Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski1-2/+4
2016-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-8/+8
2016-05-05Input: cm109 - spin_lock in complete() cleanupMing Lei1-4/+6
2016-05-05Input: cm109 - fix handling of volume and mute buttonsFlorian Euchner1-7/+30
2016-04-26Input: twl6040-vibra - remove mutexH. Nikolaus Schaller1-13/+2
2016-04-26Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller1-8/+8
2016-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-12/+5
2016-04-21Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov1-1/+0
2016-04-21Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov1-1/+0
2016-04-19Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller1-5/+1
2016-04-19Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller1-2/+1
2016-04-17Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd1-3/+4
2016-04-17Input: arizona-haptic - don't assign input_dev parentCharles Keepax1-1/+0
2016-03-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-03-26drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton1-2/+2
2016-03-24Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov1-6/+30
2016-03-18Input: ims-pcu - sanity check against missing interfacesOliver Neukum1-0/+4
2016-03-16Merge 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-03Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König1-92/+64
2016-03-03Input: rotary_encoder - move away from platform data structureDmitry Torokhov1-91/+55