aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus/mvebu-mbus.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-11bus: mvebu-mbus: make mvebu_mbus_syscore_ops staticGravatar Ben Dooks 1-1/+1
2016-07-11bus: mvebu-mbus: fix __iomem on register pointersGravatar Ben Dooks 1-4/+4
2016-03-30bus: mvebu-mbus: use %pa to print phys_addr_tGravatar Arnd Bergmann 1-1/+1
2016-03-14bus: mvebu-mbus: provide api for obtaining IO and DRAM window informationGravatar Marcin Wojtas 1-0/+52
2015-05-28bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Gravatar Thomas Petazzoni 1-0/+117
2015-05-28Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus br...Gravatar Thomas Petazzoni 1-89/+16
2015-05-28bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.Gravatar Nicolas Schichan 1-1/+3
2015-01-19bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge windowGravatar Thomas Petazzoni 1-16/+89
2015-01-19bus: mvebu-mbus: fix support of MBus window 13 on Armada XP/375/38xGravatar Michal Mazur 1-48/+116
2015-01-19bus: mvebu-mbus: use automatic I/O synchronization barriersGravatar Thomas Petazzoni 1-3/+14
2015-01-19bus: mvebu-mbus: fix support of MBus window 13Gravatar Andrew Lunn 1-0/+13
2014-11-30bus: mvebu-mbus: provide a mechanism to save SDRAM window configurationGravatar Thomas Petazzoni 1-0/+56
2014-11-30bus: mvebu-mbus: suspend/resume supportGravatar Thomas Petazzoni 1-4/+120
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-8/+3
2014-04-24bus: mvebu: pass the coherency availability information at init timeGravatar Thomas Petazzoni 1-8/+3
2014-04-24bus: mvebu-mbus: allow several windows with the same target/attributeGravatar Thomas Petazzoni 1-6/+0
2014-04-24bus: mvebu-mbus: Avoid setting an undefined window sizeGravatar Jason Gunthorpe 1-0/+16
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-2/+1
2014-02-18bus: mvebu-mbus: Fix incorrect size for PCI aperture resourcesGravatar Jason Gunthorpe 1-2/+2
2014-02-11bus: mvebu-mbus: make use of of_find_matching_node_and_matchGravatar Josh Cartwright 1-2/+1
2013-11-24bus: mvebu-mbus: Remove deprecated commentGravatar Ezequiel Garcia 1-6/+0
2013-11-24bus: mvebu-mbus: potential forever loop in mvebu_mbus_init()Gravatar Dan Carpenter 1-2/+2
2013-10-01bus: mvebu-mbus: Fix optional pcie-mem/io-aperture propertiesGravatar Jason Gunthorpe 1-2/+4
2013-09-18bus: mvebu: add missing of_node_put() to fix reference leakGravatar Jisheng Zhang 1-1/+5
2013-08-06bus: mvebu-mbus: Factorize Armada 370/XP data structuresGravatar Thomas Petazzoni 1-11/+3
2013-08-06bus: mvebu-mbus: Update main descriptionGravatar Thomas Petazzoni 1-7/+3
2013-08-06bus: mvebu-mbus: Remove name -> target, attribute mapping tablesGravatar Thomas Petazzoni 1-143/+7
2013-08-06bus: mvebu-mbus: Remove the no longer used name-based APIGravatar Thomas Petazzoni 1-38/+0
2013-08-06bus: mvebu-mbus: Add new API for the PCIe memory and IO apertureGravatar Ezequiel Garcia 1-0/+49
2013-08-06bus: mvebu-mbus: Add static window allocation to the DT bindingGravatar Ezequiel Garcia 1-1/+126
2013-08-06bus: mvebu-mbus: Introduce device tree bindingGravatar Ezequiel Garcia 1-0/+49
2013-08-06bus: mvebu-mbus: Factor out initialization detailsGravatar Ezequiel Garcia 1-17/+30
2013-08-06bus: mvebu-mbus: Add new API for window creationGravatar Thomas Petazzoni 1-8/+25
2013-06-08bus: mvebu-mbus: Use pr_fmtGravatar Ezequiel Garcia 1-3/+5
2013-04-11bus: mvebu: fix mistake in PCIe window target attribute for KirkwoodGravatar Thomas Petazzoni 1-1/+1
2013-03-30bus: mvebu-mbus: Restore checking for coherency fabric hardwareGravatar Neil Greatorex 1-0/+3
2013-03-28bus: introduce an Marvell EBU MBus driverGravatar Thomas Petazzoni 1-0/+867