Thread (6 messages) 6 messages, 4 authors, 2013-03-18

Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio

From: Ohad Ben-Cohen <hidden>
Date: 2013-03-17 22:52:41

Hi Erwan,

On Fri, Mar 15, 2013 at 11:42 AM, Erwan Yvin [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/caif/caif_virtio.c b/drivers/net/caif/caif_virtio.c
new file mode 100644
index 0000000..6a745dd
--- /dev/null
+++ b/drivers/net/caif/caif_virtio.c
@@ -0,0 +1,786 @@
+/*
+ * Copyright (C) ST-Ericsson AB 2013
+ * Authors: Vicram Arv / vikram.arv@stericsson.com,
+ *         Dmitry Tarnyagin / dmitry.tarnyagin@stericsson.com
+ *         Sjur Brendeland / sjur.brandeland@stericsson.com
+ * License terms: GNU General Public License (GPL) version 2
+ */
+#include <linux/module.h>
+#include <linux/if_arp.h>
+#include <linux/virtio.h>
+#include <linux/vringh.h>
+#include <linux/debugfs.h>
+#include <linux/spinlock.h>
+#include <linux/genalloc.h>
+#include <linux/interrupt.h>
+#include <linux/netdevice.h>
+#include <linux/rtnetlink.h>
+#include <linux/remoteproc.h>
The driver looks nicely decoupled from remoteproc - do you still need
remoteproc.h ?

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