aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pci-mvebu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas1-6/+6
2022-08-25PCI: pci-bridge-emul: Set position of PCI capabilities to real HW valuePali Rohár1-0/+1
2022-08-23PCI: mvebu: Fix endianness when accessing PCI emul bridge membersPali Rohár1-6/+6
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas1-3/+1
2022-04-25PCI: mvebu: Add support for sending Set_Slot_Power_Limit messagePali Rohár1-5/+92
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-82/+334
2022-03-22Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas1-81/+333
2022-02-22PCI: mvebu: Implement support for legacy INTx interruptsPali Rohár1-0/+159
2022-02-22PCI: mvebu: Fix macro names and comments about legacy interruptsPali Rohár1-8/+18
2022-02-22PCI: mvebu: Use child_ops APIPali Rohár1-37/+40
2022-02-22PCI: mvebu: Add support for Advanced Error Reporting registers on emulated bridgePali Rohár1-1/+66
2022-02-22PCI: mvebu: Add support for PCI Bridge Subsystem Vendor ID on emulated bridgePali Rohár1-0/+4
2022-02-22PCI: mvebu: Correctly configure x1/x4 modePali Rohár1-1/+18
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-02-14PCI: mvebu: Fix device enumeration regressionPali Rohár1-1/+2
2022-02-03PCI: mvebu: Fix reporting Data Link Layer Link Active on emulated bridgePali Rohár1-3/+8
2022-02-03PCI: mvebu: Update comment for PCI_EXP_LNKCTL register on emulated bridgePali Rohár1-4/+3
2022-02-03PCI: mvebu: Update comment for PCI_EXP_LNKCAP register on emulated bridgePali Rohár1-2/+2
2022-02-03PCI: mvebu: Properly initialize vendor, device and revision of emulated bridgePali Rohár1-4/+5
2022-02-03PCI: mvebu: Set PCI_BRIDGE_EMUL_NO_IO_FORWARD when IO is unsupportedPali Rohár1-19/+10
2022-02-03PCI: mvebu: Remove duplicate nports assignmentPali Rohár1-2/+0
2022-02-03PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDGE_EMUL_NO_PREFMEM_FORWARDPali Rohár1-1/+1
2022-02-03PCI: pci-bridge-emul: Make struct pci_bridge_emul_ops as constPali Rohár1-1/+1
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-6/+2
2022-01-13Merge branch 'remotes/lorenzo/pci/bridge-emul'Bjorn Helgaas1-0/+8
2022-01-06PCI: mvebu: Add support for compiling driver as modulePali Rohár1-15/+76
2022-01-04PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulated bridgePali Rohár1-0/+23
2022-01-04PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridgePali Rohár1-1/+10
2022-01-04PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridgePali Rohár1-10/+1
2022-01-04PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár1-0/+28
2022-01-04PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridgePali Rohár1-2/+97
2022-01-04PCI: mvebu: Set PCI Bridge Class Code to PCI BridgePali Rohár1-1/+27
2022-01-04PCI: mvebu: Setup PCIe controller to Root Complex modePali Rohár1-1/+7
2022-01-04PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE registersPali Rohár1-27/+55
2022-01-04PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár1-7/+0
2022-01-04PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár1-20/+32
2022-01-04PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár1-0/+10
2022-01-04PCI: mvebu: Handle invalid size of read config requestPali Rohár1-0/+3
2022-01-04PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár1-0/+5
2022-01-04PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár1-3/+12
2022-01-04PCI: mvebu: Check for valid portsPali Rohár1-0/+7
2021-12-06PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár1-0/+8
2021-12-01PCI: mvebu: Remove custom mvebu_pci_host_probe() functionPali Rohár1-40/+1
2021-11-30PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár1-9/+4
2021-11-18PCI: mvebu: Drop error data fabrication when config read failsNaveen Naidu1-6/+2
2020-11-04PCI: mvebu: Fix duplicate resource requestsRob Herring1-13/+10
2020-09-08PCI: mvebu: Remove useless msi_controller pointer allocationLorenzo Pieralisi1-3/+0
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-12/+5
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring1-1/+0