summaryrefslogtreecommitdiff
path: root/drivers/bus/mvebu-mbus.c
Commit message (Expand)AuthorAgeFilesLines
* bus: mvebu-mbus: Remove open coded "ranges" parsingRob Herring2023-04-181-50/+8
* bus: mvebu-mbus: use DEFINE_SHOW_ATTRIBUTE to simplify mvebu_{sdram/devs}_debugLiu Shixin2022-09-241-24/+2
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-101-4/+1
* | bus: mvebu-mbus: Fix spelling mistakeZhang Jiaming2022-07-011-3/+3
|/
* bus: mvebu-mbus: Export symbols for public API window functionsPali Rohár2022-01-061-0/+5
* ARM: mvebu: avoid clang -Wtautological-constant warningArnd Bergmann2021-04-011-1/+1
* bus: mvebu-mbus: make iounmap() symmetric with ioremap()Chris Packham2021-01-291-1/+1
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-6/+6
* bus: mvebu-mbus: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-1/+1
* bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2017-10-121-1/+1
* bus: mvebu-mbus: make mvebu_mbus_syscore_ops staticBen Dooks2016-07-111-1/+1
* bus: mvebu-mbus: fix __iomem on register pointersBen Dooks2016-07-111-4/+4
* bus: mvebu-mbus: use %pa to print phys_addr_tArnd Bergmann2016-03-301-1/+1
* bus: mvebu-mbus: provide api for obtaining IO and DRAM window informationMarcin Wojtas2016-03-141-0/+52
* bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Thomas Petazzoni2015-05-281-0/+117
* Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus br...Thomas Petazzoni2015-05-281-89/+16
* bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.Nicolas Schichan2015-05-281-1/+3
* bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge windowThomas Petazzoni2015-01-191-16/+89
* bus: mvebu-mbus: fix support of MBus window 13 on Armada XP/375/38xMichal Mazur2015-01-191-48/+116
* bus: mvebu-mbus: use automatic I/O synchronization barriersThomas Petazzoni2015-01-191-3/+14
* bus: mvebu-mbus: fix support of MBus window 13Andrew Lunn2015-01-191-0/+13
* bus: mvebu-mbus: provide a mechanism to save SDRAM window configurationThomas Petazzoni2014-11-301-0/+56
* bus: mvebu-mbus: suspend/resume supportThomas Petazzoni2014-11-301-4/+120
* Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-06-021-8/+3
|\
| * bus: mvebu: pass the coherency availability information at init timeThomas Petazzoni2014-04-241-8/+3
* | bus: mvebu-mbus: allow several windows with the same target/attributeThomas Petazzoni2014-04-241-6/+0
* | bus: mvebu-mbus: Avoid setting an undefined window sizeJason Gunthorpe2014-04-241-0/+16
|/
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-2/+1
|\
| * bus: mvebu-mbus: make use of of_find_matching_node_and_matchJosh Cartwright2014-02-111-2/+1
* | bus: mvebu-mbus: Fix incorrect size for PCI aperture resourcesJason Gunthorpe2014-02-181-2/+2
|/
* bus: mvebu-mbus: Remove deprecated commentEzequiel Garcia2013-11-241-6/+0
* bus: mvebu-mbus: potential forever loop in mvebu_mbus_init()Dan Carpenter2013-11-241-2/+2
* bus: mvebu-mbus: Fix optional pcie-mem/io-aperture propertiesJason Gunthorpe2013-10-011-2/+4
* bus: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang2013-09-181-1/+5
* bus: mvebu-mbus: Factorize Armada 370/XP data structuresThomas Petazzoni2013-08-061-11/+3
* bus: mvebu-mbus: Update main descriptionThomas Petazzoni2013-08-061-7/+3
* bus: mvebu-mbus: Remove name -> target, attribute mapping tablesThomas Petazzoni2013-08-061-143/+7
* bus: mvebu-mbus: Remove the no longer used name-based APIThomas Petazzoni2013-08-061-38/+0
* bus: mvebu-mbus: Add new API for the PCIe memory and IO apertureEzequiel Garcia2013-08-061-0/+49
* bus: mvebu-mbus: Add static window allocation to the DT bindingEzequiel Garcia2013-08-061-1/+126
* bus: mvebu-mbus: Introduce device tree bindingEzequiel Garcia2013-08-061-0/+49
* bus: mvebu-mbus: Factor out initialization detailsEzequiel Garcia2013-08-061-17/+30
* bus: mvebu-mbus: Add new API for window creationThomas Petazzoni2013-08-061-8/+25
* bus: mvebu-mbus: Use pr_fmtEzequiel Garcia2013-06-081-3/+5
* bus: mvebu: fix mistake in PCIe window target attribute for KirkwoodThomas Petazzoni2013-04-111-1/+1
* bus: mvebu-mbus: Restore checking for coherency fabric hardwareNeil Greatorex2013-03-301-0/+3
* bus: introduce an Marvell EBU MBus driverThomas Petazzoni2013-03-281-0/+867