summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Input: uinput - fold header into the driver properDmitry Torokhov2017-10-241-1/+39
* Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-241-18/+10Star
* Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-241-116/+115Star
* Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-241-1/+5
* Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-233-21/+54
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-222-3/+15
| |\
| | * Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov2017-10-201-2/+14
| | * Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede2017-10-201-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-231-18/+39
| |\|
| | * Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-221-18/+21
| | * Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-221-0/+18
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-163-0/+280
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2017-09-153-0/+280
| | |\
| * | \ Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-073-3/+3
| |\ \ \ | | |/ / | |/| |
| | | |
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-054-4/+4
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2017-09-0411-73/+251
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'ib-mfd-input-rtc-v4.14' of git://git.kernel.org/pub/scm/linux/kern...Dmitry Torokhov2017-09-221-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | mfd: dm355evm_msp: Move header file out of I2C realmWolfram Sang2017-08-151-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dmitry Torokhov2017-09-223-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-042-2/+2
| | |/ / / | |/| | |
| * | | | Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365Hans de Goede2017-08-201-1/+1
| |/ / /
| * | | Merge branch 'next' into for-linusDmitry Torokhov2017-07-121-40/+179
| |\ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2017-07-062-9/+41
| |\ \ \ \
* | | | | | Input: adxl34x - do not treat FIFO_MODE() as booleanArnd Bergmann2017-09-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | Input: add a driver for PWM controllable vibratorsSebastian Reichel2017-09-043-0/+280
| |_|_|/ |/| | |
* | | | Input: xen-kbdfront - enable auto repeat for xen keyboard frontend driverLiang Yan2017-08-281-1/+4
* | | | Input: axp20x-pek - add support for AXP221 PEKQuentin Schulz2017-08-171-0/+18
* | | | Input: axp20x-pek - use driver_data of platform_device_id instead of extended...Quentin Schulz2017-08-171-45/+90
* | | | Input: ati_remote2 - constify usb_device_idArvind Yadav2017-08-151-1/+1
* | | | Input: pcspkr - fix code style and error value in pcspkr_eventMunir Contractor2017-08-151-6/+11
* | | | Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-081-1/+1
* | | | Input: keyspan_remote - constify usb_device_idArvind Yadav2017-08-081-1/+1
* | | | Input: add power key driver for Rockchip RK805 PMICJoseph Chen2017-07-253-0/+123
* | | | Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-252-30/+52
|\ \ \ \
| * | | | Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov2017-07-221-17/+1Star
| |/ / /
| * | | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-191-6/+14
| * | | Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede2017-06-031-2/+3
| * | | Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede2017-06-031-7/+36
* | | | Input: yealink - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* | | | Input: ims-pcu - constify attribute_group structuresArvind Yadav2017-07-121-2/+2
| |_|/ |/| |
* | | Input: xen-kbdfront - add multi-touch supportOleksandr Andrushchenko2017-07-091-40/+179
| |/ |/|
* | Input: xen-kbdfront - use string constants from PV protocolOleksandr Andrushchenko2017-06-091-9/+13
* | Input: axp20x-pek - add wakeup supportHans de Goede2017-06-031-0/+28
|/
* 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