linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add DRA7 sub-mailboxes for 4.4
@ 2015-09-18 18:16 Suman Anna
  2015-09-18 18:16 ` [PATCH 1/5] ARM: dts: DRA74x: Add IPC sub-mailbox nodes for all IPUs & DSPs Suman Anna
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Suman Anna @ 2015-09-18 18:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,

This series adds the sub-mailbox nodes and enable them for each
of the TI DRA7 boards. These are the basic mailbox configuration
nodes required by client users (remoteproc) to communicate with
the various IPU and DSP processor devices on DRA74x and DRA72x
SoCs using the TI IPC 3.x software foundation on the remote
processor firmwares. The mailboxes used are unfortunately
hardcoded in the TI IPC 3.x software, and hence the weird
usage of Mailbox 5 and 6 rather than starting from Mailbox 1.

Any third-party or derived boards can use their own configuration
if running their own IPC stack, and that can be done by overwriting
the properties or by using different sub-mailbox nodes altogether.
The actual enablement of nodes is therefore done in the respective
board DTS files.

Patches are based on 4.3-rc1 and are intended for the 4.4 merge
window.

regards
Suman

Suman Anna (5):
  ARM: dts: DRA74x: Add IPC sub-mailbox nodes for all IPUs & DSPs
  ARM: dts: DRA72x: Add IPC sub-mailbox nodes for IPU1, IPU2 & DSP1
  ARM: dts: dra7-evm: Enable the system mailboxes 5 and 6
  ARM: dts: dra72-evm: Enable the system mailboxes 5 and 6
  ARM: dts: beagle-x15: Enable the system mailboxes 5 and 6

 arch/arm/boot/dts/am57xx-beagle-x15.dts | 20 ++++++++++++++++++++
 arch/arm/boot/dts/dra7-evm.dts          | 20 ++++++++++++++++++++
 arch/arm/boot/dts/dra72-evm.dts         | 17 +++++++++++++++++
 arch/arm/boot/dts/dra72x.dtsi           | 21 +++++++++++++++++++++
 arch/arm/boot/dts/dra74x.dtsi           | 26 ++++++++++++++++++++++++++
 5 files changed, 104 insertions(+)

-- 
2.5.0

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

end of thread, other threads:[~2015-10-12 21:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 18:16 [PATCH 0/5] Add DRA7 sub-mailboxes for 4.4 Suman Anna
2015-09-18 18:16 ` [PATCH 1/5] ARM: dts: DRA74x: Add IPC sub-mailbox nodes for all IPUs & DSPs Suman Anna
2015-09-18 18:16 ` [PATCH 2/5] ARM: dts: DRA72x: Add IPC sub-mailbox nodes for IPU1, IPU2 & DSP1 Suman Anna
2015-09-18 18:16 ` [PATCH 3/5] ARM: dts: dra7-evm: Enable the system mailboxes 5 and 6 Suman Anna
2015-09-18 18:16 ` [PATCH 4/5] ARM: dts: dra72-evm: " Suman Anna
2015-09-18 18:16 ` [PATCH 5/5] ARM: dts: beagle-x15: " Suman Anna
2015-10-12 21:34 ` [PATCH 0/5] Add DRA7 sub-mailboxes for 4.4 Tony Lindgren

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).