From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] Mailbox: Provide support STi based platforms
Date: Fri, 16 Oct 2015 08:14:19 +0100 [thread overview]
Message-ID: <20151016071419.GC31804@x1> (raw)
In-Reply-To: <CAJe_ZhcBwSxOAwssztipQtYzG8mPQ4Wmu+=h47gT3vc4gv7mJg@mail.gmail.com>
On Fri, 16 Oct 2015, Jassi Brar wrote:
> On 5 October 2015 at 18:32, Lee Jones <lee.jones@linaro.org> wrote:
> > Hi Jassi,
> >
> > This should be it. Exciting times!
> >
> > ST's platforms currently support a maximum of 5 Mailboxes, one for
> > each of the supported co-processors situated on the platform. Each
> > Mailbox is divided up into 4 instances which consist of 32 channels.
> > Messages are passed between the application and co-processors using
> > shared memory areas.
> >
> > Also included in the set is an example Client which should be generic
> > enough to use as a testing environment for all Mailbox IPs which use
> > shared memory or the API to pass messages. With small changes, it
> > should also be able to test more extravagant implementations.
> >
> > v3 -> v4:
> > - More protection in MBOX_BASE() MACRO
> > - Remove unused tx-only marker
> >
> Are you sure about the tx-only marker? :)
>
> Since it is also a DT property, I think we should have it removed
> before we apply the patchset. Lets get it done today.
Wow! I can't even explain that. It's gone from my local repo!
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Jassi Brar <jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
lkml <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Devicetree List
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Jassi Brar
<jassisinghbrar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v4 0/5] Mailbox: Provide support STi based platforms
Date: Fri, 16 Oct 2015 08:14:19 +0100 [thread overview]
Message-ID: <20151016071419.GC31804@x1> (raw)
In-Reply-To: <CAJe_ZhcBwSxOAwssztipQtYzG8mPQ4Wmu+=h47gT3vc4gv7mJg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Fri, 16 Oct 2015, Jassi Brar wrote:
> On 5 October 2015 at 18:32, Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> > Hi Jassi,
> >
> > This should be it. Exciting times!
> >
> > ST's platforms currently support a maximum of 5 Mailboxes, one for
> > each of the supported co-processors situated on the platform. Each
> > Mailbox is divided up into 4 instances which consist of 32 channels.
> > Messages are passed between the application and co-processors using
> > shared memory areas.
> >
> > Also included in the set is an example Client which should be generic
> > enough to use as a testing environment for all Mailbox IPs which use
> > shared memory or the API to pass messages. With small changes, it
> > should also be able to test more extravagant implementations.
> >
> > v3 -> v4:
> > - More protection in MBOX_BASE() MACRO
> > - Remove unused tx-only marker
> >
> Are you sure about the tx-only marker? :)
>
> Since it is also a DT property, I think we should have it removed
> before we apply the patchset. Lets get it done today.
Wow! I can't even explain that. It's gone from my local repo!
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Jassi Brar <jaswinder.singh@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
lkml <linux-kernel@vger.kernel.org>,
Devicetree List <devicetree@vger.kernel.org>,
Jassi Brar <jassisinghbrar@gmail.com>
Subject: Re: [PATCH v4 0/5] Mailbox: Provide support STi based platforms
Date: Fri, 16 Oct 2015 08:14:19 +0100 [thread overview]
Message-ID: <20151016071419.GC31804@x1> (raw)
In-Reply-To: <CAJe_ZhcBwSxOAwssztipQtYzG8mPQ4Wmu+=h47gT3vc4gv7mJg@mail.gmail.com>
On Fri, 16 Oct 2015, Jassi Brar wrote:
> On 5 October 2015 at 18:32, Lee Jones <lee.jones@linaro.org> wrote:
> > Hi Jassi,
> >
> > This should be it. Exciting times!
> >
> > ST's platforms currently support a maximum of 5 Mailboxes, one for
> > each of the supported co-processors situated on the platform. Each
> > Mailbox is divided up into 4 instances which consist of 32 channels.
> > Messages are passed between the application and co-processors using
> > shared memory areas.
> >
> > Also included in the set is an example Client which should be generic
> > enough to use as a testing environment for all Mailbox IPs which use
> > shared memory or the API to pass messages. With small changes, it
> > should also be able to test more extravagant implementations.
> >
> > v3 -> v4:
> > - More protection in MBOX_BASE() MACRO
> > - Remove unused tx-only marker
> >
> Are you sure about the tx-only marker? :)
>
> Since it is also a DT property, I think we should have it removed
> before we apply the patchset. Lets get it done today.
Wow! I can't even explain that. It's gone from my local repo!
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2015-10-16 7:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-05 13:02 [PATCH v4 0/5] Mailbox: Provide support STi based platforms Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` [PATCH v4 2/5] mailbox: Add support " Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` [PATCH v4 3/5] ARM: STi: stih407-family: Add nodes for Mailbox Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` [PATCH v4 4/5] mailbox: Add generic mechanism for testing Mailbox Controllers Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-05 13:02 ` [PATCH v4 5/5] ARM: STi: DT: STiH407: Enable Mailbox testing facility Lee Jones
2015-10-05 13:02 ` Lee Jones
2015-10-16 4:18 ` [PATCH v4 0/5] Mailbox: Provide support STi based platforms Jassi Brar
2015-10-16 4:18 ` Jassi Brar
2015-10-16 7:14 ` Lee Jones [this message]
2015-10-16 7:14 ` Lee Jones
2015-10-16 7:14 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151016071419.GC31804@x1 \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.