summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-05-041-2/+3
|\
| * Input: soc_button_array - Propagate error from gpiod_count()Andy Shevchenko2017-03-161-2/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-0313-158/+335
|\ \
| * | Input: twl4030-pwrbutton - use input_set_capability() helperSebastian Reichel2017-05-011-2/+1Star
| * | Input: twl4030-pwrbutton - use correct device for irq requestSebastian Reichel2017-05-011-1/+1
| * | Input: xen-kbdfront - add module parameter for setting resolutionJuergen Gross2017-04-191-25/+14Star
| * | Input: yealink - define packet offset __be16 instead of u16Martin Kepplinger2017-04-111-1/+1
| * | Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETAHans de Goede2017-04-111-1/+1
| * | Input: pm8xxx-vib - add support for pm8916's vibratorDamien Riegel2017-04-052-1/+11
| * | Input: pm8xxx-vib - handle separate enable registerDamien Riegel2017-04-051-1/+10
| * | Input: pm8xxx-vib - parametrize the driverDamien Riegel2017-04-051-16/+33
| * | Input: pm8xxx-vib - reorder header alphabeticallyDamien Riegel2017-04-051-4/+4
| * | Merge tag 'v4.11-rc5' into nextDmitry Torokhov2017-04-033-0/+12
| |\ \
| * | | Input: bma150 - remove support for bma150H. Nikolaus Schaller2017-04-011-10/+1Star
| * | | Input: convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-182-5/+6
| * | | Input: soc_button_array - add support for ACPI 6.0 Generic Button DeviceHans de Goede2017-03-171-1/+158
| * | | Input: soc_button_array - get rid of MAX_NBUTTONSHans de Goede2017-03-171-8/+11
| * | | Input: dm355evm_keys - switch to using managed resourcesDmitry Torokhov2017-03-091-50/+26Star
| * | | Input: wistron_btns - remove use of sparse_keymap_freeDmitry Torokhov2017-03-091-4/+1Star
| * | | Input: dm355evm_keys - remove use of sparse_keymap_freeDmitry Torokhov2017-03-091-6/+3Star
| * | | Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov2017-03-091-6/+14
| |\ \ \
| * | | | Input: soc_button_array - use NULL for GPIO connection IDHans de Goede2017-03-091-2/+2
| * | | | Input: axp20x-pek - do not register input device on some systemsHans de Goede2017-03-091-3/+12
| * | | | Input: axp20x_pek - add axp20x_pek_probe_input_device helperHans de Goede2017-03-091-18/+29
| * | | | Input: axp20x-pek - use our own device for errorsHans de Goede2017-03-091-4/+4
| * | | | Input: drv260x - remove OF dependencyJingkui Wang2017-03-091-3/+1Star
| * | | | Input: pwm-beeper - support customized freq for SND_BELLGuan Ben2017-03-071-1/+14
* | | | | Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-05-033-0/+128
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | input: cpcap-pwrbutton: New driverSebastian Reichel2017-04-113-0/+128
| | |_|/ | |/| |
* | | | Input: yealink - validate number of endpoints before using themJohan Hovold2017-03-161-0/+4
* | | | Input: ims-pcu - validate number of endpoints before using themJohan Hovold2017-03-161-0/+4
* | | | Input: cm109 - validate number of endpoints before using themJohan Hovold2017-03-161-0/+4
|/ / /
* | / Merge branch 'next' into for-linusDmitry Torokhov2017-02-2126-630/+115Star
|\| | | |/ |/|
| * Input: delete MPU3050 driverLinus Walleij2017-01-313-492/+0Star
| * Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-246-29/+26Star
| |\
| * | Input: dm355evm_keys - drop unnecessary call to input_set_drvdataGuenter Roeck2017-01-231-2/+0Star
| * | Input: pwm-beeper - switch to using "atomic" PWM APIDmitry Torokhov2017-01-221-9/+17
| * | Input: pwm-beeper - add optional amplifier regulatorDavid Lechner2017-01-221-13/+50
| * | Input: pwm-beeper - suppress error message on probe deferDavid Lechner2017-01-221-1/+3
| * | Input: pwm-beeper - fix race when suspendingDmitry Torokhov2017-01-221-3/+18
| * | Input: pwm-beeper - use input_set_capability()Dmitry Torokhov2017-01-221-2/+2
| * | Input: pwm-beeper - switch to using managed resourcesDmitry Torokhov2017-01-221-34/+10Star
| * | Input: pwm-beeper - remove calls to legacy pwm_request APIDmitry Torokhov2017-01-221-6/+0Star
| * | Input: misc - drop empty remove functionsGuenter Roeck2017-01-225-30/+0Star
| * | Input: misc - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-227-11/+0Star
| * | Input: misc - use local variables consistentlyGuenter Roeck2017-01-223-7/+6Star
| * | Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-225-6/+0Star
| * | 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/+0Star
| * | Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-5/+3Star