* mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP)
@ 2016-10-21 8:30 Geert Uytterhoeven
[not found] ` <CAMuHMdXqOZ=eKJ=SkY4TM=fu8qnZ2gLmh-2iH0jB2pAu_v2vNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-10-21 8:30 UTC (permalink / raw)
To: Lee Jones
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel, Maxime Coquelin, Jassi Brar,
devicetree@vger.kernel.org
On Fri, Oct 16, 2015 at 9:21 AM, Lee Jones <lee.jones@linaro.org> wrote:
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> .../devicetree/bindings/mailbox/sti-mailbox.txt | 51 ++++++++++++++++++++++
> 1 file changed, 51 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mailbox/sti-mailbox.txt
>
> diff --git a/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt b/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt
> new file mode 100644
> index 0000000..b61eec9
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt
> @@ -0,0 +1,51 @@
> +ST Microelectronics Mailbox Driver
> +
> +Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages
> +are passed between Application and Remote processors using shared memory.
> +
> +Controller
> +----------
> +
> +Required properties:
> +- compatible : Should be "st,stih407-mailbox"
> +- reg : Offset and length of the device's register set
> +- mbox-name : Name of the mailbox
All other mailbox drivers use "mbox-names". Oops, it's in v4.9-rc1...
Can we still fix that?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CAMuHMdXqOZ=eKJ=SkY4TM=fu8qnZ2gLmh-2iH0jB2pAu_v2vNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) [not found] ` <CAMuHMdXqOZ=eKJ=SkY4TM=fu8qnZ2gLmh-2iH0jB2pAu_v2vNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2016-10-24 8:41 ` Lee Jones 2017-01-04 16:04 ` Lee Jones 0 siblings, 1 reply; 3+ messages in thread From: Lee Jones @ 2016-10-24 8:41 UTC (permalink / raw) To: Geert Uytterhoeven Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Maxime Coquelin, Jassi Brar, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Fri, 21 Oct 2016, Geert Uytterhoeven wrote: > On Fri, Oct 16, 2015 at 9:21 AM, Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote: > > Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > > --- > > .../devicetree/bindings/mailbox/sti-mailbox.txt | 51 ++++++++++++++++++++++ > > 1 file changed, 51 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mailbox/sti-mailbox.txt > > > > diff --git a/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt b/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt > > new file mode 100644 > > index 0000000..b61eec9 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt > > @@ -0,0 +1,51 @@ > > +ST Microelectronics Mailbox Driver > > + > > +Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages > > +are passed between Application and Remote processors using shared memory. > > + > > +Controller > > +---------- > > + > > +Required properties: > > +- compatible : Should be "st,stih407-mailbox" > > +- reg : Offset and length of the device's register set > > +- mbox-name : Name of the mailbox > > All other mailbox drivers use "mbox-names". Oops, it's in v4.9-rc1... > > Can we still fix that? So long as all the fixes; changes to the driver and DT are merged in a single kernel release, we can change it. -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) 2016-10-24 8:41 ` Lee Jones @ 2017-01-04 16:04 ` Lee Jones 0 siblings, 0 replies; 3+ messages in thread From: Lee Jones @ 2017-01-04 16:04 UTC (permalink / raw) To: Geert Uytterhoeven Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel, Maxime Coquelin, Jassi Brar, devicetree@vger.kernel.org On Mon, 24 Oct 2016, Lee Jones wrote: > On Fri, 21 Oct 2016, Geert Uytterhoeven wrote: > > > On Fri, Oct 16, 2015 at 9:21 AM, Lee Jones <lee.jones@linaro.org> wrote: > > > Signed-off-by: Lee Jones <lee.jones@linaro.org> > > > --- > > > .../devicetree/bindings/mailbox/sti-mailbox.txt | 51 ++++++++++++++++++++++ > > > 1 file changed, 51 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/mailbox/sti-mailbox.txt > > > > > > diff --git a/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt b/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt > > > new file mode 100644 > > > index 0000000..b61eec9 > > > --- /dev/null > > > +++ b/Documentation/devicetree/bindings/mailbox/sti-mailbox.txt > > > @@ -0,0 +1,51 @@ > > > +ST Microelectronics Mailbox Driver > > > + > > > +Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages > > > +are passed between Application and Remote processors using shared memory. > > > + > > > +Controller > > > +---------- > > > + > > > +Required properties: > > > +- compatible : Should be "st,stih407-mailbox" > > > +- reg : Offset and length of the device's register set > > > +- mbox-name : Name of the mailbox > > > > All other mailbox drivers use "mbox-names". Oops, it's in v4.9-rc1... > > > > Can we still fix that? > > So long as all the fixes; changes to the driver and DT are merged in a > single kernel release, we can change it. Scrap that, change of plan. Actually current code is correct. mbox-name does not have the same functionality as mbox-names. mbox-names is a client-side property used to request channels, where as mbox-name is used to provide a better user-readable name other than mailbox{0..x}. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-04 16:04 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-10-21 8:30 mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) Geert Uytterhoeven [not found] ` <CAMuHMdXqOZ=eKJ=SkY4TM=fu8qnZ2gLmh-2iH0jB2pAu_v2vNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2016-10-24 8:41 ` Lee Jones 2017-01-04 16:04 ` Lee Jones
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).