summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz
2019-07-24Input: cyapa - switch to using devm_device_add_group()Dmitry Torokhov
2019-07-24Input: elan_i2c - switch to using devm_add_action_or_reset()Dmitry Torokhov
2019-07-24Input: elan_i2c - switch to using devm_device_add_groups()Dmitry Torokhov
2019-07-24Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_paramsDenis Efremov
2019-07-24Input: ts4800-ts - use devm_platform_ioremap_resource()Mukesh Ojha
2019-07-24Input: sun4i-ts - use devm_platform_ioremap_resource()Mukesh Ojha
2019-07-24Input: mxs-lradc-ts - use devm_platform_ioremap_resource()Mukesh Ojha
2019-07-24Input: fsl-imx25-tcq - use devm_platform_ioremap_resource()Mukesh Ojha
2019-07-22Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch
2019-07-19Input: alps - fix a mismatch between a condition check and its commentHui Wang
2019-07-19Input: psmouse - fix build error of multiple definitionYueHaibing
2019-07-19Input: applespi - remove set but not used variables 'sts'Mao Wenan
2019-07-19Input: add Apple SPI keyboard and trackpad driverRonald Tschalär
2019-07-15Input: alps - don't handle ALPS cs19 trackpoint-only deviceHui Wang
2019-07-15Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura
2019-07-15Input: adp5589 - initialize GPIO controller parent deviceLars-Peter Clausen
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov
2019-07-15Input: synaptics - fix misuse of strlcpyJoe Perches
2019-07-13Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()Fuqian Huang
2019-07-13Input: gtco - bounds check collection indent levelGrant Hernandez
2019-07-11Input: mtk-pmic-keys - add of_node_put() before returnNishka Dasgupta
2019-07-11Input: sun4i-lradc-keys - add of_node_put() before returnNishka Dasgupta
2019-07-11Input: synaptics - whitelist Lenovo T580 SMBus intertouchNick Black
2019-07-06Input: gpio_keys_polled - allow specifying name of input deviceEnrico Weigelt, metux IT consult
2019-07-05Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov
2019-07-05Input: max77650-onkey - add MODULE_ALIAS()Bartosz Golaszewski
2019-07-01Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry
2019-06-30Input: joydev - extend absolute mouse detectionAlexander Tsoy
2019-06-30Input: elan_i2c - export the device id whitelistJeffrey Hugo
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov
2019-06-29Merge branch 'iforce' into nextDmitry Torokhov
2019-06-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov
2019-06-22Input: iforce - drop couple of temps from transport codeDmitry Torokhov
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov