summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-mvebu.c
AgeCommit message (Expand)Author
42 hoursimplement slot capabilities (SSPL)Russell King
42 hoursmvebu/clearfog pcie updatesRussell King
2023-10-10PCI: mvebu: Use FIELD_PREP() with Link WidthIlpo Järvinen
2023-08-25PCI: mvebu: Remove unused busn memberPali Rohár
2023-06-24PCI: mvebu: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-10Merge branch 'pci/kbuild'Bjorn Helgaas
2022-12-07PCI: mvebu: Switch to using gpiod APIDmitry Torokhov
2022-11-10PCI: mvebu: Include <linux/irqdomain.h> explicitlyBjorn Helgaas
2022-10-05Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas
2022-08-25PCI: pci-bridge-emul: Set position of PCI capabilities to real HW valuePali Rohár
2022-08-23PCI: mvebu: Fix endianness when accessing PCI emul bridge membersPali Rohár
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas
2022-04-25PCI: mvebu: Add support for sending Set_Slot_Power_Limit messagePali Rohár
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-03-22Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas
2022-02-22PCI: mvebu: Implement support for legacy INTx interruptsPali Rohár
2022-02-22PCI: mvebu: Fix macro names and comments about legacy interruptsPali Rohár
2022-02-22PCI: mvebu: Use child_ops APIPali Rohár
2022-02-22PCI: mvebu: Add support for Advanced Error Reporting registers on emulated br...Pali Rohár
2022-02-22PCI: mvebu: Add support for PCI Bridge Subsystem Vendor ID on emulated bridgePali Rohár
2022-02-22PCI: mvebu: Correctly configure x1/x4 modePali Rohár
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-02-14PCI: mvebu: Fix device enumeration regressionPali Rohár
2022-02-03PCI: mvebu: Fix reporting Data Link Layer Link Active on emulated bridgePali Rohár
2022-02-03PCI: mvebu: Update comment for PCI_EXP_LNKCTL register on emulated bridgePali Rohár
2022-02-03PCI: mvebu: Update comment for PCI_EXP_LNKCAP register on emulated bridgePali Rohár
2022-02-03PCI: mvebu: Properly initialize vendor, device and revision of emulated bridgePali Rohár
2022-02-03PCI: mvebu: Set PCI_BRIDGE_EMUL_NO_IO_FORWARD when IO is unsupportedPali Rohár
2022-02-03PCI: mvebu: Remove duplicate nports assignmentPali Rohár
2022-02-03PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDG...Pali Rohár
2022-02-03PCI: pci-bridge-emul: Make struct pci_bridge_emul_ops as constPali Rohár
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas
2022-01-13Merge branch 'remotes/lorenzo/pci/bridge-emul'Bjorn Helgaas
2022-01-06PCI: mvebu: Add support for compiling driver as modulePali Rohár
2022-01-04PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulate...Pali Rohár
2022-01-04PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridgePali Rohár
2022-01-04PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridgePali Rohár
2022-01-04PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár
2022-01-04PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridgePali Rohár
2022-01-04PCI: mvebu: Set PCI Bridge Class Code to PCI BridgePali Rohár
2022-01-04PCI: mvebu: Setup PCIe controller to Root Complex modePali Rohár
2022-01-04PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE regis...Pali Rohár
2022-01-04PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár
2022-01-04PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár
2022-01-04PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár
2022-01-04PCI: mvebu: Handle invalid size of read config requestPali Rohár
2022-01-04PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár
2022-01-04PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár
2022-01-04PCI: mvebu: Check for valid portsPali Rohár
2021-12-06PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár