Thread (40 messages) 40 messages, 9 authors, 2013-05-30

Re: [RFCv1 07/11] irqchip: armada-370-xp: add MSI support to interrupt controller driver

From: Arnd Bergmann <arnd@arndb.de>
Date: 2013-03-26 21:15:40
Also in: linux-arm-kernel, linux-pci

On Tuesday 26 March 2013, Thomas Petazzoni wrote:
+                       msimask = readl_relaxed(per_cpu_int_base +
+                                       ARMADA_370_XP_IN_DRBEL_CAUSE_OFFS)
+                               & PCI_MSI_DOORBELL_MASK;
+
+                       writel(~PCI_MSI_DOORBELL_MASK, per_cpu_int_base +
+                              ARMADA_370_XP_IN_DRBEL_CAUSE_OFFS);
+
Upon reading this code again, I stumbled over the barriers. You use
a readl_relaxed() without barrier but a writel() with barrier. Is
that intentional? Are you sure that you don't need a full readl()
to guarantee that all inbound DMA that was sent by the device before
the MSI message has arrived by the time the interrupt handler function
is called? It depends on the implementation of the MSI controller whether
that guarantee is already made by the fact that you are handling the
interrupt.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help