From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/8] mailbox: ti-msgmgr: Add support for AM654 Secure Proxy
Date: Tue, 5 Jun 2018 01:16:21 -0500 [thread overview]
Message-ID: <20180605061629.4759-1-nm@ti.com> (raw)
Hi,
The following series enables support for Secure Proxy in newest addition in TI's SoC
portfolio - AM654 SoC.
The series is an RFC based off next-20180604 and will post formally once
v4.18-rc1 is available.
The DT and ARCH part of the series is based on https://marc.info/?l=linux-arm-kernel&m=152817866312732&w=2
The series (part 2 of 4) is available here:
https://github.com/nmenon/linux-2.6-playground/commits/upstream/next-20180604/k3-2-am6-sproxy
Full Boot log is available here: https://pastebin.ubuntu.com/p/vWCzMKtBCW/
See AM65x Technical Reference Manual (SPRUID7, April 2018)
for further details: http://www.ti.com/lit/pdf/spruid7
Nishanth Menon (8):
mailbox: ti-msgmgr: Get rid of unused structure members
mailbox: ti-msgmgr: Allocate Rx channel resources only on request
mailbox: ti-msgmgr: Change message count mask to be descriptor based
mailbox: ti-msgmgr: Move the memory region name to descriptor
dt-bindings: mailbox: ti,message-manager: Add support for secure proxy
threads
mailbox: ti-msgmgr: Add support for Secure Proxy
drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3
arm64: dts: ti: k3-am6: Add Secure Proxy instance
.../bindings/mailbox/ti,message-manager.txt | 58 +++-
arch/arm64/boot/dts/ti/k3-am6.dtsi | 11 +
drivers/mailbox/Kconfig | 8 +-
drivers/mailbox/ti-msgmgr.c | 353 +++++++++++++++++----
4 files changed, 351 insertions(+), 79 deletions(-)
--
2.15.1
next reply other threads:[~2018-06-05 6:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-05 6:16 Nishanth Menon [this message]
2018-06-05 6:16 ` [RFC PATCH 1/8] mailbox: ti-msgmgr: Get rid of unused structure members Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 2/8] mailbox: ti-msgmgr: Allocate Rx channel resources only on request Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 3/8] mailbox: ti-msgmgr: Change message count mask to be descriptor based Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 4/8] mailbox: ti-msgmgr: Move the memory region name to descriptor Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 5/8] dt-bindings: mailbox: ti, message-manager: Add support for secure proxy threads Nishanth Menon
2018-06-12 21:11 ` [RFC PATCH 5/8] dt-bindings: mailbox: ti,message-manager: " Rob Herring
2018-06-12 22:04 ` Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 6/8] mailbox: ti-msgmgr: Add support for Secure Proxy Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 7/8] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3 Nishanth Menon
2018-06-05 6:16 ` [RFC PATCH 8/8] arm64: dts: ti: k3-am6: Add Secure Proxy instance Nishanth Menon
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=20180605061629.4759-1-nm@ti.com \
--to=nm@ti.com \
--cc=linux-arm-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox