From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Sudeep Holla <sudeep.holla@arm.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>,
Rob Herring <robh@kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Alexey Klimov <alexey.klimov@arm.com>,
Jassi Brar <jaswinder.singh@linaro.org>,
Devicetree List <devicetree@vger.kernel.org>
Subject: Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels
Date: Mon, 8 May 2017 10:52:54 -0700 [thread overview]
Message-ID: <20170508175254.GK15143@minitux> (raw)
In-Reply-To: <ff6535ec-fa31-e0b7-53a1-9f4a2f03693d@arm.com>
On Mon 08 May 10:07 PDT 2017, Sudeep Holla wrote:
>
>
> On 08/05/17 17:46, Jassi Brar wrote:
> > On Mon, May 8, 2017 at 9:40 PM, Rob Herring <robh@kernel.org> wrote:
> >> +Bjorn
> >>
> >> On Tue, May 02, 2017 at 02:55:49PM +0100, Sudeep Holla wrote:
> >>> The ARM MHU has mechanism to assert interrupt signals to facilitate
> >>> inter-processor message based communication. It drives the signal using
> >>> a 32-bit register, with all 32-bits logically ORed together. It also
> >>> enables software to set, clear and check the status of each of the bits
> >>> of this register independently. Each bit of the register can be
> >>> associated with a type of event that can contribute to raising the
> >>> interrupt thereby allowing it to be used as independent subchannels.
> >>>
> >>> Since the first version of this binding can't support sub-channels,
> >>> this patch extends the existing binding to support them.
> >>>
> >>> Cc: Alexey Klimov <alexey.klimov@arm.com>
> >>> Cc: Jassi Brar <jaswinder.singh@linaro.org>
> >>> Cc: Rob Herring <robh+dt@kernel.org>
> >>> Cc: devicetree@vger.kernel.org
> >>> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> >>> ---
> >>> .../devicetree/bindings/mailbox/arm-mhu.txt | 44 ++++++++++++++++++++--
> >>> 1 file changed, 41 insertions(+), 3 deletions(-)
> >>>
> >>> diff --git a/Documentation/devicetree/bindings/mailbox/arm-mhu.txt b/Documentation/devicetree/bindings/mailbox/arm-mhu.txt
> >>> index 4971f03f0b33..86a66f7918e2 100644
> >>> --- a/Documentation/devicetree/bindings/mailbox/arm-mhu.txt
> >>> +++ b/Documentation/devicetree/bindings/mailbox/arm-mhu.txt
> >>> @@ -10,21 +10,40 @@ STAT register and the remote clears it after having read the data.
> >>> The last channel is specified to be a 'Secure' resource, hence can't be
> >>> used by Linux running NS.
> >>>
> >>> +The MHU drives the interrupt signal using a 32-bit register, with all
> >>> +32-bits logically ORed together. It provides a set of registers to
> >>> +enable software to set, clear and check the status of each of the bits
> >>> +of this register independently. The use of 32 bits per interrupt line
> >>> +enables software to provide more information about the source of the
> >>> +interrupt. For example, each bit of the register can be associated with
> >>> +a type of event that can contribute to raising the interrupt.
> >>
> >> Sounds like a doorbell? (i.e. a single bit mailbox). Bjorn is doing
> >> something similar for QCom h/w. I guess the difference here is you have
> >> 32 sources and 1 output. It seems to me these should be described
> >> similarly.
> >>
> > Yes, QCom controller triggers different interrupt for each bit of a
> > 32bits register i.e, each signal is associated with 1bit information.
> > Whereas MHU signals 32bits at a time to the target cpu.
>
> Agreed. I had a look at Qcom driver, not entirely clear if each bit as
> interrupt as I don't see any interrupt support there.
Each of the (used) bits in the Qualcomm HW are routed to a interrupt
controller in the remote processors.
As the APCS IPC is one way and each incoming "channel" is exposed as a
separate physical interrupt they are directly consumed by the higher
levels as needed - hence there's no traces of interrupts in the APCS
IPC.
> Also, it just adds
> all the 32 channels which I am trying to avoid as at-most 4-5 will be
> used while we end up creating 64 channels.
>
In the Qualcomm platform I'm looking at right now 15 of the 32 bits are
used by the local CPU, so the utilization isn't awesome but I didn't
feel the waste was worth addressing in my case.
You should be able to provide a custom of_xlate that hides the fact that
your mailbox-space is sparse - i.e. only register the mailboxes you have
but expose them with ids as expected by the clients.
Regards,
Bjorn
next prev parent reply other threads:[~2017-05-08 17:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1493733353-25812-1-git-send-email-sudeep.holla@arm.com>
2017-05-02 13:55 ` [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla
[not found] ` <1493733353-25812-3-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org>
2017-05-08 16:10 ` Rob Herring
2017-05-08 16:46 ` Jassi Brar
[not found] ` <CABb+yY1+rU=gEnqML=ybZ61WDW6Brz_QLw4LpYNNe-XsEgi8dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-08 17:07 ` Sudeep Holla
2017-05-08 17:52 ` Bjorn Andersson [this message]
2017-05-09 9:36 ` Sudeep Holla
[not found] ` <ff6535ec-fa31-e0b7-53a1-9f4a2f03693d-5wv7dgnIgG8@public.gmane.org>
2017-05-09 2:50 ` Jassi Brar
[not found] ` <CABb+yY3tXMgQdQratM56mQVEV4Med1i0NyT=zkXk1P4oCao6+A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-09 9:58 ` Sudeep Holla
[not found] ` <ec7869d0-fa18-ec9e-3df7-ac841e06b2d1-5wv7dgnIgG8@public.gmane.org>
2017-05-09 10:31 ` Jassi Brar
[not found] ` <CABb+yY1S_aRGDZJwVt+p7U6PcO2dQGsg5bi21-yvx715HGjUtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-09 10:53 ` Sudeep Holla
2017-05-09 11:55 ` Jassi Brar
[not found] ` <CABb+yY0nMQMrrKTUKu2ZPfEZTzuWN=sFk4PxJFQHvtd=dSE2_w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-09 12:41 ` Sudeep Holla
[not found] ` <6bd1e3d5-5e8b-6d02-cd80-9ff2c21de15d-5wv7dgnIgG8@public.gmane.org>
2017-05-09 13:29 ` Jassi Brar
2017-05-09 14:20 ` Sudeep Holla
2017-05-08 16:53 ` Sudeep Holla
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=20170508175254.GK15143@minitux \
--to=bjorn.andersson@linaro.org \
--cc=alexey.klimov@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=jaswinder.singh@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sudeep.holla@arm.com \
/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 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).