public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mailbox: ti-msgmgr: Add support for AM654 Secure Proxy
@ 2018-06-19 19:43 Nishanth Menon
  2018-06-19 19:43 ` [PATCH 1/6] mailbox: ti-msgmgr: Get rid of unused structure members Nishanth Menon
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Nishanth Menon @ 2018-06-19 19:43 UTC (permalink / raw)
  To: Jassi Brar, Mark Rutland, Rob Herring
  Cc: Nishanth Menon, Suman Anna, Tero Kristo, linux-kernel, devicetree

Hi,
The following series enables support for Secure Proxy in newest addition in TI's SoC
portfolio - AM654 SoC (posted previously as RFC).

The series is based on v4.18-rc1 and is available here:
https://github.com/nmenon/linux-2.6-playground/commits/upstream/v4.18-rc1/k3-1-am6-sproxy

There are a couple of follow on patches to be posted as well (Kconfig changes
for K3_ARCH and actual dts node changes).

Changes since RFC are highlighted in each of the patches, but overall:
* The K3 dependency has been broken out into a seperate series independent of
  this.
* Binding has been seperated out as it's own file (even though the driver is
  reused).

Consolidated all patches (including all series) are available here:
https://github.com/nmenon/linux-2.6-playground/commits/upstream/v4.18-rc1/k3-am6-integ

Full Boot log  on AM654 (integrated with all patch series) is available here:
   https://pastebin.ubuntu.com/p/bBFmnzYtCd/

Nishanth Menon (6):
  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: Add support for secure proxy threads
  mailbox: ti-msgmgr: Add support for Secure Proxy

 .../bindings/mailbox/ti,secure-proxy.txt           |  50 +++
 drivers/mailbox/ti-msgmgr.c                        | 353 +++++++++++++++++----
 2 files changed, 336 insertions(+), 67 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mailbox/ti,secure-proxy.txt

-- 
2.15.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-06-26 21:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 19:43 [PATCH 0/6] mailbox: ti-msgmgr: Add support for AM654 Secure Proxy Nishanth Menon
2018-06-19 19:43 ` [PATCH 1/6] mailbox: ti-msgmgr: Get rid of unused structure members Nishanth Menon
2018-06-19 19:43 ` [PATCH 2/6] mailbox: ti-msgmgr: Allocate Rx channel resources only on request Nishanth Menon
2018-06-19 19:43 ` [PATCH 3/6] mailbox: ti-msgmgr: Change message count mask to be descriptor based Nishanth Menon
2018-06-19 19:43 ` [PATCH 4/6] mailbox: ti-msgmgr: Move the memory region name to descriptor Nishanth Menon
2018-06-19 19:43 ` [PATCH 5/6] dt-bindings: mailbox: Add support for secure proxy threads Nishanth Menon
2018-06-26 21:09   ` Rob Herring
2018-06-19 19:43 ` [PATCH 6/6] mailbox: ti-msgmgr: Add support for Secure Proxy Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox