search for: brendeland

Displaying 20 results from an estimated 22 matches for "brendeland".

Did you mean: brandeland
2013 Apr 23
1
[PATCH virtio-next] caif_virtio: Remove bouncing email addresses
Remove our (soon to be) bouncing email addresses, and update Dmitri's address. Dmitry will take over as maintainer for CAIF from now on. Cc: Vikram Arv <vikram.arv at stericsson.com> Cc: Dmitry Tarnyagin <dmitry.tarnyagin at stericsson.com> Cc: Dmitry Tarnyagin <dmitry.tarnyagin at lockless.no> Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com> ---
2013 Apr 23
1
[PATCH virtio-next] caif_virtio: Remove bouncing email addresses
Remove our (soon to be) bouncing email addresses, and update Dmitri's address. Dmitry will take over as maintainer for CAIF from now on. Cc: Vikram Arv <vikram.arv at stericsson.com> Cc: Dmitry Tarnyagin <dmitry.tarnyagin at stericsson.com> Cc: Dmitry Tarnyagin <dmitry.tarnyagin at lockless.no> Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com> ---
2012 Jun 01
2
Question regarding Virtio Console and Remoteproc
Hi Amit and Rusty, I've been looking into the possibility of using the Virtio Console Driver together with the remoteproc framework to communicate with ST-Ericsson modem over shared memory. It seems like Virtio Console would be a good fit, except for a issue with buffer allocation. Due to HW limitations the STE-Modem cannot access kernel memory (no IOMMU and limited address range). Instead
2012 Jun 01
2
Question regarding Virtio Console and Remoteproc
Hi Amit and Rusty, I've been looking into the possibility of using the Virtio Console Driver together with the remoteproc framework to communicate with ST-Ericsson modem over shared memory. It seems like Virtio Console would be a good fit, except for a issue with buffer allocation. Due to HW limitations the STE-Modem cannot access kernel memory (no IOMMU and limited address range). Instead
2013 Feb 12
3
[PATCHv2 vringh 0/3] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> 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. Changes since V1: - Use the new iov helper functions, and simplify iov handling. However this triggers compile warnings, as it takes struct iov while kernel api uses struct kiov - Introduced
2013 Feb 12
3
[PATCHv2 vringh 0/3] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> 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. Changes since V1: - Use the new iov helper functions, and simplify iov handling. However this triggers compile warnings, as it takes struct iov while kernel api uses struct kiov - Introduced
2013 Feb 10
3
[PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at 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 at rustcorp.com.au> cc: Ohad Ben-Cohen <ohad at wizery.com> cc: David S. Miller
2013 Feb 10
3
[PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at 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 at rustcorp.com.au> cc: Ohad Ben-Cohen <ohad at wizery.com> cc: David S. Miller
2013 Mar 15
4
[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
...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 at stericsson.com, + * Dmitry Tarnyagin / dmitry.tarnyagin at stericsson.com + * Sjur Brendeland / sjur.brandeland at 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...
2013 Mar 15
4
[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
...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 at stericsson.com, + * Dmitry Tarnyagin / dmitry.tarnyagin at stericsson.com + * Sjur Brendeland / sjur.brandeland at 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...
2012 Oct 31
5
[RFC virtio-next 0/4] Introduce CAIF Virtio and reversed Vrings
This patch-set introduces the CAIF Virtio Link layer. The purpose is to communicate with a remote processor (a modem) over shared memory. Virtio is used as the transport mechanism, and the Remoteproc framework provides configuration and management of the Virtio rings and devices. The modem and Linux host may be on the same SoC, or connected over a shared memory interface such as LLI. Zero-Copy
2012 Oct 31
5
[RFC virtio-next 0/4] Introduce CAIF Virtio and reversed Vrings
This patch-set introduces the CAIF Virtio Link layer. The purpose is to communicate with a remote processor (a modem) over shared memory. Virtio is used as the transport mechanism, and the Remoteproc framework provides configuration and management of the Virtio rings and devices. The modem and Linux host may be on the same SoC, or connected over a shared memory interface such as LLI. Zero-Copy
2012 Oct 30
5
[PATCHv8 0/3]virtio_console: Add rproc_serial driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling. Changes since v7: - Rebased to
2012 Oct 30
5
[PATCHv8 0/3]virtio_console: Add rproc_serial driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling. Changes since v7: - Rebased to
2013 Mar 18
28
[PATCH 00/22] virtqueue_add_sgs, virtqueue_add_outbuf, virtqueue_add_inbuf
Add virtqueue_add_sgs which is more general than virtqueue_add_buf, which makes virtio-scsi and virtio-blk nicer, then add virtqueue_add_inbuf and virtqueue_add_outbuf which handle the more general case, and finally delete virtqueue_add_buf(). I'm hoping this will be the final post of the whole series, and it can move from my pending-rebases tree into virtio-next. Thanks! Rusty. Paolo
2013 Mar 18
28
[PATCH 00/22] virtqueue_add_sgs, virtqueue_add_outbuf, virtqueue_add_inbuf
Add virtqueue_add_sgs which is more general than virtqueue_add_buf, which makes virtio-scsi and virtio-blk nicer, then add virtqueue_add_inbuf and virtqueue_add_outbuf which handle the more general case, and finally delete virtqueue_add_buf(). I'm hoping this will be the final post of the whole series, and it can move from my pending-rebases tree into virtio-next. Thanks! Rusty. Paolo
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...er <sturmflut@lieberbiber.de> Simon Wilson <simonwilson@google.com> Simon Wood <simon@mungewell.org> Simon Wunderlich <siwu@hrz.tu-chemnitz.de> simon@mungewell.org Sivaram Nair <sivaramn@nvidia.com> Sjoerd Simons <sjoerd.simons@collabora.co.uk> Sjur Brendeland <sjur.brandeland@stericsson.com> Sjur Brændeland <sjur.brandeland@stericssion.com> Sjur Brændeland <sjur.brandeland@stericsson.com> Slava Pestov <slavapestov@google.com> snijsure@grid-net.com Soeren Moch <smoch@web.de> Somnath Kotur <somnath.kotur@emulex...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...er <sturmflut@lieberbiber.de> Simon Wilson <simonwilson@google.com> Simon Wood <simon@mungewell.org> Simon Wunderlich <siwu@hrz.tu-chemnitz.de> simon@mungewell.org Sivaram Nair <sivaramn@nvidia.com> Sjoerd Simons <sjoerd.simons@collabora.co.uk> Sjur Brendeland <sjur.brandeland@stericsson.com> Sjur Brændeland <sjur.brandeland@stericssion.com> Sjur Brændeland <sjur.brandeland@stericsson.com> Slava Pestov <slavapestov@google.com> snijsure@grid-net.com Soeren Moch <smoch@web.de> Somnath Kotur <somnath.kotur@emulex...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...son <simonwilson@google.com> Simon Wood <simon@mungewell.org> Simon Wunderlich <simon@open-mesh.com> Simon Wunderlich <siwu@hrz.tu-chemnitz.de> simon@mungewell.org Sivaram Nair <sivaramn@nvidia.com> Sjoerd Simons <sjoerd.simons@collabora.co.uk> Sjur Brendeland <sjur.brandeland@stericsson.com> Sjur Brændeland <sjur.brandeland@stericssion.com> Sjur Brændeland <sjur.brandeland@stericsson.com> Slava Pestov <slavapestov@google.com> snijsure@grid-net.com Soeren Moch <smoch@web.de> Somnath Kotur <somnath.kotur@emulex...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...son <simonwilson@google.com> Simon Wood <simon@mungewell.org> Simon Wunderlich <simon@open-mesh.com> Simon Wunderlich <siwu@hrz.tu-chemnitz.de> simon@mungewell.org Sivaram Nair <sivaramn@nvidia.com> Sjoerd Simons <sjoerd.simons@collabora.co.uk> Sjur Brendeland <sjur.brandeland@stericsson.com> Sjur Brændeland <sjur.brandeland@stericssion.com> Sjur Brændeland <sjur.brandeland@stericsson.com> Slava Pestov <slavapestov@google.com> snijsure@grid-net.com Soeren Moch <smoch@web.de> Somnath Kotur <somnath.kotur@emulex...