summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-172-10/+4
* Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman2018-01-163-5/+0
* Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-161-2/+1
* Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-091-2/+2
* Input: tps65218-pwrbutton - fix a spelling mistake in KconfigZhuohua Li2018-01-011-1/+1
* Input: gpio_tilt - delete driverLinus Walleij2018-01-013-225/+0
* Input: uinput - use monotonic times for timestampsDeepa Dinamani2018-01-011-1/+4
* Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-101-2/+4
* Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Input: uinput - fold header into the driver properDmitry Torokhov2017-10-231-1/+39
* | Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-231-18/+10
* | Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-231-116/+115
* | Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-231-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-212-3/+15
| |\
| | * Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov2017-10-191-2/+14
| | * Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede2017-10-191-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-221-18/+39
| |\|
| | * Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-211-18/+21
| | * Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-211-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-211-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-213-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-141-1/+1
* | | | Input: pcspkr - fix code style and error value in pcspkr_eventMunir Contractor2017-08-141-6/+11
* | | | Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-071-1/+1
* | | | Input: keyspan_remote - constify usb_device_idArvind Yadav2017-08-071-1/+1
* | | | Input: add power key driver for Rockchip RK805 PMICJoseph Chen2017-07-243-0/+123
* | | | Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-242-30/+52
|\ \ \ \
| * | | | Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov2017-07-221-17/+1
| |/ / /
| * | | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-181-6/+14
| * | | Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede2017-06-021-2/+3
| * | | Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede2017-06-021-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
| |_|/ |/| |