From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 0/3] Add Platform MHU mailbox driver for Amlogic GXBB
Date: Fri, 02 Sep 2016 16:34:43 -0700 [thread overview]
Message-ID: <m24m5xc1v0.fsf@baylibre.com> (raw)
In-Reply-To: <1471515027-3543-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Thu, 18 Aug 2016 12:10:24 +0200")
Hi Jassi,
Neil Armstrong <narmstrong@baylibre.com> writes:
> In order to support Mailbox links for the Amlogic GXBB SoC, add a generic
> platform MHU driver based on arm_mhu.c.
>
> This patchset follows a RFC thread along the GXBB SCPI support at :
> http://lkml.kernel.org/r/1466503374-28841-1-git-send-email-narmstrong at baylibre.com
> And specific MHU discussions at :
> http://lkml.kernel.org/r/CABb+yY3HqJG2+GMWCWF9PomxobrwWGZ=TZe5NvXPcHMDdLhkcQ at mail.gmail.com
>
> Changes since v1 at http://lkml.kernel.org/r/1470732737-18391-1-git-send-email-narmstrong at baylibre.com :
> - Fix irq to signed to detect platform_get_irq() failures
> - Introduced back the secure channel
> - Fixed indexes
How is this version looking to you?
With your review/ack on the driver, I'd be happy to take it via the
amlogic tree as there shouldn't be any conflicts with your tree.
Kevin
> Changes since RFC v2 :
> - Rename to platform_mhu
> - Sync all link functions with arm_mhu
>
> Neil Armstrong (3):
> mailbox: Add Platform Message-Handling-Unit variant driver
> dt-bindings: mailbox: Add Amlogic Meson MHU Bindings
> ARM64: dts: meson-gxbb: Add Meson MHU Node
>
> .../devicetree/bindings/mailbox/meson-mhu.txt | 34 ++++
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 9 +
> drivers/mailbox/Kconfig | 10 +
> drivers/mailbox/Makefile | 2 +
> drivers/mailbox/platform_mhu.c | 205 +++++++++++++++++++++
> 5 files changed, 260 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mailbox/meson-mhu.txt
> create mode 100644 drivers/mailbox/platform_mhu.c
WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Add Platform MHU mailbox driver for Amlogic GXBB
Date: Fri, 02 Sep 2016 16:34:43 -0700 [thread overview]
Message-ID: <m24m5xc1v0.fsf@baylibre.com> (raw)
In-Reply-To: <1471515027-3543-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Thu, 18 Aug 2016 12:10:24 +0200")
Hi Jassi,
Neil Armstrong <narmstrong@baylibre.com> writes:
> In order to support Mailbox links for the Amlogic GXBB SoC, add a generic
> platform MHU driver based on arm_mhu.c.
>
> This patchset follows a RFC thread along the GXBB SCPI support at :
> http://lkml.kernel.org/r/1466503374-28841-1-git-send-email-narmstrong at baylibre.com
> And specific MHU discussions at :
> http://lkml.kernel.org/r/CABb+yY3HqJG2+GMWCWF9PomxobrwWGZ=TZe5NvXPcHMDdLhkcQ at mail.gmail.com
>
> Changes since v1 at http://lkml.kernel.org/r/1470732737-18391-1-git-send-email-narmstrong at baylibre.com :
> - Fix irq to signed to detect platform_get_irq() failures
> - Introduced back the secure channel
> - Fixed indexes
How is this version looking to you?
With your review/ack on the driver, I'd be happy to take it via the
amlogic tree as there shouldn't be any conflicts with your tree.
Kevin
> Changes since RFC v2 :
> - Rename to platform_mhu
> - Sync all link functions with arm_mhu
>
> Neil Armstrong (3):
> mailbox: Add Platform Message-Handling-Unit variant driver
> dt-bindings: mailbox: Add Amlogic Meson MHU Bindings
> ARM64: dts: meson-gxbb: Add Meson MHU Node
>
> .../devicetree/bindings/mailbox/meson-mhu.txt | 34 ++++
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 9 +
> drivers/mailbox/Kconfig | 10 +
> drivers/mailbox/Makefile | 2 +
> drivers/mailbox/platform_mhu.c | 205 +++++++++++++++++++++
> 5 files changed, 260 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mailbox/meson-mhu.txt
> create mode 100644 drivers/mailbox/platform_mhu.c
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: jassisinghbrar@gmail.com
Cc: linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH v2 0/3] Add Platform MHU mailbox driver for Amlogic GXBB
Date: Fri, 02 Sep 2016 16:34:43 -0700 [thread overview]
Message-ID: <m24m5xc1v0.fsf@baylibre.com> (raw)
In-Reply-To: <1471515027-3543-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Thu, 18 Aug 2016 12:10:24 +0200")
Hi Jassi,
Neil Armstrong <narmstrong@baylibre.com> writes:
> In order to support Mailbox links for the Amlogic GXBB SoC, add a generic
> platform MHU driver based on arm_mhu.c.
>
> This patchset follows a RFC thread along the GXBB SCPI support at :
> http://lkml.kernel.org/r/1466503374-28841-1-git-send-email-narmstrong@baylibre.com
> And specific MHU discussions at :
> http://lkml.kernel.org/r/CABb+yY3HqJG2+GMWCWF9PomxobrwWGZ=TZe5NvXPcHMDdLhkcQ@mail.gmail.com
>
> Changes since v1 at http://lkml.kernel.org/r/1470732737-18391-1-git-send-email-narmstrong@baylibre.com :
> - Fix irq to signed to detect platform_get_irq() failures
> - Introduced back the secure channel
> - Fixed indexes
How is this version looking to you?
With your review/ack on the driver, I'd be happy to take it via the
amlogic tree as there shouldn't be any conflicts with your tree.
Kevin
> Changes since RFC v2 :
> - Rename to platform_mhu
> - Sync all link functions with arm_mhu
>
> Neil Armstrong (3):
> mailbox: Add Platform Message-Handling-Unit variant driver
> dt-bindings: mailbox: Add Amlogic Meson MHU Bindings
> ARM64: dts: meson-gxbb: Add Meson MHU Node
>
> .../devicetree/bindings/mailbox/meson-mhu.txt | 34 ++++
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 9 +
> drivers/mailbox/Kconfig | 10 +
> drivers/mailbox/Makefile | 2 +
> drivers/mailbox/platform_mhu.c | 205 +++++++++++++++++++++
> 5 files changed, 260 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mailbox/meson-mhu.txt
> create mode 100644 drivers/mailbox/platform_mhu.c
next prev parent reply other threads:[~2016-09-02 23:34 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 10:10 [PATCH v2 0/3] Add Platform MHU mailbox driver for Amlogic GXBB Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` [PATCH v2 1/3] mailbox: Add Platform Message-Handling-Unit variant driver Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` [PATCH v2 2/3] dt-bindings: mailbox: Add Amlogic Meson MHU Bindings Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` [PATCH v2 3/3] ARM64: dts: meson-gxbb: Add Meson MHU Node Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-08-18 10:10 ` Neil Armstrong
2016-09-07 20:08 ` Kevin Hilman
2016-09-07 20:08 ` Kevin Hilman
2016-09-07 20:08 ` Kevin Hilman
2016-09-07 20:08 ` Kevin Hilman
2016-09-02 23:34 ` Kevin Hilman [this message]
2016-09-02 23:34 ` [PATCH v2 0/3] Add Platform MHU mailbox driver for Amlogic GXBB Kevin Hilman
2016-09-02 23:34 ` Kevin Hilman
2016-09-03 5:33 ` Jassi Brar
2016-09-03 5:33 ` Jassi Brar
2016-09-03 5:33 ` Jassi Brar
2016-09-03 20:45 ` Kevin Hilman
2016-09-03 20:45 ` Kevin Hilman
2016-09-03 20:45 ` Kevin Hilman
2016-09-04 5:35 ` Jassi Brar
2016-09-04 5:35 ` Jassi Brar
2016-09-04 5:35 ` Jassi Brar
2016-09-06 17:56 ` Kevin Hilman
2016-09-06 17:56 ` Kevin Hilman
2016-09-06 17:56 ` Kevin Hilman
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=m24m5xc1v0.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=linus-amlogic@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.