aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/coherency.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2022-07-07ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)Thomas Gleixner1-4/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+6
2016-07-14ARM/mvebu: Convert to hotplug state machineSebastian Andrzej Siewior1-13/+6
2016-06-16ARM: mvebu: map PCI I/O regions strongly orderedThomas Petazzoni1-0/+1
2016-06-16ARM: mvebu: fix HW I/O coherency related deadlocksThomas Petazzoni1-14/+8
2016-02-25ARM: mvebu: mark mvebu_hwcc_pci_nb as __maybe_unusedArnd Bergmann1-1/+1
2015-09-29ARM: mvebu: add support to clear shared L2 bit on Armada XPThomas Petazzoni1-0/+60
2015-07-25ARM: mvebu: prepare set_cpu_coherent() for future extensionNadav Haklai1-12/+17
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-55/+3
2015-01-28ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is disabledThomas Petazzoni1-0/+7
2015-01-19ARM: mvebu: use arm_coherent_dma_ops and re-enable hardware I/O coherencyThomas Petazzoni1-55/+3
2015-01-17ARM: mvebu: completely disable hardware I/O coherencyThomas Petazzoni1-1/+6
2014-11-22ARM: mvebu: Clean-up the Armada XP supportGregory CLEMENT1-1/+0
2014-11-22ARM: mvebu: update comments in coherency.cThomas Petazzoni1-2/+3
2014-11-22ARM: mvebu: remove Armada 375 Z1 workaround for I/O coherencyThomas Petazzoni1-166/+3
2014-11-22ARM: mvebu: remove unused register offset definitionThomas Petazzoni1-2/+0
2014-11-22ARM: mvebu: disable I/O coherency on non-SMP situations on Armada 370/375/38x/XPThomas Petazzoni1-14/+30
2014-11-07ARM: mvebu: add missing of_node_put() call in coherency.cThomas Petazzoni1-0/+2
2014-07-08ARM: mvebu: Fix coherency bus notifiers by using separate notifiersEzequiel Garcia1-1/+5
2014-05-22ARM: mvebu: coherency: fix registration of PCI bus notifier when !PCIThomas Petazzoni1-0/+2
2014-05-22ARM: mvebu: implement L2/PCIe deadlock workaroundThomas Petazzoni1-0/+39
2014-05-16ARM: mvebu: use hardware I/O coherency also for PCI devicesThomas Petazzoni1-5/+16
2014-05-08ARM: mvebu: conditionalize Armada 375 coherency workaroundThomas Petazzoni1-2/+8
2014-05-08ARM: mvebu: Split low level functions to manipulate HW coherencyGregory CLEMENT1-3/+5
2014-05-08ARM: mvebu: Remove the unused argument of set_cpu_coherent()Gregory CLEMENT1-2/+2
2014-05-08ARM: mvebu: ll_set_cpu_coherent always uses the current CPUGregory CLEMENT1-7/+5
2014-05-08ARM: mvebu: remove the address parameter for ll_set_cpu_coherentGregory CLEMENT1-3/+3
2014-04-24ARM: mvebu: add Armada 38x support to the coherency codeThomas Petazzoni1-3/+11
2014-04-24ARM: mvebu: implement Armada 375 coherency workaroundThomas Petazzoni1-3/+165
2014-04-24ARM: mvebu: add Armada 375 support to the coherency codeThomas Petazzoni1-0/+14
2014-04-24ARM: mvebu: ARM: mvebu: use of_find_matching_node_and_match() in coherency.cThomas Petazzoni1-6/+3
2014-04-24ARM: mvebu: add a coherency_available() callThomas Petazzoni1-8/+22
2014-04-24ARM: mvebu: prepare coherency code to support more SOCsThomas Petazzoni1-14/+33
2013-11-24ARM: mvebu: fix some sparse warningsJisheng Zhang1-0/+1
2013-09-18ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang1-1/+7
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-1/+1
2013-06-20arm: mvebu: fix coherency_late_init() for multiplatformThomas Petazzoni1-2/+3
2013-06-13arm: mvebu: don't hardcode a physical address in headsmp.SThomas Petazzoni1-0/+12
2013-06-13arm: mvebu: avoid hardcoded virtual address in coherency codeThomas Petazzoni1-10/+10
2013-06-13arm: mvebu: remove dependency of SMP init on static I/O mappingThomas Petazzoni1-12/+0
2012-11-21arm: mvebu: Add hardware I/O Coherency supportGregory CLEMENT1-0/+73
2012-11-21arm: mvebu: Add support for coherency fabric in mach-mvebuGregory CLEMENT1-0/+82