summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-mvebu.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn1-8/+0
2013-11-26PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe1-20/+43
2013-11-26PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe1-2/+12
2013-11-26PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe1-0/+5
2013-11-26PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe1-1/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+1
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely1-13/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-3/+2
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-10-08PCI: mvebu: make local functions staticJingoo Han1-6/+6
2013-10-08PCI: mvebu: add I/O access wrappersSeungwon Jeon1-42/+55
2013-10-08PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plugJason Gunthorpe1-11/+8
2013-09-30PCI: mvebu: add support for Marvell Dove SoCsSebastian Hesselbarth1-0/+1
2013-09-30PCI: mvebu: add support for reset on GPIOSebastian Hesselbarth1-1/+32
2013-09-30PCI: mvebu: remove subsys_initcallSebastian Hesselbarth1-19/+14
2013-09-30PCI: mvebu: increment nports only for registered portsSebastian Hesselbarth1-3/+4
2013-09-30PCI: mvebu: move clock enable before register accessSebastian Hesselbarth1-13/+12
2013-09-30PCI: mvebu: add support for MSIThomas Petazzoni1-0/+26
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-29/+86
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2013-08-19Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman1-26/+1
2013-08-06PCI: mvebu: Convert to use devm_ioremap_resourceTushar Behera1-3/+4
2013-08-06PCI: mvebu: Check valid base address before port setupEzequiel Garcia1-0/+2
2013-08-06PCI: mvebu: Adapt to the new device tree layoutThomas Petazzoni1-29/+84
2013-08-01PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridgeThomas Petazzoni1-26/+1
2013-05-31Merge tag 'pcie_bridge-3.11' of git://git.infradead.org/users/jcooper/linux i...Olof Johansson1-11/+44
2013-05-27pci: mvebu: enable driver usage on KirkwoodThomas Petazzoni1-0/+1
2013-05-27pci: mvebu: fix the emulation of the status registerThomas Petazzoni1-4/+1
2013-05-27pci: mvebu: allow the enumeration of devices beyond physical bridgesThomas Petazzoni1-3/+28
2013-05-27pci: mvebu: no longer fake the slot location of downstream devicesThomas Petazzoni1-4/+15
2013-05-27pci: mvebu: fix return value check in mvebu_pcie_probe()Wei Yongjun1-1/+1
2013-05-20pci: PCIe driver for Marvell Armada 370/XP systemsThomas Petazzoni1-0/+880