summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-23mei: hbm: use sizeof of variable instead of struct typeTomas Winkler1-42/+32
2020-07-23Revert "mei: Avoid the use of one-element arrays"Greg Kroah-Hartman2-5/+5
2020-07-23bus: fsl-mc: probe the allocatable objects firstGrigore Popescu1-17/+40
2020-07-23bus: fsl-mc: use raw spin lock to serialize mc cmdsLaurentiu Tudor2-3/+3
2020-07-23bus: fsl-mc: add missing device typesIoana Ciornei1-0/+30
2020-07-23cardreader/rtsx_pcr.c: use generic power managementVaibhav Gupta1-22/+11
2020-07-23misc: hpilo: avoid a useless memsetChristophe JAILLET1-2/+0
2020-07-23misc: hpilo: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+4
2020-07-23Merge tag 'phy-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman45-1691/+3372
2020-07-23char: Replace HTTP links with HTTPS onesAlexander A. Klimov3-7/+7
2020-07-23misc: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-23mei: Avoid the use of one-element arraysGustavo A. R. Silva2-5/+5
2020-07-23mei: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-23mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-07-23Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman11-43/+574
2020-07-23Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman10-284/+978
2020-07-22misc: rtsx: Use standard PCI definitionsBjorn Helgaas4-16/+16
2020-07-22misc: rtsx: Find L1 PM Substates capability instead of hard-codingBjorn Helgaas4-9/+24
2020-07-22misc: rtsx: Remove rtsx_pci_read/write_config() wrappersBjorn Helgaas9-30/+44
2020-07-22misc: rtsx: Remove unused pcie_capBjorn Helgaas1-1/+0
2020-07-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas1-1/+3
2020-07-21phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsColin Ian King1-1/+1
2020-07-21phy: bcm63xx-usbh: Add BCM63xx USBH driverÁlvaro Fernández Rojas3-0/+466
2020-07-21phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King1-7/+38
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose2-9/+9
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach1-3/+14
2020-07-21coresight: tmc: Update sink types for default selectionMike Leach1-1/+2
2020-07-21coresight: Add default sink selection to CoreSight baseMike Leach2-0/+168
2020-07-21coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan1-7/+6
2020-07-21coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan3-1/+25
2020-07-21coresight: etmv4: Counter values not saved on disableMike Leach1-0/+6
2020-07-21coresight: etmv4: Fix resource selector constantMike Leach1-2/+2
2020-07-21coresight: Drop double check for ACPI companion deviceAndy Shevchenko1-2/+0
2020-07-21coresight: Use devm_kcalloc() in coresight_alloc_conns()Xu Wang1-3/+2
2020-07-21coresight: replicator: Reset replicator if context is lostSai Prakash Ranjan1-17/+38
2020-07-21coresight: etm4x: Add support to skip trace unit power upTingwei Zhang2-10/+20
2020-07-21coresight: catu: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan1-4/+1
2020-07-21coresight: replicator: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan1-10/+3
2020-07-21phy: samsung-ufs: Fix IS_ERR argumentGustavo A. R. Silva1-1/+1
2020-07-21Soundwire: intel_init: save Slave(s) _ADR info in sdw_intel_ctxBard Liao1-0/+24
2020-07-21soundwire: intel: add wake interrupt supportRander Wang3-1/+62
2020-07-21soundwire: intel/cadence: merge Soundwire interrupt handlers/threadsBard Liao5-23/+37
2020-07-21soundwire: intel_init: use EXPORT_SYMBOL_NSPierre-Louis Bossart1-5/+5
2020-07-21soundwire: intel_init: add implementation of sdw_intel_enable_irq()Pierre-Louis Bossart1-0/+24
2020-07-21soundwire: intel: introduce helper for link synchronizationPierre-Louis Bossart1-8/+26
2020-07-21soundwire: intel: introduce a helper to arm link synchronizationPierre-Louis Bossart1-10/+16
2020-07-21soundwire: intel: revisit SHIM programming sequences.Pierre-Louis Bossart3-34/+211
2020-07-21soundwire: intel: reuse code for wait loops to set/clear bitsPierre-Louis Bossart1-17/+10
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman331-1376/+2557
2020-07-20phy: renesas: rcar-gen3-usb2: exit if request_irq() failedYoshihiro Shimoda1-1/+3