summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-07-0823-67/+1273
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2017-07-0623-67/+1273
| |\
| | * Input: xpad - sync supported devices with XBCDBenjamin Valentin2017-06-181-0/+30
| | * Input: xpad - sync supported devices with 360ControllerBenjamin Valentin2017-06-181-0/+57
| | * Input: xen-kbdfront - use string constants from PV protocolOleksandr Andrushchenko2017-06-091-9/+13
| | * Input: stmfts - mark all PM functions as __maybe_unusedArnd Bergmann2017-06-091-2/+2
| | * Input: add support for the STMicroelectronics FingerTip touchscreenAndi Shyti2017-06-053-0/+834
| | * Input: add D-Link DIR-685 touchkeys driverLinus Walleij2017-06-053-0/+167
| | * Input: s3c2410_ts - handle return value of clk_prepare_enableArvind Yadav2017-06-021-1/+7
| | * Input: axp20x-pek - add wakeup supportHans de Goede2017-06-021-0/+28
| | * Input: synaptics-rmi4 - use %phN to form F34 configuration IDDmitry Torokhov2017-06-011-14/+8
| | * Input: synaptics-rmi4 - change a char type to u8Dan Carpenter2017-05-291-1/+1
| | * Input: sparse-keymap - remove sparse_keymap_free()Dmitry Torokhov2017-05-291-14/+0
| | * Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-2923-55/+1346
| | |\
| | * | Input: tsc2007 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
| | * | Input: mms114 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
| | * | Input: mcs - move header file out of I2C realmWolfram Sang2017-05-222-2/+2
| | * | Input: lm8323 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
| | * | Input: elantech - force relative mode on a certain moduleKT Liao2017-05-111-0/+11
| | * | Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao2017-05-114-17/+99
| | * | Input: elan_i2c - check if device is there before really probingDmitry Torokhov2017-05-111-0/+7
| | * | Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring2017-05-101-4/+4
| | * | Input: use seq_puts() in input_devices_seq_show()Markus Elfring2017-05-101-1/+1
| | * | Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring2017-05-101-1/+1
* | | | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-1/+1
|\ \ \ \
| * | | | gpio: adp5588: move header file out of I2C realmWolfram Sang2017-05-291-1/+1
* | | | | Merge branch 'work.probe_kernel_read' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-061-5/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | hp_sdc: use probe_kernel_read()Al Viro2017-05-271-5/+1
| |/ / /
* | | | Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan2017-06-231-10/+7
* | | | Input: i8042 - add Fujitsu Lifebook AH544 to notimeout listDaniel Drake2017-06-191-0/+7
* | | | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-181-6/+14
* | | | Input: synaptics-rmi4 - register F03 port as pass-through serioDmitry Torokhov2017-06-091-1/+1
* | | | Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabledUlrik De Bie2017-06-071-0/+16
* | | | Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede2017-06-021-2/+3
* | | | Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede2017-06-021-7/+36
* | | | Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov2017-06-0213-33/+866
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-263-15/+18
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
| |\ \ \
| * \ \ \ Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-103-4/+4
| |\ \ \ \
| | * | | | Annotate hardware config module parameters in drivers/input/David Howells2017-04-203-4/+4
| * | | | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-043-27/+6
| |\ \ \ \ \
| | * | | | | Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-2712-29/+116
| | |\| | | |
| | * | | | | input: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-213-27/+6
| * | | | | | Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-05-041-2/+3
| |\ \ \ \ \ \
| | * | | | | | Input: soc_button_array - Propagate error from gpiod_count()Andy Shevchenko2017-03-161-2/+3
| | |/ / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-0363-1490/+2557
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-05-036-0/+853
| |\ \ \ \ \ \ \
| | * | | | | | | input: touchscreen: mxs-lradc: || vs && typosDan Carpenter2017-04-271-3/+3
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'ib-mfd-gpio-4.12', 'ib-mfd-iio-input-4.12', 'ib-mfd-input-4.1...Lee Jones2017-04-276-0/+853
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | | * | | | | | input: cpcap-pwrbutton: New driverSebastian Reichel2017-04-113-0/+128
| | | |/ / / / / / | | |/| | | | | |