[PATCH vringh 0/2] Introduce CAIF Virtio driver

From: sjur . brandeland
Date: Sun Feb 10 2013 - 06:05:29 EST


From: Sjur BrÃndeland <sjur.brandeland@xxxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx>
cc: Ohad Ben-Cohen <ohad@xxxxxxxxxx>
cc: David S. Miller <davem@xxxxxxxxxxxxx>
cc: Ido Yariv <ido@xxxxxxxxxx>
cc: Erwan Yvin <erwan.yvin@xxxxxxxxxxxxxx>

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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/