summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Input: soc_button_array - debounce the buttonsHans de Goede2017-01-211-0/+2
* | | | Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0
* | | | Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-5/+3
* | | | Input: soc_button_array - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-3/+3
* | | | Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-2/+0
* | | | Input: gpio_decoder - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0
* | | | Input: bfin_rotary - switch to using devm_add_action_or_reset()Guenter Roeck2017-01-181-6/+5
* | | | Input: bma150 - switch to using usleep_range instead of msleepAniroop Mathur2016-12-271-2/+2
| |_|/ |/| |
* | | Input: drv260x - use generic device propertiesJingkui Wang2016-12-121-64/+19
* | | Input: drv260x - use temporary for &client->devDmitry Torokhov2016-12-121-22/+15
* | | Input: drv260x - fix input device's parent assignmentJingkui Wang2016-12-121-1/+0
* | | Input: drv260x - fix initializing overdrive voltageDmitry Torokhov2016-12-121-1/+1
* | | Input: drv2667 - fix misuse of regmap_update_bitsFlorian Vaussard2016-11-301-2/+2
* | | Input: drv2665 - fix misuse of regmap_update_bitsFlorian Vaussard2016-11-301-3/+3
* | | Input: soc_button_array - bail out earlier if gpiod_count is zeroBenjamin Tissoires2016-11-251-0/+5
* | | Input: soc_button_array - use gpio_is_valid()Benjamin Tissoires2016-11-251-1/+2
* | | Input: bma150 - avoid binding to bma180 if IIO bma180 driver presentHans de Goede2016-11-171-1/+8
* | | Input: da9063 - fix module autoload when registered via OFJavier Martinez Canillas2016-10-271-0/+1
* | | Input: da9061 - onkey driverSteve Twiss2016-10-272-7/+8
* | | Merge tag 'v4.8' into nextDmitry Torokhov2016-10-143-3/+26
|\| | | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-061-1/+22
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-277-6/+463
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-282-21/+54
| |\ \ \
| * \ \ \ 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-193-28/+42
| |\ \ \ \ \
* | | | | | | Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj2016-09-102-29/+67
* | | | | | | Input: add generic input driver to read encoded GPIO linesVignesh R2016-08-303-0/+150
* | | | | | | Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-08-221-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Input: rotary_encoder - support binary encoding of statesUwe Kleine-König2016-07-281-1/+22
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'for-linus' into nextDmitry Torokhov2016-07-197-45/+74
|\ \ \ \ \
| * | | | | Merge branch 'cec-defines' into for-linusDmitry Torokhov2016-06-191-2/+2
| |\| | | | | | |_|_|/ | |/| | |
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-122-2/+5
| | |\ \ \
| | * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-051-8/+8
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-04-234-12/+5
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-261-2/+2
| | |\ \ \ \ \
| | | * | | | | drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-261-2/+2
| * | | | | | | Input: pwm-beeper - fix - scheduling while atomicManfred Schlaegl2016-05-281-21/+48
| * | | | | | | Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang2016-05-201-0/+6
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'next' into for-linusDmitry Torokhov2016-05-173-28/+42
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller2016-05-101-0/+1
| * | | | | | Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski2016-05-091-2/+4
| | |_|_|_|/ | |/| | | |
| * | | | | Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller2016-04-251-8/+8
| | |_|_|/ | |/| | |
| * | | | 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