summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-meson.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-08-21Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2026-08-01PCI: Use %pe format specifier to print error pointersKrzysztof Wilczyński1-1/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-30PCI: meson: Fix GPIO state while requesting PERST#Ronald Claveau1-1/+1
2026-06-09PCI: meson: Add missing remove callbackShuvam Pandey1-0/+9
2026-06-09PCI: meson: Propagate devm_add_action_or_reset() failureShuvam Pandey1-1/+3
2026-01-05PCI: meson: Report that link is up while in ASPM L0s and L1 statesBjorn Helgaas1-34/+3
2025-11-10PCI: meson: Fix parsing the DBI register regionManivannan Sadhasivam1-3/+15
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang1-3/+3
2024-05-28PCI: dwc: Remove unused of_gpio.h inclusionAndy Shevchenko1-1/+0
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-1/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-13PCI: meson: Remove cast between incompatible function typeKrzysztof Wilczyński1-3/+8
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-1/+1
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-8/+8
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring1-20/+2
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-2/+0
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-1/+0
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-15/+9
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring1-6/+0
2020-10-21Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas1-1/+7
2020-10-05PCI: meson: Build as module by defaultKevin Hilman1-1/+7
2020-09-08PCI: dwc/meson: Rework PCI config and DW port logic register accessesRob Herring1-51/+25
2020-09-08PCI: dwc/meson: Drop unnecessary RC config space initializationRob Herring1-20/+0
2020-09-08PCI: dwc/meson: Drop the duplicate number of lanes setupRob Herring1-28/+1
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring1-7/+1
2020-09-08PCI: dwc: meson: Use pci_ops for root config space accessorsRob Herring1-13/+10
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński1-3/+1
2020-05-22PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier1-2/+2
2020-03-04PCI: amlogic: Use AXG PCIERemi Pommarel1-94/+22
2019-10-15PCI: amlogic: meson: Add support for G12ANeil Armstrong1-22/+104
2019-10-15PCI: amlogic: Fix probed clock namesNeil Armstrong1-3/+3
2019-10-15PCI: amlogic: Fix reset assertion via gpio descriptorRemi Pommarel1-2/+2
2019-01-08PCI: amlogic: Fix build failure due to missing gpio headerCorentin Labbe1-0/+1
2018-12-19PCI: amlogic: Add the Amlogic Meson PCIe controller driverYue Wang1-0/+592