summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-xilinx-nwl.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: xilinx-nwl: Use INTX instead of legacyDamien Le Moal2023-12-191-26/+26
* PCI: xilinx-nwl: Modify ECAM size to enable support for 256 busesThippeswamy Havalige2023-10-261-1/+1
* PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macroThippeswamy Havalige2023-10-261-4/+2
* PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fieldsThippeswamy Havalige2023-10-261-11/+1
* Merge branch 'pci/kbuild'Bjorn Helgaas2022-12-101-1/+0
|\
| * PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas2022-11-101-1/+0
* | PCI: xilinx-nwl: Fix coding style violationsMichal Simek2022-12-081-4/+3
|/
* PCI: xilinx-nwl: Simplify code and fix a memory leakChristophe JAILLET2021-12-011-23/+7
* Merge branch 'remotes/lorenzo/pci/xilinx-nwl'Bjorn Helgaas2021-09-021-0/+12
|\
| * PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon2021-08-131-0/+12
* | PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-10/+3
|/
* PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCIBharat Kumar Gogada2021-04-071-0/+7
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-6/+2
|\
| * PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
* | PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński2020-12-101-7/+2
|/
* Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-051-9/+2
|\
| * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-031-9/+2
* | PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
* | PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-7/+0
* | PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+3
* | PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* | PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring2020-07-101-13/+1
|/
* PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+2
* PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-16/+4
* PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada2019-06-261-6/+5
* PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()Bjorn Helgaas2019-03-211-5/+4
* PCI: Remove unnecessary check of device_type == pciRob Herring2018-09-251-9/+0
* PCI: xilinx-nwl: Add missing of_node_put()Nicholas Mc Guire2018-06-291-1/+1
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+917