Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1505569 > unrolled thread
| Started by | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| First post | 2016-10-21 10:40 +0200 |
| Last post | 2016-10-24 10:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) Geert Uytterhoeven <geert@linux-m68k.org> - 2016-10-21 10:40 +0200
Re: mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) Lee Jones <lee.jones@linaro.org> - 2016-10-24 10:40 +0200
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-10-21 10:40 +0200 |
| Subject | mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) |
| Message-ID | <suDwR-33E-9@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-10-24 10:40 +0200 |
| Subject | Re: mbox-name vs. mbox-names (was: Re: [PATCH v4 1/5] mailbox: dt: Supply bindings for ST's Mailbox IP) |
| Message-ID | <svIXw-56E-1@gated-at.bofh.it> |
| In reply to | #1505569 |
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. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web