summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-xilinx-nwl.c
AgeCommit message (Expand)Author
2023-12-19PCI: xilinx-nwl: Use INTX instead of legacyDamien Le Moal
2023-10-26PCI: xilinx-nwl: Modify ECAM size to enable support for 256 busesThippeswamy Havalige
2023-10-26PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macroThippeswamy Havalige
2023-10-26PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fieldsThippeswamy Havalige
2022-12-10Merge branch 'pci/kbuild'Bjorn Helgaas
2022-12-08PCI: xilinx-nwl: Fix coding style violationsMichal Simek
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas
2021-12-01PCI: xilinx-nwl: Simplify code and fix a memory leakChristophe JAILLET
2021-09-02Merge branch 'remotes/lorenzo/pci/xilinx-nwl'Bjorn Helgaas
2021-08-13PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-04-07PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCIBharat Kumar Gogada
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński
2020-07-23PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-10PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring
2019-10-29PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges()Rob Herring
2019-06-26PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada
2019-03-21PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()Bjorn Helgaas
2018-09-25PCI: Remove unnecessary check of device_type == pciRob Herring
2018-06-29PCI: xilinx-nwl: Add missing of_node_put()Nicholas Mc Guire
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin