summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-designware.c
AgeCommit message (Expand)Author
2016-06-20PCI: designware: Simplify host bridge window iterationBjorn Helgaas
2016-06-20PCI: designware: Request host bridge window resourcesBjorn Helgaas
2016-06-20PCI: designware: Free bridge resource list on failureBjorn Helgaas
2016-05-02PCI: designware: Remove incorrect RC memory base/limit configurationGabriele Paoloni
2016-04-05PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()Jisheng Zhang
2016-03-15PCI: designware: Add default link up check if sub-driver doesn't overrideJoao Pinto
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto
2016-02-09PCI: designware: Remove PCI_PROBE_ONLY handlingLorenzo Pieralisi
2016-02-09PCI: designware: Explain why we don't program ATU for some platformsJisheng Zhang
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-...Bjorn Helgaas
2016-01-11PCI: designware: Make config accessor override checking symmetricBjorn Helgaas
2016-01-05PCI: designware: Simplify control flowBjorn Helgaas
2016-01-05PCI: designware: Ensure ATU is enabled before IO/conf space accessesStanimir Varbanov
2015-11-24PCI: designware: Remove incorrect io_base assignmentStanimir Varbanov
2015-11-02PCI: designware: Make driver arch-agnosticZhou Wang
2015-11-02PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang
2015-11-02Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang
2015-11-02PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni
2015-11-02PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni
2015-11-02PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni
2015-11-02PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni
2015-11-02PCI: designware: Set up high part of MSI target addressLucas Stach
2015-09-18PCI: designware: Implement multivector MSI IRQ setupLucas Stach
2015-09-18PCI: designware: Factor out MSI msg setupLucas Stach
2015-09-18PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKZhou Wang
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas
2015-08-11PCI: Kill off set_irq_flags() usageRob Herring
2015-07-23PCI: designware: Don't complain missing *config* reg space if va_cfg0 is setMurali Karicheri
2015-07-22PCI: Use helper functions to access fields in struct msi_descJiang Liu
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu
2015-06-16Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host...Bjorn Helgaas
2015-05-27PCI: designware: Use pci_scan_root_bus() for simplicityYijing Wang
2015-05-20PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEMJisheng Zhang
2015-05-20PCI: designware: Consolidate outbound iATU programming functionsJisheng Zhang
2015-05-19PCI: designware: Add support for x8 linksZhou Wang
2015-03-06PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-27PCI: designware: Reject MSI-X IRQsLucas Stach
2014-12-27ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-21PCI: designware: Save MSI controller in pci_sys_dataYijing Wang
2014-11-13PCI: designware: Add a blank line after declarationsJingoo Han
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang