summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/host/mt7621'Bjorn Helgaas2021-11-059-133/+22
|\
| * PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos2021-10-219-133/+22
* | Merge branch 'pci/host/kirin'Bjorn Helgaas2021-11-052-149/+499
|\ \
| * | PCI: kirin: Allow removing the driverMauro Carvalho Chehab2021-11-041-1/+1
| * | PCI: kirin: De-init the dwc driverMauro Carvalho Chehab2021-11-041-0/+2
| * | PCI: kirin: Disable clkreq during poweroff sequenceMauro Carvalho Chehab2021-11-041-0/+3
| * | PCI: kirin: Move the power-off code to a common routineMauro Carvalho Chehab2021-11-041-11/+15
| * | PCI: kirin: Add power_off support for Kirin 960 PHYMauro Carvalho Chehab2021-11-041-3/+18
| * | PCI: kirin: Allow building it as a moduleMauro Carvalho Chehab2021-11-041-1/+1
| * | PCI: kirin: Add MODULE_* macrosMauro Carvalho Chehab2021-11-041-0/+5
| * | PCI: kirin: Add Kirin 970 compatibleMauro Carvalho Chehab2021-11-041-0/+4
| * | PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridgeMauro Carvalho Chehab2021-11-041-32/+233
| * | PCI: kirin: Use regmap for APB registersMauro Carvalho Chehab2021-11-021-23/+26
| * | PCI: kirin: Add support for a PHY layerMauro Carvalho Chehab2021-11-021-14/+79
| * | PCI: kirin: Reorganize the PHY logic inside the driverMauro Carvalho Chehab2021-11-021-122/+170
| |/
* | Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas2021-11-051-1/+1
|\ \
| * | PCI: imx6: Remove unused assignment to variable retKrzysztof Wilczyński2021-10-051-1/+1
| |/
* | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-11-052-9/+8
|\ \
| * | PCI: endpoint: Use sysfs_emit() in "show" functionsKunihiko Hayashi2021-09-302-9/+8
| |/
* | Merge branch 'pci/host/dwc'Bjorn Helgaas2021-11-057-41/+51
|\ \
| * | PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operationKunihiko Hayashi2021-10-151-16/+10
| * | PCI: dwc: Perform host_init() before registering msiBjorn Andersson2021-10-121-9/+10
| * | PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński2021-10-071-4/+1
| * | PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_EP)Andy Shevchenko2021-10-071-2/+1
| * | PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_HOST)Andy Shevchenko2021-10-071-5/+4
| * | PCI: dra7xx: Get an optional clockLuca Ceresoli2021-09-301-0/+13
| * | PCI: dra7xx: Remove unused includeLuca Ceresoli2021-09-301-1/+0
| * | PCI: dra7xx: Make it a kernel moduleLuca Ceresoli2021-09-302-4/+10
| * | PCI: dwc: Export more symbols to allow modular driversLuca Ceresoli2021-09-302-0/+2
| |/
* | Merge branch 'pci/host/cadence'Bjorn Helgaas2021-11-052-1/+3
|\ \
| * | PCI: cadence: Add cdns_plat_pcie_probe() missing returnLi Chen2021-11-031-0/+2
| * | PCI: j721e: Fix j721e_pcie_probe() error pathChristophe JAILLET2021-11-031-1/+1
| |/
* | Merge branch 'pci/host/apple'Bjorn Helgaas2021-11-056-7/+890
|\ \
| * | PCI: apple: Configure RID to SID mapper on device additionMarc Zyngier2021-11-041-2/+163
| * | iommu/dart: Exclude MSI doorbell from PCIe device IOVA rangeMarc Zyngier2021-11-043-1/+35
| * | PCI: apple: Implement MSI supportMarc Zyngier2021-11-041-1/+168
| * | PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier2021-11-041-0/+210
| * | PCI: apple: Set up reference clocks when probingAlyssa Rosenzweig2021-11-041-0/+46
| * | PCI: apple: Add initial hardware bring-upAlyssa Rosenzweig2021-11-043-0/+252
| * | PCI: of: Allow matching of an interrupt-map local to a PCI deviceMarc Zyngier2021-11-041-2/+8
| * | of/irq: Allow matching of an interrupt-map local to an interrupt controllerMarc Zyngier2021-11-041-5/+12
| |/
* | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2021-11-052-179/+325
|\ \
| * | PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridgePali Rohár2021-10-291-0/+9
| * | PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár2021-10-291-0/+27
| * | PCI: aardvark: Set PCI Bridge Class Code to PCI BridgePali Rohár2021-10-291-0/+20
| * | PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár2021-10-291-16/+38
| * | PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REGMarek Behún2021-10-291-1/+6
| * | PCI: aardvark: Fix return value of MSI domain .alloc() methodMarek Behún2021-10-291-1/+1
| * | PCI: pci-bridge-emul: Fix emulation of W1C bitsMarek Behún2021-10-291-0/+13
| * | PCI: aardvark: Fix reporting Data Link Layer Link ActivePali Rohár2021-10-071-1/+28