aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Input: evdev - use keyed wakeupsKenny Levinsen2020-04-181-3/+4
* Input: spear-keyboard - fix a typo in a module name in KconfigChristophe JAILLET2020-04-181-1/+1
* Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-04-181-1/+1
* Input: i8042 - add Acer Aspire 5738z to nomux listHans de Goede2020-04-011-0/+11
* Input: goodix - fix compilation when ACPI support is disabledHans de Goede2020-04-011-13/+42
* Input: of_touchscreen - explicitly choose axisAndy Shevchenko2020-03-241-18/+17
* Input: goodix - support gt9147 touchpanelYannick Fertre2020-03-241-0/+2
* Input: goodix - add support for Goodix GT917SIcenowy Zheng2020-03-241-0/+2
* Input: goodix - use string-based chip IDIcenowy Zheng2020-03-241-28/+39
* Input: goodix - add support for more then one touch-keyDmitry Mastykin2020-03-241-13/+49
* Input: goodix - fix spurious key release eventsDmitry Mastykin2020-03-241-1/+1
* Input: goodix - try to reset the controller if the i2c-test failsHans de Goede2020-03-241-0/+7
* Input: goodix - restore config on resume if necessaryHans de Goede2020-03-241-0/+22
* Input: goodix - make goodix_send_cfg() take a raw buffer as argumentHans de Goede2020-03-241-26/+22
* Input: goodix - add minimum firmware size checkHans de Goede2020-03-241-4/+7
* Input: goodix - save a copy of the config from goodix_read_config()Hans de Goede2020-03-241-6/+41
* Input: goodix - move defines to above struct goodix_ts_data declarationHans de Goede2020-03-241-30/+30
* Input: goodix - add support for controlling the IRQ pin through ACPI methodsHans de Goede2020-03-241-0/+30
* Input: goodix - add support for getting IRQ + reset GPIOs on Bay Trail devicesHans de Goede2020-03-241-0/+19
* Input: goodix - add support for getting IRQ + reset GPIOs on Cherry Trail dev...Hans de Goede2020-03-241-4/+124
* Input: goodix - make resetting the controller at probe independent from the G...Hans de Goede2020-03-241-1/+3
* Input: goodix - make loading the config from disk independent from the GPIO s...Hans de Goede2020-03-241-5/+9
* Input: goodix - refactor IRQ pin GPIO accessesHans de Goede2020-03-241-11/+51
* Input: elants_i2c - report resolution information for touch majorJohnny Chuang2020-03-061-0/+1
* Input: goodix - fix touch coordinates on Cube I15-TCSergei A. Trusov2020-03-061-0/+22
* Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach2020-01-311-0/+14
* Input: add IOC3 serio driverThomas Bogendoerfer2020-01-223-0/+227
* Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland2020-01-211-2/+1
* Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland2020-01-211-1/+36
* Input: ads7846 - use new `delay` structure for SPI transfer delaysAlexandru Ardelean2020-01-201-5/+10
* Merge tag 'v5.5-rc5' into nextDmitry Torokhov2020-01-105404-120465/+286939
|\
| * Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-052-2/+2
| |\
| | * riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-041-1/+1
| | * clocksource: riscv: add notrace to riscv_sched_clockZong Li2020-01-041-1/+1
| * | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-041-1/+1
| |\ \
| | * | MIPS: Kconfig: Use correct form for 'depends on'Joe Perches2019-12-021-1/+1
| * | | Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2020-01-044-7/+14
| |\ \ \
| | * | | ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com2019-12-271-1/+2
| | * | | dmaengine: virt-dma: Fix access after free in vchan_complete()Peter Ujfalusi2019-12-231-2/+1
| | * | | dmaengine: k3dma: Avoid null pointer traversalJohn Stultz2019-12-231-3/+9
| | * | | dmaengine: dma-jz4780: Also break descriptor chains on JZ4725BPaul Cercueil2019-12-111-1/+2
| * | | | Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-043-18/+41
| |\ \ \ \
| | * | | | media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytesSakari Ailus2020-01-031-1/+1
| | * | | | media: pulse8-cec: fix lost cec_transmit_attempt_done() callHans Verkuil2019-12-131-4/+13
| | * | | | media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil2019-12-131-8/+12
| | * | | | media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil2019-12-131-2/+12
| | * | | | media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil2019-12-131-3/+3
| | |/ / /
| * | | | Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-031-1/+4
| |\ \ \ \
| | * | | | null_blk: Fix REQ_OP_ZONE_CLOSE handlingDamien Le Moal2019-12-301-1/+4
| * | | | | Merge tag 'drm-fixes-2020-01-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-0314-60/+80
| |\ \ \ \ \