Age | Commit message (Expand) | Author | Files | Lines |
2021-02-25 | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 47 | -728/+3994 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/misc' | Bjorn Helgaas | 7 | -31/+15 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/xilinx' | Bjorn Helgaas | 1 | -0/+1 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/tango' | Bjorn Helgaas | 3 | -356/+0 |
2021-02-24 | Merge branch 'pci/rockchip' | Bjorn Helgaas | 1 | -6/+6 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/rcar' | Bjorn Helgaas | 1 | -1/+1 |
2021-02-24 | Merge branch 'pci/qcom' | Bjorn Helgaas | 1 | -6/+16 |
2021-02-24 | Merge branch 'pci/ntb' | Bjorn Helgaas | 8 | -64/+2562 |
2021-02-24 | Merge branch 'pci/microchip' | Bjorn Helgaas | 4 | -2/+1151 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/mediatek' | Bjorn Helgaas | 1 | -2/+5 |
2021-02-24 | Merge branch 'pci/layerscape' | Bjorn Helgaas | 2 | -2/+10 |
2021-02-24 | Merge branch 'pci/dwc' | Bjorn Helgaas | 5 | -54/+79 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/cadence' | Bjorn Helgaas | 3 | -19/+76 |
2021-02-24 | Merge branch 'remotes/lorenzo/pci/brcmstb' | Bjorn Helgaas | 2 | -1/+33 |
2021-02-24 | Merge branch 'pci/misc' | Bjorn Helgaas | 3 | -10/+6 |
2021-02-24 | Merge branch 'pci/host-probe-refactor' | Bjorn Helgaas | 1 | -2/+3 |
2021-02-24 | Merge branch 'pci/resource' | Bjorn Helgaas | 1 | -0/+6 |
2021-02-24 | Merge branch 'pci/link' | Bjorn Helgaas | 5 | -154/+0 |
2021-02-24 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 1 | -3/+0 |
2021-02-24 | Merge branch 'pci/error' | Bjorn Helgaas | 3 | -12/+12 |
2021-02-24 | PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 | Ansuel Smith | 1 | -1/+3 |
2021-02-24 | PCI: qcom: Add support for ddrss_sf_tbu clock | Dmitry Baryshkov | 1 | -5/+13 |
2021-02-24 | PCI: al: Remove useless dw_pcie_ops | Jisheng Zhang | 1 | -4/+0 |
2021-02-24 | PCI: dwc: Don't assume the ops in dw_pcie always exist | Jisheng Zhang | 3 | -13/+11 |
2021-02-24 | PCI: dwc: Add upper limit address for outbound iATU | Shradha Todi | 2 | -0/+6 |
2021-02-24 | PCI: dwc: Change size to u64 for EP outbound iATU | Shradha Todi | 2 | -2/+2 |
2021-02-24 | PCI: dwc: Drop support for config space in 'ranges' | Rob Herring | 1 | -33/+12 |
2021-02-24 | PCI: layerscape: Convert to builtin_platform_driver() | Michael Walle | 1 | -2/+3 |
2021-02-24 | PCI: layerscape: Add LX2160A rev2 EP mode support | Hou Zhiqiang | 1 | -0/+7 |
2021-02-24 | PCI: dwc: Work around ECRC configuration issue | Vidya Sagar | 2 | -2/+48 |
2021-02-23 | PCI/portdrv: Report reset for frozen channel | Keith Busch | 1 | -1/+2 |
2021-02-23 | PCI/AER: Specify the type of Port that was reset | Keith Busch | 1 | -1/+2 |
2021-02-23 | PCI/ERR: Retain status from error notification | Keith Busch | 1 | -2/+1 |
2021-02-23 | PCI/AER: Clear AER status from Root Port when resetting Downstream Port | Keith Busch | 1 | -1/+1 |
2021-02-23 | PCI/ERR: Clear status of the reporting device | Keith Busch | 1 | -7/+6 |
2021-02-23 | PCI: rockchip: Make 'ep-gpios' DT property optional | Chen-Yu Tsai | 1 | -6/+6 |
2021-02-23 | PCI: endpoint: Add EP function driver to provide NTB functionality | Kishon Vijay Abraham I | 3 | -0/+2142 |
2021-02-23 | PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map | Kishon Vijay Abraham I | 1 | -6/+1 |
2021-02-23 | PCI: cadence: Implement ->msi_map_irq() ops | Kishon Vijay Abraham I | 1 | -0/+53 |
2021-02-23 | PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory | Kishon Vijay Abraham I | 1 | -0/+23 |
2021-02-23 | PCI: endpoint: Add pci_epf_ops to expose function-specific attrs | Kishon Vijay Abraham I | 1 | -0/+32 |
2021-02-23 | PCI: endpoint: Add pci_epc_ops to map MSI IRQ | Kishon Vijay Abraham I | 1 | -0/+41 |
2021-02-23 | PCI: endpoint: Add support in configfs to associate two EPCs with EPF | Kishon Vijay Abraham I | 1 | -0/+147 |
2021-02-23 | PCI: endpoint: Add support to associate secondary EPC with EPF | Kishon Vijay Abraham I | 4 | -34/+87 |
2021-02-23 | PCI: endpoint: Remove unused pci_epf_match_device() | Kishon Vijay Abraham I | 1 | -16/+0 |
2021-02-23 | PCI: endpoint: Make *_free_bar() to return error codes on failure | Kishon Vijay Abraham I | 2 | -6/+8 |
2021-02-23 | PCI: endpoint: Add helper API to get the 'next' unreserved BAR | Kishon Vijay Abraham I | 1 | -4/+22 |
2021-02-23 | PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR | Kishon Vijay Abraham I | 1 | -2/+10 |
2021-02-23 | PCI: microchip: Add Microchip PolarFire PCIe controller driver | Daire McNamara | 3 | -0/+1149 |
2021-02-23 | PCI: Call platform_set_drvdata earlier in devm_pci_alloc_host_bridge | Daire McNamara | 1 | -2/+2 |