summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: mvebu: Add suspend/resume supportThomas Petazzoni2015-03-211-0/+38
* ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi2014-12-281-13/+2Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-111-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/+4Star
* | 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-111-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/+0Star
* 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
* PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe2014-02-181-1/+23
* PCI: mvebu: Fix potential issue in range parsingJean-Jacques Hiblot2014-02-141-1/+1
* PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn2014-02-121-9/+2Star
* Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2014-01-081-4/+6
|\
| * PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han2014-01-021-2/+2
| * PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni2014-01-021-2/+4
* | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-201-2/+1Star
|\|
| * PCI: mvebu: Remove redundant of_match_ptrSachin Kamat2013-12-191-2/+1Star
* | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-181-31/+55
|\|
| * PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn2013-12-101-8/+0Star
| * PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe2013-11-261-20/+43
| * PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe2013-11-261-2/+12
| * PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe2013-11-261-1/+0Star
* | PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe2013-11-261-0/+5
|/
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-14/+1Star
|\
| * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-13/+1Star
| * of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
| * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-3/+2Star
| * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
* | PCI: mvebu: make local functions staticJingoo Han2013-10-081-6/+6
* | PCI: mvebu: add I/O access wrappersSeungwon Jeon2013-10-081-42/+55
* | PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plugJason Gunthorpe2013-10-081-11/+8Star
* | PCI: mvebu: add support for Marvell Dove SoCsSebastian Hesselbarth2013-09-301-0/+1
* | PCI: mvebu: add support for reset on GPIOSebastian Hesselbarth2013-09-301-1/+32
* | PCI: mvebu: remove subsys_initcallSebastian Hesselbarth2013-09-301-19/+14Star
* | PCI: mvebu: increment nports only for registered portsSebastian Hesselbarth2013-09-301-3/+4
* | PCI: mvebu: move clock enable before register accessSebastian Hesselbarth2013-09-301-13/+12Star
* | PCI: mvebu: add support for MSIThomas Petazzoni2013-09-301-0/+26
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-29/+86
|\
| * Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2013-08-191-26/+1Star
| |\
| * | PCI: mvebu: Check valid base address before port setupEzequiel Garcia2013-08-061-0/+2
| * | PCI: mvebu: Adapt to the new device tree layoutThomas Petazzoni2013-08-061-29/+84
* | | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-3/+4
|\ \ \ | |_|/ |/| |
| * | PCI: mvebu: Convert to use devm_ioremap_resourceTushar Behera2013-08-061-3/+4
| |/
* / PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridgeThomas Petazzoni2013-08-011-26/+1Star
|/