summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-302-19/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-3017-28/+17
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 64Thomas Gleixner2019-05-242-30/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-2411-158/+11
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55Thomas Gleixner2019-05-242-12/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31Thomas Gleixner2019-05-242-26/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 28Thomas Gleixner2019-05-241-14/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-211-2/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-213-42/+3
| * | | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2112-0/+12
| * | | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2112-0/+12
| | |/ / | |/| |
| * | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-163-12/+18
| |\ \ \
| | * \ \ Merge branch 'fixes' into arm/socOlof Johansson2019-05-152-3/+28
| | |\ \ \
| | * \ \ \ Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-281-5/+15
| | |\ \ \ \
| | | * | | | ARM: ixp4xx: Pass IRQ resource to beeperLinus Walleij2019-04-191-5/+15
| | * | | | | ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-281-2/+1
| | * | | | | ARM: ep93xx: keypad: stop using mach/platform.hArnd Bergmann2019-04-282-5/+2
| | |/ / / /
| * | | | | Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-05-143-0/+131
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-05-1321-71/+2087
| |\ \ \ \ \ \
| * | | | | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-063-3/+3
* | | | | | | | Input: synaptics - fix misuse of strlcpyJoe Perches2019-07-151-1/+1
* | | | | | | | Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()Fuqian Huang2019-07-131-2/+1
* | | | | | | | Input: gtco - bounds check collection indent levelGrant Hernandez2019-07-131-3/+17
* | | | | | | | Input: mtk-pmic-keys - add of_node_put() before returnNishka Dasgupta2019-07-111-2/+7
* | | | | | | | Input: sun4i-lradc-keys - add of_node_put() before returnNishka Dasgupta2019-07-111-0/+3
* | | | | | | | Input: synaptics - whitelist Lenovo T580 SMBus intertouchNick Black2019-07-111-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Input: gpio_keys_polled - allow specifying name of input deviceEnrico Weigelt, metux IT consult2019-07-061-1/+3
* | | | | | | Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov2019-07-051-9/+4
* | | | | | | Input: max77650-onkey - add MODULE_ALIAS()Bartosz Golaszewski2019-07-051-0/+1
* | | | | | | Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry2019-07-011-10/+10
* | | | | | | Input: joydev - extend absolute mouse detectionAlexander Tsoy2019-06-301-2/+22
* | | | | | | Input: elan_i2c - export the device id whitelistJeffrey Hugo2019-06-301-49/+1
* | | | | | | Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov2019-06-301-2/+3
* | | | | | | Merge branch 'iforce' into nextDmitry Torokhov2019-06-298-410/+424
|\ \ \ \ \ \ \
| * | | | | | | Input: iforce - add the Saitek R440 Force WheelTim Schumacher2019-06-222-0/+2
| * | | | | | | Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2019-06-222-7/+12
| * | | | | | | Input: iforce - drop couple of temps from transport codeDmitry Torokhov2019-06-222-10/+4
| * | | | | | | Input: iforce - drop bus type from iforce structureDmitry Torokhov2019-06-223-7/+0
| * | | | | | | Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov2019-06-223-15/+25
| * | | | | | | Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov2019-06-224-30/+47
| * | | | | | | Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov2019-06-222-4/+1
| * | | | | | | Input: iforce - signal command completion from transport codeDmitry Torokhov2019-06-222-5/+6
| * | | | | | | Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov2019-06-224-11/+13
| * | | | | | | Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov2019-06-221-44/+57
| * | | | | | | Input: iforce - update formatting of switch statementsDmitry Torokhov2019-06-223-100/+100
| * | | | | | | Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov2019-06-221-46/+22
| * | | | | | | Input: iforce - split into core and transport modulesDmitry Torokhov2019-06-227-43/+25
| * | | | | | | Input: iforce - move transport data into transport modulesDmitry Torokhov2019-06-223-104/+144
| * | | | | | | Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov2019-06-224-18/+8
| * | | | | | | Input: iforce - introduce start and stop io transport opsDmitry Torokhov2019-06-224-23/+34