aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-apple.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: apple: Add tracking of probed root portsMarc Zyngier2025-06-301-4/+49
* Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2025-06-041-67/+176
|\
| * Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas2025-06-041-0/+2
| |\
| | * PCI: host-common: Convert to library for host controller driversManivannan Sadhasivam2025-05-301-0/+2
| * | PCI: apple: Add T602x PCIe supportHector Martin2025-04-231-0/+21
| * | PCI: apple: Abstract register offsets via a SoC-specific structureHector Martin2025-04-231-17/+72
| * | PCI: apple: Use gpiod_set_value_cansleep in probe flowHector Martin2025-04-231-2/+2
| * | PCI: apple: Drop poll for CORE_RC_PHYIF_STAT_REFCLKHector Martin2025-04-231-6/+0
| * | PCI: apple: Move port PHY registers to their own reg itemsHector Martin2025-04-231-18/+37
| * | PCI: apple: Fix missing OF node reference in apple_pcie_setup_portHector Martin2025-04-231-0/+3
| * | PCI: apple: Move away from INTMSK{SET,CLR} for INTx and private interruptsMarc Zyngier2025-04-231-3/+8
| * | PCI: apple: Dynamically allocate RID-to_SID bitmapMarc Zyngier2025-04-231-1/+5
| * | PCI: apple: Move over to standalone probingMarc Zyngier2025-04-231-24/+30
| * | PCI: apple: Set only available ports upJanne Grunau2025-04-191-1/+1
| |/
* / PCI: apple: Convert to MSI parent infrastructureMarc Zyngier2025-05-161-46/+23
|/
* PCI: apple: Use helper function for_each_child_of_node_scoped()Zhang Zekun2025-03-061-3/+1
* PCI: apple: Convert to {en,dis}able_device() callbacksMarc Zyngier2025-01-151-60/+15
* PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-081-0/+1
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-2/+2
|\
| * PCI: apple: Use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-071-2/+2
* | PCI: apple: Initialize pcie->nvecs before useSven Peter2023-07-131-1/+5
|/
* PCI: apple: Do not leak reset GPIO on unbind/unload/errorDmitry Torokhov2022-09-141-2/+2
* PCI: apple: Change MSI handling to handle 4-cell AIC fwspec formHector Martin2022-03-101-1/+1
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-3/+7
|\
| * PCI: apple: Fix REFCLK1 enable/poll logicHector Martin2021-12-061-3/+4
| * PCI: apple: Enable clock gatingHector Martin2021-11-301-0/+3
* | PCI: apple: Fix PERST# polarityMarc Zyngier2021-12-071-2/+2
* | PCI: apple: Follow the PCIe specifications when resetting the portMarc Zyngier2021-12-071-1/+11
|/
* 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-041-1/+3
* 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-041-0/+238