summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-1313/+0
* PCI: Move private DT related functions into private headerRob Herring2018-05-141-0/+2
* PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-4/+1
* Merge branch 'pci/misc' into nextBjorn Helgaas2017-09-071-4/+4
|\
| * PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-241-4/+4
* | PCI: mvebu: Remove unneeded gpiod NULL checkFabio Estevam2017-08-021-2/+1
|/
* Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-281-17/+0
|\
| * PCI: mvebu: Remove useless MSI enabling codeThomas Petazzoni2017-03-141-17/+0
* | PCI: mvebu: Avoid changing the SCC bit in the Link Status registerRussell King2017-03-251-2/+3
|/
* PCI: mvebu: Change delay after reset to the PCIe spec mandated 100msLucas Stach2017-02-081-1/+1
* PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe2017-01-301-41/+60
* PCI: mvebu: Use existing of_node pointerBjorn Helgaas2016-10-111-2/+2
* PCI: mvebu: Add local struct device pointersBjorn Helgaas2016-10-111-12/+9
*-. Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-011-17/+11
|\ \
| | * PCI: mvebu: Request host bridge window resources with core functionBjorn Helgaas2016-06-211-10/+7
| |/ |/|
| * PCI: mvebu: Make explicitly non-modularPaul Gortmaker2016-08-011-7/+4
|/
* PCI: mvebu: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for mvebu_pcie_pm_opsJisheng Zhang2016-04-071-2/+3
* PCI: mvebu: Constify mvebu_pcie_pm_ops structureJisheng Zhang2016-04-071-1/+1
* PCI: mvebu: Remove code restricting accesses to slot 0Russell King2015-10-091-24/+0
* PCI: mvebu: Add PCI Express root complex capability blockRussell King2015-10-091-4/+133
* PCI: mvebu: Improve clock/reset handlingRussell King2015-10-091-13/+43
* PCI: mvebu: Use gpio_desc to carry around gpioRussell King2015-10-091-15/+24
* PCI: mvebu: Use devm_kcalloc() to allocate an arrayRussell King2015-10-091-2/+1
* PCI: mvebu: Use gpio_set_value_cansleep()Russell King2015-10-091-2/+2
* PCI: mvebu: Split port parsing and resource claiming from port setupRussell King2015-10-091-3/+12
* PCI: mvebu: Fix memory leaks and refcount leaksRussell King2015-10-091-7/+43
* PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King2015-10-091-56/+74
* PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King2015-10-081-8/+8
* PCI: mvebu: Report full node name when reporting a DT errorRussell King2015-10-081-1/+2
* PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King2015-10-081-4/+1
* PCI: mvebu: Use of_get_available_child_count()Russell King2015-10-081-8/+3
* PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King2015-10-081-17/+26
* PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King2015-10-081-2/+7
* PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas2015-08-201-0/+1
* PCI: mvebu: Remove mvebu_pcie_scan_bus()Yijing Wang2015-05-261-17/+1
* PCI: mvebu: Add suspend/resume supportThomas Petazzoni2015-03-201-0/+38
* ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi2014-12-271-13/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-101-0/+2
|\ \
| * | PCI: mvebu: Add a blank line after declarationsJingoo Han2014-11-131-0/+2
| |/
* | PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-7/+4
* | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-121-1/+1
|/
* PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni2014-09-221-3/+3
* PCI: mvebu: Fix GPL v2 license string typoThierry Reding2014-07-151-1/+1
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-8/+9
* PCI: mvebu: Use '%pa' for printing 'phys_addr_t' typeFabio Estevam2014-04-291-2/+4
* PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-291-8/+0
* PCI: mvebu: split PCIe BARs into multiple MBus windows when neededThomas Petazzoni2014-04-241-14/+74
* PCI: mvebu: fix off-by-one in the computed size of the mbus windowsWilly Tarreau2014-04-241-2/+2
OpenPOWER on IntegriCloud