summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2019-08-12Input: matrix-keymap - switch to use device_property_count_u32()Andy Shevchenko
2019-08-12Input: atmel_mxt_ts - switch to use device_property_count_u32()Andy Shevchenko
2019-08-12Input: hideep - switch to use device_property_count_u32()Andy Shevchenko
2019-08-12Input: mpr121 - switch to use device_property_count_u32()Andy Shevchenko
2019-08-12Input: axp20x-pek - convert driver to use dev_groupsGreg Kroah-Hartman
2019-08-12Input: gpio_keys - convert driver to use dev_groupsGreg Kroah-Hartman
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov
2019-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-08-09Input: remove w90x900 touchscreen driverArnd Bergmann
2019-08-09Input: remove w90x900 keyboard driverArnd Bergmann
2019-08-09Input: synaptics - fix a typoChristophe JAILLET
2019-08-09Input: ads7846 - add support for general touchscreen bindingsMarco Felsch
2019-08-06Input: iforce - add sanity checksOliver Neukum
2019-08-06Input: applespi - use struct_size() helperGustavo A. R. Silva
2019-08-01Input: kbtab - sanity check for endpoint typeOliver Neukum
2019-08-01Input: usbtouchscreen - initialize PM mutex before using itOliver Neukum
2019-07-31Input: applespi - add dependency on LEDS_CLASSYueHaibing
2019-07-28Input: soc_button_array - add support for newer surface devicesMaximilian Luz
2019-07-25Input: synaptics - enable RMI mode for HP Spectre X360Dmitry Torokhov
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-24Input: elantech - annotate fall-through case in elantech_use_host_notify()Dmitry Torokhov
2019-07-23Input: elantech - enable SMBus on new (2018+) systemsKai-Heng Feng
2019-07-23Input: applespi - fix trivial typo in struct descriptionNikolas Nyby
2019-07-23Input: applespi - select CRC16 moduleArnd Bergmann
2019-07-23media: input/touchscreen/sur40: use COLORSPACE_RAWHans Verkuil
2019-07-22Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch
2019-07-21Input: applespi - fix warnings detected by sparseRonald Tschalär
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-07-20Merge branch 'next' into for-linusDmitry Torokhov
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-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-07-14Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-07-14*: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov