summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/coherency.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-13/+6
|\
| * ARM/mvebu: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-13/+6
* | ARM: mvebu: map PCI I/O regions strongly orderedThomas Petazzoni2016-06-161-0/+1
* | ARM: mvebu: fix HW I/O coherency related deadlocksThomas Petazzoni2016-06-161-14/+8
|/
* ARM: mvebu: mark mvebu_hwcc_pci_nb as __maybe_unusedArnd Bergmann2016-02-251-1/+1
* ARM: mvebu: add support to clear shared L2 bit on Armada XPThomas Petazzoni2015-09-291-0/+60
* ARM: mvebu: prepare set_cpu_coherent() for future extensionNadav Haklai2015-07-251-12/+17
* ARM: make of_device_ids constUwe Kleine-König2015-02-191-1/+1
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-171-55/+3
|\
| * ARM: mvebu: use arm_coherent_dma_ops and re-enable hardware I/O coherencyThomas Petazzoni2015-01-191-55/+3
* | ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is d...Thomas Petazzoni2015-01-281-0/+7
|/
* ARM: mvebu: completely disable hardware I/O coherencyThomas Petazzoni2015-01-171-1/+6
* ARM: mvebu: Clean-up the Armada XP supportGregory CLEMENT2014-11-221-1/+0
* ARM: mvebu: update comments in coherency.cThomas Petazzoni2014-11-221-2/+3
* ARM: mvebu: remove Armada 375 Z1 workaround for I/O coherencyThomas Petazzoni2014-11-221-166/+3
* ARM: mvebu: remove unused register offset definitionThomas Petazzoni2014-11-221-2/+0
* ARM: mvebu: disable I/O coherency on non-SMP situations on Armada 370/375/38x/XPThomas Petazzoni2014-11-221-14/+30
* ARM: mvebu: add missing of_node_put() call in coherency.cThomas Petazzoni2014-11-071-0/+2
* ARM: mvebu: Fix coherency bus notifiers by using separate notifiersEzequiel Garcia2014-07-081-1/+5
* ARM: mvebu: coherency: fix registration of PCI bus notifier when !PCIThomas Petazzoni2014-05-221-0/+2
* ARM: mvebu: implement L2/PCIe deadlock workaroundThomas Petazzoni2014-05-221-0/+39
* ARM: mvebu: use hardware I/O coherency also for PCI devicesThomas Petazzoni2014-05-161-5/+16
* ARM: mvebu: conditionalize Armada 375 coherency workaroundThomas Petazzoni2014-05-081-2/+8
* ARM: mvebu: Split low level functions to manipulate HW coherencyGregory CLEMENT2014-05-081-3/+5
* ARM: mvebu: Remove the unused argument of set_cpu_coherent()Gregory CLEMENT2014-05-081-2/+2
* ARM: mvebu: ll_set_cpu_coherent always uses the current CPUGregory CLEMENT2014-05-081-7/+5
* ARM: mvebu: remove the address parameter for ll_set_cpu_coherentGregory CLEMENT2014-05-081-3/+3
* ARM: mvebu: add Armada 38x support to the coherency codeThomas Petazzoni2014-04-241-3/+11
* ARM: mvebu: implement Armada 375 coherency workaroundThomas Petazzoni2014-04-241-3/+165
* ARM: mvebu: add Armada 375 support to the coherency codeThomas Petazzoni2014-04-241-0/+14
* ARM: mvebu: ARM: mvebu: use of_find_matching_node_and_match() in coherency.cThomas Petazzoni2014-04-241-6/+3
* ARM: mvebu: add a coherency_available() callThomas Petazzoni2014-04-241-8/+22
* ARM: mvebu: prepare coherency code to support more SOCsThomas Petazzoni2014-04-241-14/+33
* ARM: mvebu: fix some sparse warningsJisheng Zhang2013-11-241-0/+1
* ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang2013-09-181-1/+7
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-141-1/+1
* arm: mvebu: fix coherency_late_init() for multiplatformThomas Petazzoni2013-06-201-2/+3
* arm: mvebu: don't hardcode a physical address in headsmp.SThomas Petazzoni2013-06-131-0/+12
* arm: mvebu: avoid hardcoded virtual address in coherency codeThomas Petazzoni2013-06-131-10/+10
* arm: mvebu: remove dependency of SMP init on static I/O mappingThomas Petazzoni2013-06-131-12/+0
* arm: mvebu: Add hardware I/O Coherency supportGregory CLEMENT2012-11-211-0/+73
* arm: mvebu: Add support for coherency fabric in mach-mvebuGregory CLEMENT2012-11-211-0/+82