All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 1/3] ARM: add generic msi support
@ 2015-03-24 11:39 Tsahee Zidenberg
  0 siblings, 0 replies; only message in thread
From: Tsahee Zidenberg @ 2015-03-24 11:39 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds arm support for generic msi infrastructure.

Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com>
---
 arch/arm/include/asm/msi.h | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 arch/arm/include/asm/msi.h

diff --git a/arch/arm/include/asm/msi.h b/arch/arm/include/asm/msi.h
new file mode 100644
index 0000000..b6521c9
--- /dev/null
+++ b/arch/arm/include/asm/msi.h
@@ -0,0 +1,2 @@
+#include <asm-generic/msi.h>
+
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-24 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24 11:39 [RFC 1/3] ARM: add generic msi support Tsahee Zidenberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.