aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-mvebu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08PCI: mvebu: Change delay after reset to the PCIe spec mandated 100msLucas Stach1-1/+1
2017-01-30PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe1-41/+60
2016-10-11PCI: mvebu: Use existing of_node pointerBjorn Helgaas1-2/+2
2016-10-11PCI: mvebu: Add local struct device pointersBjorn Helgaas1-12/+9
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-17/+11
2016-08-01PCI: mvebu: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-06-21PCI: mvebu: Request host bridge window resources with core functionBjorn Helgaas1-10/+7
2016-04-07PCI: mvebu: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for mvebu_pcie_pm_opsJisheng Zhang1-2/+3
2016-04-07PCI: mvebu: Constify mvebu_pcie_pm_ops structureJisheng Zhang1-1/+1
2015-10-09PCI: mvebu: Remove code restricting accesses to slot 0Russell King1-24/+0
2015-10-09PCI: mvebu: Add PCI Express root complex capability blockRussell King1-4/+133
2015-10-09PCI: mvebu: Improve clock/reset handlingRussell King1-13/+43
2015-10-09PCI: mvebu: Use gpio_desc to carry around gpioRussell King1-15/+24
2015-10-09PCI: mvebu: Use devm_kcalloc() to allocate an arrayRussell King1-2/+1
2015-10-09PCI: mvebu: Use gpio_set_value_cansleep()Russell King1-2/+2
2015-10-09PCI: mvebu: Split port parsing and resource claiming from port setupRussell King1-3/+12
2015-10-09PCI: mvebu: Fix memory leaks and refcount leaksRussell King1-7/+43
2015-10-09PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King1-56/+74
2015-10-08PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King1-8/+8
2015-10-08PCI: mvebu: Report full node name when reporting a DT errorRussell King1-1/+2
2015-10-08PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King1-4/+1
2015-10-08PCI: mvebu: Use of_get_available_child_count()Russell King1-8/+3
2015-10-08PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King1-17/+26
2015-10-08PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King1-2/+7
2015-08-20PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas1-0/+1
2015-05-26PCI: mvebu: Remove mvebu_pcie_scan_bus()Yijing Wang1-17/+1
2015-03-20PCI: mvebu: Add suspend/resume supportThomas Petazzoni1-0/+38
2014-12-27ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi1-13/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2014-11-21PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang1-7/+4
2014-11-13PCI: mvebu: Add a blank line after declarationsJingoo Han1-0/+2
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-1/+1
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni1-3/+3
2014-07-15PCI: mvebu: Fix GPL v2 license string typoThierry Reding1-1/+1
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-8/+9
2014-04-29PCI: mvebu: Use '%pa' for printing 'phys_addr_t' typeFabio Estevam1-2/+4
2014-04-29PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray1-8/+0
2014-04-24PCI: mvebu: split PCIe BARs into multiple MBus windows when neededThomas Petazzoni1-14/+74
2014-04-24PCI: mvebu: fix off-by-one in the computed size of the mbus windowsWilly Tarreau1-2/+2
2014-02-18PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe1-1/+23
2014-02-14PCI: mvebu: Fix potential issue in range parsingJean-Jacques Hiblot1-1/+1
2014-02-12PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn1-9/+2
2014-01-07Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-4/+6
2014-01-02PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han1-2/+2
2014-01-02PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni1-2/+4
2013-12-20Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-2/+1
2013-12-19PCI: mvebu: Remove redundant of_match_ptrSachin Kamat1-2/+1
2013-12-18Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-31/+55