summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Input: goodix - add support for more then one touch-keyDmitry Mastykin1-13/+49
2020-03-25Input: goodix - fix spurious key release eventsDmitry Mastykin1-1/+1
2020-03-25Input: goodix - try to reset the controller if the i2c-test failsHans de Goede1-0/+7
2020-03-25Input: goodix - restore config on resume if necessaryHans de Goede1-0/+22
2020-03-25Input: goodix - make goodix_send_cfg() take a raw buffer as argumentHans de Goede1-26/+22
2020-03-25Input: goodix - add minimum firmware size checkHans de Goede1-4/+7
2020-03-25Input: goodix - save a copy of the config from goodix_read_config()Hans de Goede1-6/+41
2020-03-25Input: goodix - move defines to above struct goodix_ts_data declarationHans de Goede1-30/+30
2020-03-25Input: goodix - add support for controlling the IRQ pin through ACPI methodsHans de Goede1-0/+30
2020-03-25Input: goodix - add support for getting IRQ + reset GPIOs on Bay Trail devicesHans de Goede1-0/+19
2020-03-25Input: goodix - add support for getting IRQ + reset GPIOs on Cherry Trail dev...Hans de Goede1-4/+124
2020-03-25Input: goodix - make resetting the controller at probe independent from the G...Hans de Goede1-1/+3
2020-03-25Input: goodix - make loading the config from disk independent from the GPIO s...Hans de Goede1-5/+9
2020-03-25Input: goodix - refactor IRQ pin GPIO accessesHans de Goede1-11/+51
2020-03-06Input: elants_i2c - report resolution information for touch majorJohnny Chuang1-0/+1
2020-03-06Input: goodix - fix touch coordinates on Cube I15-TCSergei A. Trusov1-0/+22
2020-02-01Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach1-0/+14
2020-01-22Input: add IOC3 serio driverThomas Bogendoerfer3-0/+227
2020-01-22Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland1-2/+1
2020-01-22Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland1-1/+36
2020-01-21Input: ads7846 - use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-5/+10
2020-01-11Merge tag 'v5.5-rc5' into nextDmitry Torokhov5404-120465/+286939
2020-01-11Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch1-24/+0
2020-01-11Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch1-1/+0
2020-01-11Input: edt-ft5x06 - alphabetical include reorderMarco Felsch1-11/+12
2020-01-11Input: edt-ft5x06 - work around first register access errorPhilipp Zabel1-0/+7
2020-01-05Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2020-01-05riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley1-1/+1
2020-01-05clocksource: riscv: add notrace to riscv_sched_clockZong Li1-1/+1
2020-01-05Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-01-04Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds4-7/+14
2020-01-04Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-18/+41
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-01-03Merge tag 'drm-fixes-2020-01-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-60/+80
2020-01-03media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytesSakari Ailus1-1/+1
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye1-3/+1
2020-01-03agp: remove unused variable mcapndxYunfeng Ye1-5/+0
2020-01-02Merge tag 'amd-drm-fixes-5.5-2020-01-01' of git://people.freedesktop.org/~agd...Dave Airlie9-14/+28
2020-01-02Merge tag 'drm-misc-fixes-2019-12-31' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-3/+1
2020-01-02Merge tag 'mediatek-drm-fixes-5.5' of https://github.com/ckhu-mediatek/linux....Dave Airlie2-35/+50
2020-01-01drm/amdgpu: correct RLC firmwares loading sequenceEvan Quan2-2/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds26-122/+157
2019-12-31ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2-18/+15
2019-12-31net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean2-6/+9
2019-12-31net: dsa: sja1105: Remove restriction of zero base-time for taprio offloadVladimir Oltean1-5/+0
2019-12-31net: dsa: sja1105: Really make the PTP command read-writeVladimir Oltean1-1/+1
2019-12-31net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slotVladimir Oltean2-3/+3
2019-12-31cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy6-19/+30
2019-12-30null_blk: Fix REQ_OP_ZONE_CLOSE handlingDamien Le Moal1-1/+4
2019-12-29mlxsw: spectrum: Use dedicated policer for VRRP packetsIdo Schimmel2-2/+8