summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: elan_i2c - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-171-2/+0Star
| | * | Input: pmic8xxx-keypad - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-171-1/+0Star
| | * | Input: synaptics_rmi4 - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-174-5/+0Star
| | * | Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-174-8/+4Star
| | * | Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axesPeter Hutterer2018-01-171-0/+10
| | * | Input: psmouse - fix Synaptics detection when protocol is disabledDmitry Torokhov2018-01-161-13/+21
| | * | Input: goodix - disable IRQs while suspendedHans de Goede2018-01-121-2/+6
| | * | Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-104-14/+21
| | * | Input: silead - add support for capactive home button found on some x86 tabletsHans de Goede2018-01-101-11/+35
| | * | Input: cyapa - remove duplicated macro definitionsRasmus Villemoes2018-01-091-43/+0Star
| | * | Input: synaptic_rmi4 - remove duplicate include in F34Pravin Shedge2018-01-051-1/+0Star
| | * | Input: raydium_i2c_ts - include hardware version in firmware nameJeffrey Lin2018-01-051-2/+12
| | * | Input: tps65218-pwrbutton - fix a spelling mistake in KconfigZhuohua Li2018-01-021-1/+1
| | * | Input: gpio_tilt - delete driverLinus Walleij2018-01-023-225/+0Star
| | * | Input: uinput - use monotonic times for timestampsDeepa Dinamani2018-01-021-1/+4
| | * | Input: hp_sdc - convert to ktime_get()Arnd Bergmann2018-01-021-10/+7Star
| | * | Input: hil_mlc - convert timeval to jiffiesWEN Pingbo2018-01-022-15/+8Star
| | * | Input: hil_mlc - convert timeval to time64_tWEN Pingbo2018-01-021-5/+3Star
* | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ \ \
| * | | | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-318-11/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-288-11/+11
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-266-130/+210
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer2018-01-241-3/+9
| * | | Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2018-01-232-110/+172
| * | | Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma2018-01-231-0/+3
| * | | Input: xpad - add support for PDP Xbox One controllersMark Furneaux2018-01-221-0/+19
| * | | Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-198-23/+44
|\| | |
| * | | Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers2018-01-181-1/+3
| * | | Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry2018-01-122-14/+19
| * | | Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰2018-01-111-0/+1
| * | | Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann2018-01-111-0/+4
| * | | Input: 88pm860x-ts - fix child-node lookupJohan Hovold2018-01-091-4/+12
| * | | Input: twl6040-vibra - fix child-node lookupJohan Hovold2018-01-091-2/+1Star
| * | | Input: twl4030-vibra - fix sibling-node lookupJohan Hovold2018-01-091-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-066-10/+11
|\| | | | |/ / |/| |
| * | Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko2018-01-021-2/+0Star
| * | Input: hideep - fix compile error due to missing include fileAnthony Kim2017-12-181-2/+1Star
| * | Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-11-301-3/+7
| * | Input: joystick/analog - riscv has get_cycles()Olof Johansson2017-11-301-1/+1
| * | Input: elantech - add new icbody type 15Aaron Ma2017-11-271-1/+1
| * | Input: ims-pcu - fix typo in the error messageZhen Lei2017-11-271-1/+1
* | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-224-13/+12Star
* | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-1544-537/+2617
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2017-11-1467-560/+2652
| |\|
| | * Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+3
| | * Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-5/+5