aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-mvebu.c
Commit message (Expand)AuthorAge
* PCI: mvebu: Use existing of_node pointerBjorn Helgaas2016-10-12
* PCI: mvebu: Add local struct device pointersBjorn Helgaas2016-10-12
*-. Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-01
|\ \
| | * PCI: mvebu: Request host bridge window resources with core functionBjorn Helgaas2016-06-21
| |/ |/|
| * PCI: mvebu: Make explicitly non-modularPaul Gortmaker2016-08-01
|/
* PCI: mvebu: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for mvebu_pcie_pm_opsJisheng Zhang2016-04-07
* PCI: mvebu: Constify mvebu_pcie_pm_ops structureJisheng Zhang2016-04-07
* PCI: mvebu: Remove code restricting accesses to slot 0Russell King2015-10-09
* PCI: mvebu: Add PCI Express root complex capability blockRussell King2015-10-09
* PCI: mvebu: Improve clock/reset handlingRussell King2015-10-09
* PCI: mvebu: Use gpio_desc to carry around gpioRussell King2015-10-09
* PCI: mvebu: Use devm_kcalloc() to allocate an arrayRussell King2015-10-09
* PCI: mvebu: Use gpio_set_value_cansleep()Russell King2015-10-09
* PCI: mvebu: Split port parsing and resource claiming from port setupRussell King2015-10-09
* PCI: mvebu: Fix memory leaks and refcount leaksRussell King2015-10-09
* PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King2015-10-09
* PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King2015-10-08
* PCI: mvebu: Report full node name when reporting a DT errorRussell King2015-10-08
* PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King2015-10-08
* PCI: mvebu: Use of_get_available_child_count()Russell King2015-10-08
* PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King2015-10-08
* PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King2015-10-08
* PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas2015-08-20
* PCI: mvebu: Remove mvebu_pcie_scan_bus()Yijing Wang2015-05-26
* PCI: mvebu: Add suspend/resume supportThomas Petazzoni2015-03-20
* ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi2014-12-27
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-10
|\ \
| * | PCI: mvebu: Add a blank line after declarationsJingoo Han2014-11-13
| |/
* | PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-21
* | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-12
|/
* PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni2014-09-22
* PCI: mvebu: Fix GPL v2 license string typoThierry Reding2014-07-15
* PCI: Whitespace cleanupRyan Desfosses2014-06-10
* PCI: mvebu: Use '%pa' for printing 'phys_addr_t' typeFabio Estevam2014-04-29
* PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-29
* PCI: mvebu: split PCIe BARs into multiple MBus windows when neededThomas Petazzoni2014-04-23
* PCI: mvebu: fix off-by-one in the computed size of the mbus windowsWilly Tarreau2014-04-23
* PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe2014-02-18
* PCI: mvebu: Fix potential issue in range parsingJean-Jacques Hiblot2014-02-14
* PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn2014-02-12
* Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2014-01-07
|\
| * PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han2014-01-02
| * PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni2014-01-02
* | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-20
|\|
| * PCI: mvebu: Remove redundant of_match_ptrSachin Kamat2013-12-19
* | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-18
|\|
| * PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn2013-12-09
| * PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe2013-11-26