summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-mvebu.c
AgeCommit message (Expand)AuthorFilesLines
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-07Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-29/+86
2013-09-04Merge 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-02PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridgeThomas Petazzoni1-26/+1
2013-06-01Merge 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