summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-mt7621.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-031-1/+1
* PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-081-0/+1
* PCI: mt7621: Fix string truncation in mt7621_pcie_parse_port()Sergio Paracuellos2024-04-111-1/+1
* PCI: mt7621: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
* PCI: mt7621: Use dev_info() to log PCIe card detectionSergio Paracuellos2023-03-241-2/+2
* PCI: mt7621: Delay phy ports initializationSergio Paracuellos2023-02-031-0/+2
* PCI: mt7621: Add sentinel to quirks tableJohn Thomson2022-12-061-1/+2
* PCI: mt7621: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-09-271-11/+6
* PCI: mt7621: Remove unused function pcie_rmw()Sergio Paracuellos2022-01-261-9/+0
* PCI: mt7621: Drop of_match_ptr() to avoid unused variableSergio Paracuellos2022-01-261-1/+1
* Merge branch 'pci/driver-cleanup'Bjorn Helgaas2022-01-131-18/+18
|\
| * PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_Bjorn Helgaas2022-01-031-18/+18
* | PCI: mt7621: Add missing MODULE_LICENSE()Sergio Paracuellos2022-01-121-0/+2
* | PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos2022-01-121-37/+0
* | PCI: mt7621: Declare mt7621_pci_ops staticSergio Paracuellos2022-01-121-1/+1
|/
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
* PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos2021-10-211-0/+600