[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360494273-27889-1-git-send-email-sjur.brandeland@stericsson.com>
Date: Sun, 10 Feb 2013 12:04:31 +0100
From: sjur.brandeland@...ricsson.com
To: Rusty Russell <rusty@...tcorp.com.au>,
"David S. Miller" <davem@...emloft.net>,
Ohad Ben-Cohen <ohad@...ery.com>
Cc: sjur@...ndeland.net, netdev@...r.kernel.org,
virtualization@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org,
Dmitry Tarnyagin <dmitry.tarnyagin@...ricsson.com>,
Linus Walleij <linus.walleij@...aro.org>,
Erwan Yvin <erwan.yvin@...ricsson.com>,
Sjur Brændeland <sjur.brandeland@...ricsson.com>,
Ido Yariv <ido@...ery.com>
Subject: [PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Brændeland <sjur.brandeland@...ricsson.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@...tcorp.com.au>
cc: Ohad Ben-Cohen <ohad@...ery.com>
cc: David S. Miller <davem@...emloft.net>
cc: Ido Yariv <ido@...ery.com>
cc: Erwan Yvin <erwan.yvin@...ricsson.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists