From: Viresh Kumar <viresh.kumar@linaro.org>
To: Jassi Brar <jassisinghbrar@gmail.com>,
Rob Herring <robh@kernel.org>,
Tushar Khandelwal <Tushar.Khandelwal@arm.com>,
Viresh Kumar <viresh.kumar@linaro.org>
Cc: devicetree@vger.kernel.org,
Vincent Guittot <vincent.guittot@linaro.org>,
Usama Arif <usama.arif@arm.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Tushar Khandelwal <tushar.khandelwal@arm.com>,
Sudeep.Holla@arm.com, morten_bp@live.dk
Subject: [PATCH V5 0/2] mailbox: Add mhuv2 mailbox controller's support
Date: Tue, 17 Nov 2020 15:32:04 +0530 [thread overview]
Message-ID: <cover.1605607138.git.viresh.kumar@linaro.org> (raw)
Hi Jassi,
Here is the updated version based on your suggestions.
I feel bad that I haven't implemented the single-word protocol as a
special case of multi-word one in the earlier attempt. Perhaps I was too
consumed by the terminology used by the ARM folks in the previous
version of the driver and the reference manual of the controller :)
V1/V4->V5
- The binding patch already had 4 versions, while the driver had only 1.
To send everything together, I had to bump the entire thing to V5.
- Removed single-word and multi-word protocols and introduced
data-transfer protocol which works with 1 or more windows.
- Moved register names to small case.
Rob, I have kept your Reviewed-by tag as is, please let me know if you
would like to revoke it.
--
Viresh
Viresh Kumar (2):
dt-bindings: mailbox : arm,mhuv2: Add bindings
mailbox: arm_mhuv2: Add driver
.../bindings/mailbox/arm,mhuv2.yaml | 209 +++
MAINTAINERS | 9 +
drivers/mailbox/Kconfig | 7 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/arm_mhuv2.c | 1136 +++++++++++++++++
include/linux/mailbox/arm_mhuv2_message.h | 20 +
6 files changed, 1383 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml
create mode 100644 drivers/mailbox/arm_mhuv2.c
create mode 100644 include/linux/mailbox/arm_mhuv2_message.h
--
2.25.0.rc1.19.g042ed3e048af
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Jassi Brar <jassisinghbrar@gmail.com>,
Rob Herring <robh@kernel.org>,
Tushar Khandelwal <Tushar.Khandelwal@arm.com>,
Viresh Kumar <viresh.kumar@linaro.org>
Cc: Vincent Guittot <vincent.guittot@linaro.org>,
linux-arm-kernel@lists.infradead.org, Sudeep.Holla@arm.com,
morten_bp@live.dk, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Tushar Khandelwal <tushar.khandelwal@arm.com>,
Usama Arif <usama.arif@arm.com>
Subject: [PATCH V5 0/2] mailbox: Add mhuv2 mailbox controller's support
Date: Tue, 17 Nov 2020 15:32:04 +0530 [thread overview]
Message-ID: <cover.1605607138.git.viresh.kumar@linaro.org> (raw)
Hi Jassi,
Here is the updated version based on your suggestions.
I feel bad that I haven't implemented the single-word protocol as a
special case of multi-word one in the earlier attempt. Perhaps I was too
consumed by the terminology used by the ARM folks in the previous
version of the driver and the reference manual of the controller :)
V1/V4->V5
- The binding patch already had 4 versions, while the driver had only 1.
To send everything together, I had to bump the entire thing to V5.
- Removed single-word and multi-word protocols and introduced
data-transfer protocol which works with 1 or more windows.
- Moved register names to small case.
Rob, I have kept your Reviewed-by tag as is, please let me know if you
would like to revoke it.
--
Viresh
Viresh Kumar (2):
dt-bindings: mailbox : arm,mhuv2: Add bindings
mailbox: arm_mhuv2: Add driver
.../bindings/mailbox/arm,mhuv2.yaml | 209 +++
MAINTAINERS | 9 +
drivers/mailbox/Kconfig | 7 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/arm_mhuv2.c | 1136 +++++++++++++++++
include/linux/mailbox/arm_mhuv2_message.h | 20 +
6 files changed, 1383 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml
create mode 100644 drivers/mailbox/arm_mhuv2.c
create mode 100644 include/linux/mailbox/arm_mhuv2_message.h
--
2.25.0.rc1.19.g042ed3e048af
next reply other threads:[~2020-11-17 10:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 10:02 Viresh Kumar [this message]
2020-11-17 10:02 ` [PATCH V5 0/2] mailbox: Add mhuv2 mailbox controller's support Viresh Kumar
2020-11-17 10:02 ` [PATCH V5 1/2] dt-bindings: mailbox : arm,mhuv2: Add bindings Viresh Kumar
2020-11-17 10:02 ` Viresh Kumar
2020-11-17 10:02 ` [PATCH V5 2/2] mailbox: arm_mhuv2: Add driver Viresh Kumar
2020-11-17 10:02 ` Viresh Kumar
2020-11-20 19:06 ` Jassi Brar
2020-11-20 19:06 ` Jassi Brar
2020-11-23 6:49 ` Viresh Kumar
2020-11-23 6:49 ` Viresh Kumar
2020-12-09 7:24 ` [PATCH V5 0/2] mailbox: Add mhuv2 mailbox controller's support Viresh Kumar
2020-12-09 7:24 ` Viresh Kumar
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=cover.1605607138.git.viresh.kumar@linaro.org \
--to=viresh.kumar@linaro.org \
--cc=Sudeep.Holla@arm.com \
--cc=Tushar.Khandelwal@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=morten_bp@live.dk \
--cc=robh@kernel.org \
--cc=usama.arif@arm.com \
--cc=vincent.guittot@linaro.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.