linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH vringh 0/2] Introduce CAIF Virtio driver
@ 2013-02-10 11:04 sjur.brandeland
  2013-02-10 11:04 ` [PATCH vringh 1/2] remoteproc: Add support for vringh (Host vrings) sjur.brandeland
  2013-02-10 11:04 ` [PATCH vringh 2/2] caif_virtio: Introduce caif over virtio sjur.brandeland
  0 siblings, 2 replies; 10+ messages in thread
From: sjur.brandeland @ 2013-02-10 11:04 UTC (permalink / raw)
  To: Rusty Russell, David S. Miller, Ohad Ben-Cohen
  Cc: sjur, netdev, virtualization, linux-kernel, Dmitry Tarnyagin,
	Linus Walleij, Erwan Yvin, Sjur Brændeland, Ido Yariv

From: Sjur Brændeland <sjur.brandeland@stericsson.com>

This patch-set introduces the CAIF Virtio Link layer driver.

This driver depends on Rusty's new host virtio ring implementation,
so this patch-set is based on the vringh branch in Rusty's git.

Regards,
Sjur

cc: Rusty Russell <rusty@rustcorp.com.au>
cc: Ohad Ben-Cohen <ohad@wizery.com>
cc: David S. Miller <davem@davemloft.net>
cc: Ido Yariv <ido@wizery.com>
cc: Erwan Yvin <erwan.yvin@stericsson.com>

Sjur Brændeland (1):
  remoteproc: Add support for vringh (Host vrings)

Vikram ARV (1):
  caif_virtio: Introduce caif over virtio

 drivers/net/caif/Kconfig               |    8 +
 drivers/net/caif/Makefile              |    3 +
 drivers/net/caif/caif_virtio.c         |  568 ++++++++++++++++++++++++++++++++
 drivers/remoteproc/Kconfig             |    3 +
 drivers/remoteproc/remoteproc_virtio.c |  127 +++++++-
 include/linux/remoteproc.h             |   14 +
 include/linux/virtio_caif.h            |   24 ++
 include/uapi/linux/virtio_ids.h        |    1 +
 8 files changed, 741 insertions(+), 7 deletions(-)
 create mode 100644 drivers/net/caif/caif_virtio.c
 create mode 100644 include/linux/virtio_caif.h

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-19  8:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-10 11:04 [PATCH vringh 0/2] Introduce CAIF Virtio driver sjur.brandeland
2013-02-10 11:04 ` [PATCH vringh 1/2] remoteproc: Add support for vringh (Host vrings) sjur.brandeland
2013-02-10 11:04 ` [PATCH vringh 2/2] caif_virtio: Introduce caif over virtio sjur.brandeland
2013-02-11  6:57   ` Rusty Russell
2013-02-11  8:15     ` Sjur BRENDELAND
2013-02-13 10:16       ` Rusty Russell
2013-02-13 12:50         ` Sjur Brændeland
2013-02-15  4:35           ` Rusty Russell
2013-02-16  8:48             ` Sjur Brændeland
2013-02-18 22:30               ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).