| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-29 | PCI: xilinx-nwl: Fix ECAM programming | Jani Nurminen | 1 | -3/+4 |
| 2025-07-24 | PCI: xilinx-nwl: Switch to msi_create_parent_irq_domain() | Nam Cao | 1 | -23/+23 |
| 2025-07-24 | PCI: controller: Use dev_fwnode() instead of of_fwnode_handle() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-05-16 | PCI: Switch to irq_domain_create_linear() | Jiri Slaby (SUSE) | 1 | -6/+3 |
| 2025-04-07 | irqdomain: pci: Switch to of_fwnode_handle() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-10-03 | PCI: controller: Switch back to struct platform_driver::remove() | Sergio Paracuellos | 1 | -1/+1 |
| 2024-09-19 | Merge branch 'pci/controller/xilinx' | Bjorn Helgaas | 1 | -23/+116 |
| 2024-08-22 | PCI: xilinx-nwl: Add PHY support | Sean Anderson | 1 | -3/+81 |
| 2024-08-22 | PCI: xilinx-nwl: Clean up clock on probe failure/removal | Sean Anderson | 1 | -4/+19 |
| 2024-08-22 | PCI: xilinx-nwl: Rate-limit misc interrupt messages | Sean Anderson | 1 | -11/+11 |
| 2024-08-22 | PCI: xilinx-nwl: Fix register misspelling | Sean Anderson | 1 | -6/+6 |
| 2024-08-22 | PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler | Sean Anderson | 1 | -2/+2 |
| 2024-08-06 | PCI: xilinx-nwl: Silence 'set affinity failed' warning | Marek Vasut | 1 | -9/+2 |
| 2023-12-19 | PCI: xilinx-nwl: Use INTX instead of legacy | Damien Le Moal | 1 | -26/+26 |
| 2023-10-26 | PCI: xilinx-nwl: Modify ECAM size to enable support for 256 buses | Thippeswamy Havalige | 1 | -1/+1 |
| 2023-10-26 | PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macro | Thippeswamy Havalige | 1 | -4/+2 |
| 2023-10-26 | PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fields | Thippeswamy Havalige | 1 | -11/+1 |
| 2022-12-10 | Merge branch 'pci/kbuild' | Bjorn Helgaas | 1 | -1/+0 |
| 2022-12-08 | PCI: xilinx-nwl: Fix coding style violations | Michal Simek | 1 | -4/+3 |
| 2022-11-10 | PCI: Remove unnecessary <linux/of_irq.h> includes | Bjorn Helgaas | 1 | -1/+0 |
| 2021-12-01 | PCI: xilinx-nwl: Simplify code and fix a memory leak | Christophe JAILLET | 1 | -23/+7 |
| 2021-09-02 | Merge branch 'remotes/lorenzo/pci/xilinx-nwl' | Bjorn Helgaas | 1 | -0/+12 |
| 2021-08-13 | PCI: xilinx-nwl: Enable the clock through CCF | Hyun Kwon | 1 | -0/+12 |
| 2021-08-02 | PCI: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -10/+3 |
| 2021-04-07 | PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCI | Bharat Kumar Gogada | 1 | -0/+7 |
| 2020-12-24 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+2 |
| 2020-12-15 | PCI: xilinx-nwl: Use irq_data_get_irq_chip_data() | Thomas Gleixner | 1 | -6/+2 |
| 2020-12-10 | PCI: Unify ECAM constants in native PCI Express drivers | Krzysztof Wilczyński | 1 | -7/+2 |
| 2020-08-05 | Merge branch 'pci/irq-error' | Bjorn Helgaas | 1 | -9/+2 |
| 2020-08-04 | PCI: Set bridge map_irq and swizzle_irq to default functions | Rob Herring | 1 | -2/+0 |
| 2020-08-04 | PCI: Move DT resource setup into devm_pci_alloc_host_bridge() | Rob Herring | 1 | -7/+0 |
| 2020-08-03 | PCI: Remove dev_err() when handing an error from platform_get_irq() | Krzysztof Wilczyński | 1 | -9/+2 |
| 2020-07-23 | PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root bus | Rob Herring | 1 | -7/+3 |
| 2020-07-23 | PCI: Set default bridge parent device | Rob Herring | 1 | -1/+0 |
| 2020-07-10 | PCI: xilinx-nwl: Use pci_host_probe() to register host | Rob Herring | 1 | -13/+1 |
| 2019-11-20 | PCI: of: Add inbound resource parsing to helpers | Rob Herring | 1 | -1/+2 |
| 2019-10-29 | PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges() | Rob Herring | 1 | -16/+4 |
| 2019-06-26 | PCI: xilinx-nwl: Fix Multi MSI data programming | Bharat Kumar Gogada | 1 | -6/+5 |
| 2019-03-21 | PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq() | Bjorn Helgaas | 1 | -5/+4 |
| 2018-09-25 | PCI: Remove unnecessary check of device_type == pci | Rob Herring | 1 | -9/+0 |
| 2018-06-29 | PCI: xilinx-nwl: Add missing of_node_put() | Nicholas Mc Guire | 1 | -1/+1 |
| 2018-06-08 | PCI: Collect all native drivers under drivers/pci/controller/ | Shawn Lin | 1 | -0/+917 |