summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-07-141-1/+1
|\
| * *: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov2019-07-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-1325-700/+774
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2019-07-1034-789/+1138
| |\ \
| | * | 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
| | | * | Input: iforce - move command completion handling to serio codeDmitry Torokhov2019-06-222-8/+11
| | | * | Input: iforce - move get_id to the transport operationsDmitry Torokhov2019-06-224-65/+51
| | | * | Input: iforce - introduce transport opsDmitry Torokhov2019-06-224-28/+29
| | | * | Input: iforce - remove "being used" sillinessDmitry Torokhov2019-06-221-10/+1
| | * | | Input: gpio_keys - use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-221-4/+2
| | * | | Input: gpio_keys_polled - use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-221-4/+2
| | * | | Input: tca8418 - remove set but not used variable 'max_keys'YueHaibing2019-05-271-2/+1
| | * | | Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'YueHaibing2019-05-271-4/+2
| | * | | Input: elantech - remove P52 and P72 from SMBus blacklistBenjamin Tissoires2019-05-271-4/+0
| | * | | Input: elan_i2c - handle physical middle buttonBenjamin Tissoires2019-05-271-4/+12
| | * | | Input: elantech/SMBus - export all capabilities from the PS/2 nodeBenjamin Tissoires2019-05-272-5/+44
| | * | | Input: elan_i2c - do not query the info if they are providedBenjamin Tissoires2019-05-271-12/+44
| | * | | Input: elantech - detect middle button based on firmware versionBenjamin Tissoires2019-05-272-12/+7
| | * | | Input: elantech - add helper function elantech_is_buttonpad()Benjamin Tissoires2019-05-271-44/+49
| | * | | Input: elantech - query the min/max information beforehand tooBenjamin Tissoires2019-05-272-86/+79
| | * | | Merge branch 'for-linus' into nextDmitry Torokhov2019-05-274-2/+25
| | |\ \ \
| | * | | | Input: iqs5xx - remove redundant dev_set_drvdata callAxel Lin2019-05-231-2/+0
| | * | | | Input: imx6ul_tsc - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-201-6/+2
| | * | | | Input: imx_keypad - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-201-3/+1
| | * | | | Input: da9063_onkey - convert header to SPDXWolfram Sang2019-05-201-10/+1
| | * | | | Input: da9063_onkey - remove platform_data supportWolfram Sang2019-05-201-9/+2