| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: dwc: Wait for link up only if link is started | Ajay Agarwal | 2023-05-26 | 1 | -4/+9 |
* | PCI: dwc: Add Root Port and Endpoint controller eDMA engine support | Serge Semin | 2023-02-22 | 1 | -2/+11 |
* | PCI: dwc: Restrict only coherent DMA mask for MSI address allocation | Serge Semin | 2023-02-22 | 1 | -1/+11 |
* | PCI: dwc: Introduce generic resources getter | Serge Semin | 2022-11-23 | 1 | -11/+4 |
* | PCI: dwc: Introduce dma-ranges property support for RC-host | Serge Semin | 2022-11-23 | 1 | -3/+29 |
* | PCI: dwc: Drop dependency on ZONE_DMA32 | Will McVicker | 2022-08-29 | 1 | -21/+7 |
* | PCI: dwc: Handle MSIs routed to multiple GIC interrupts | Dmitry Baryshkov | 2022-08-01 | 1 | -3/+58 |
* | PCI: dwc: Convert struct pcie_port.msi_irq to an array | Dmitry Baryshkov | 2022-08-01 | 1 | -11/+18 |
* | PCI: dwc: Split MSI IRQ parsing/allocation to a separate function | Dmitry Baryshkov | 2022-08-01 | 1 | -42/+54 |
* | PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi() | Dmitry Baryshkov | 2022-08-01 | 1 | -1/+1 |
* | PCI: dwc: Fix MSI msi_msg DMA mapping | Will McVicker | 2022-08-01 | 1 | -6/+8 |
* | PCI: dwc: Check iATU in/outbound range setup status | Serge Semin | 2022-08-01 | 1 | -53/+100 |
* | PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OB | Serge Semin | 2022-08-01 | 1 | -1/+1 |
* | PCI: dwc: Add dw_pcie_ops.host_deinit() callback | Serge Semin | 2022-08-01 | 1 | -5/+16 |
* | PCI: dwc: Read DWC IP core version from register | Serge Semin | 2022-08-01 | 1 | -0/+2 |
* | PCI: dwc: Rename struct pcie_port to dw_pcie_rp | Serge Semin | 2022-07-06 | 1 | -18/+18 |
* | PCI: dwc: Move io_cfg_atu_shared to struct pcie_port | Serge Semin | 2022-07-06 | 1 | -3/+3 |
* | PCI: dwc: Add start_link/stop_link inlines | Serge Semin | 2022-07-06 | 1 | -6/+4 |
* | PCI: dwc: Reuse local pointer to the resource data | Serge Semin | 2022-07-06 | 1 | -8/+8 |
* | PCI: dwc: Organize local variable usage | Serge Semin | 2022-07-06 | 1 | -5/+5 |
* | PCI: dwc: Add newlines to log messages | Serge Semin | 2022-07-06 | 1 | -1/+1 |
* | PCI: dwc: Disable outbound windows only for controllers using iATU | Serge Semin | 2022-07-06 | 1 | -6/+8 |
* | PCI: dwc: Stop link on host_init errors and de-initialization | Serge Semin | 2022-07-06 | 1 | -2/+14 |
* | PCI: dwc: Fix setting error return on MSI DMA mapping failure | Jiantao Zhang | 2022-04-08 | 1 | -1/+2 |
* | PCI: dwc: Restore MSI Receiver mask during resume | Jisheng Zhang | 2022-03-10 | 1 | -1/+6 |
* | PCI: dwc: Perform host_init() before registering msi | Bjorn Andersson | 2021-10-12 | 1 | -9/+10 |
* | PCI: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 2021-08-02 | 1 | -5/+4 |
* | PCI: dwc: Move iATU detection earlier | Hou Zhiqiang | 2021-04-29 | 1 | -0/+1 |
* | PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc() | Jisheng Zhang | 2021-04-29 | 1 | -1/+2 |
* | Merge branch 'remotes/lorenzo/pci/misc' | Bjorn Helgaas | 2021-02-24 | 1 | -4/+2 |
|\ |
|
| * | PCI: dwc: Remove IRQ handler and data in one go | Martin Kaiser | 2021-01-18 | 1 | -4/+2 |
* | | PCI: dwc: Don't assume the ops in dw_pcie always exist | Jisheng Zhang | 2021-02-24 | 1 | -1/+1 |
* | | PCI: dwc: Drop support for config space in 'ranges' | Rob Herring | 2021-02-24 | 1 | -33/+12 |
|/ |
|
* | PCI: dwc: Fix inverted condition of DMA mask setup warning | Alexander Lobakin | 2020-12-26 | 1 | -6/+2 |
* | PCI: dwc: Set 32-bit DMA mask for MSI target address allocation | Vidya Sagar | 2020-12-10 | 1 | -0/+8 |
* | PCI: dwc: Detect number of iATU windows | Rob Herring | 2020-11-19 | 1 | -9/+5 |
* | PCI: dwc: Move dw_pcie_setup_rc() to DWC common code | Rob Herring | 2020-11-19 | 1 | -0/+1 |
* | PCI: dwc: Move dw_pcie_msi_init() into core | Rob Herring | 2020-11-19 | 1 | -4/+5 |
* | PCI: dwc: Move link handling into common code | Rob Herring | 2020-11-19 | 1 | -0/+9 |
* | PCI: dwc: Rework MSI initialization | Rob Herring | 2020-11-19 | 1 | -8/+12 |
* | PCI: dwc: Move MSI interrupt setup into DWC common code | Rob Herring | 2020-11-19 | 1 | -1/+10 |
* | PCI: dwc: Drop the .set_num_vectors() host op | Rob Herring | 2020-11-19 | 1 | -15/+4 |
* | PCI: dwc: Ensure all outbound ATU windows are reset | Rob Herring | 2020-11-19 | 1 | -0/+5 |
* | PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code | Rob Herring | 2020-11-19 | 1 | -0/+7 |
* | PCI: dwc: Support multiple ATU memory regions | Rob Herring | 2020-11-18 | 1 | -22/+32 |
* | PCI: dwc: Restore ATU memory resource setup to use last entry | Rob Herring | 2020-11-04 | 1 | -2/+6 |
* | PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus() | Hou Zhiqiang | 2020-10-20 | 1 | -0/+11 |
* | PCI: dwc: Fix MSI page leakage in suspend/resume | Jisheng Zhang | 2020-10-13 | 1 | -15/+18 |
* | PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled | Jisheng Zhang | 2020-10-13 | 1 | -1/+1 |
* | PCI: dwc: Centralize link gen setting | Rob Herring | 2020-09-10 | 1 | -0/+3 |