aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'v4.15' into nextDmitry Torokhov5-8/+7
2018-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+5
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall2-10/+4
2018-01-16Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman3-5/+0
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman1-2/+1
2018-01-09Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani1-2/+2
2018-01-08Input: twl6040-vibra - fix child-node lookupJohan Hovold1-2/+1
2018-01-08Input: twl4030-vibra - fix sibling-node lookupJohan Hovold1-2/+4
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+1
2018-01-02Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko1-2/+0
2018-01-01Input: tps65218-pwrbutton - fix a spelling mistake in KconfigZhuohua Li1-1/+1
2018-01-01Input: gpio_tilt - delete driverLinus Walleij3-225/+0
2018-01-01Input: uinput - use monotonic times for timestampsDeepa Dinamani1-1/+4
2017-11-26Input: ims-pcu - fix typo in the error messageZhen Lei1-1/+1
2017-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-136/+171
2017-11-10Input: uinput - unlock on allocation failure in ioctlDan Carpenter1-2/+4
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-23Input: uinput - fold header into the driver properDmitry Torokhov1-1/+39
2017-10-23Input: uinput - remove uinput_allocate_device()Dmitry Torokhov1-18/+10
2017-10-23Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov1-116/+115
2017-10-23Input: uinput - allow FF requests to time outDmitry Torokhov1-1/+5
2017-10-23Merge tag 'v4.14-rc6' into nextDmitry Torokhov3-21/+54
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+15
2017-10-19Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov1-2/+14
2017-10-19Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede1-1/+1
2017-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-18/+39
2017-09-21Merge tag 'ib-mfd-input-rtc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov1-1/+1
2017-09-21Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov3-3/+3
2017-09-21Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov1-18/+21
2017-09-21Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-0/+18
2017-09-20Input: adxl34x - do not treat FIFO_MODE() as booleanArnd Bergmann1-1/+1
2017-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+280
2017-09-15Merge branch 'next' into for-linusDmitry Torokhov3-0/+280
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-3/+3
2017-09-05Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hwmon-4.14', 'ib-mfd-iio-pwm-4.14', 'ib-mfd-input-rtc-4.14', 'ib-mfd-many-4.14' and 'ib-mfd-pinctrl-regulator-4.14' into ibs-for-mfd-mergedLee Jones4-4/+4
2017-09-04Input: add a driver for PWM controllable vibratorsSebastian Reichel3-0/+280
2017-09-04Merge branch 'next' into for-linusDmitry Torokhov11-73/+251
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang2-2/+2
2017-08-28Input: xen-kbdfront - enable auto repeat for xen keyboard frontend driverLiang Yan1-1/+4
2017-08-20Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365Hans de Goede1-1/+1
2017-08-17Input: axp20x-pek - add support for AXP221 PEKQuentin Schulz1-0/+18
2017-08-17Input: axp20x-pek - use driver_data of platform_device_id instead of extended attributesQuentin Schulz1-45/+90
2017-08-15mfd: dm355evm_msp: Move header file out of I2C realmWolfram Sang1-1/+1
2017-08-14Input: ati_remote2 - constify usb_device_idArvind Yadav1-1/+1
2017-08-14Input: pcspkr - fix code style and error value in pcspkr_eventMunir Contractor1-6/+11
2017-08-07Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-08-07Input: keyspan_remote - constify usb_device_idArvind Yadav1-1/+1