From: Ben Levinsky <ben.levinsky@amd.com>
To: <jassisinghbrar@gmail.com>, <linux-kernel@vger.kernel.org>,
<michal.simek@amd.com>
Cc: <shubhrajyoti.datta@amd.com>, <tanmay.shah@amd.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH 0/3] mailbox: zynqmp: Enable Bufferless IPIs for Versal based SOCs
Date: Thu, 14 Dec 2023 13:13:51 -0800 [thread overview]
Message-ID: <20231214211354.348294-1-ben.levinsky@amd.com> (raw)
For Xilinx-AMD Versal and Versal NET SOC's there exist also
inter-processor-interrupts (IPIs) without IPI Message Buffers. For these
enable use of IPI Mailbox driver for send/receive as well.
This is enabled with new compatible string: "xlnx,versal-ipi-mailbox"
Original, buffered usage for ZynqMP based SOC is still supported.
Note that the linked patch provides corresponding bindings.
Depends on: https://lore.kernel.org/all/20231214054224.957336-3-tanmay.shah@amd.com/T/
Ben Levinsky (3):
mailbox: zynqmp: Move of_match structure closer to usage
mailbox: zynqmp: Move buffered IPI setup to of_match selected routine
mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC's
drivers/mailbox/zynqmp-ipi-mailbox.c | 275 ++++++++++++++++++++++-----
1 file changed, 231 insertions(+), 44 deletions(-)
--
2.25.1
_______________________________________________
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: Ben Levinsky <ben.levinsky@amd.com>
To: <jassisinghbrar@gmail.com>, <linux-kernel@vger.kernel.org>,
<michal.simek@amd.com>
Cc: <shubhrajyoti.datta@amd.com>, <tanmay.shah@amd.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH 0/3] mailbox: zynqmp: Enable Bufferless IPIs for Versal based SOCs
Date: Thu, 14 Dec 2023 13:13:51 -0800 [thread overview]
Message-ID: <20231214211354.348294-1-ben.levinsky@amd.com> (raw)
For Xilinx-AMD Versal and Versal NET SOC's there exist also
inter-processor-interrupts (IPIs) without IPI Message Buffers. For these
enable use of IPI Mailbox driver for send/receive as well.
This is enabled with new compatible string: "xlnx,versal-ipi-mailbox"
Original, buffered usage for ZynqMP based SOC is still supported.
Note that the linked patch provides corresponding bindings.
Depends on: https://lore.kernel.org/all/20231214054224.957336-3-tanmay.shah@amd.com/T/
Ben Levinsky (3):
mailbox: zynqmp: Move of_match structure closer to usage
mailbox: zynqmp: Move buffered IPI setup to of_match selected routine
mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC's
drivers/mailbox/zynqmp-ipi-mailbox.c | 275 ++++++++++++++++++++++-----
1 file changed, 231 insertions(+), 44 deletions(-)
--
2.25.1
next reply other threads:[~2023-12-14 21:14 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-14 21:13 Ben Levinsky [this message]
2023-12-14 21:13 ` [PATCH 0/3] mailbox: zynqmp: Enable Bufferless IPIs for Versal based SOCs Ben Levinsky
2023-12-14 21:13 ` [PATCH 1/3] mailbox: zynqmp: Move of_match structure closer to usage Ben Levinsky
2023-12-14 21:13 ` Ben Levinsky
2023-12-14 21:13 ` [PATCH 2/3] mailbox: zynqmp: Move buffered IPI setup to of_match selected routine Ben Levinsky
2023-12-14 21:13 ` Ben Levinsky
2023-12-20 13:23 ` Michal Simek
2023-12-20 13:23 ` Michal Simek
2023-12-20 17:44 ` Ben Levinsky
2023-12-20 17:44 ` Ben Levinsky
2023-12-14 21:13 ` [PATCH 3/3] mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC's Ben Levinsky
2023-12-14 21:13 ` Ben Levinsky
2023-12-20 13:29 ` Michal Simek
2023-12-20 13:29 ` Michal Simek
2023-12-20 17:42 ` Ben Levinsky
2023-12-20 17:42 ` Ben Levinsky
2024-01-03 14:40 ` Ben Levinsky
2024-01-03 14:40 ` Ben Levinsky
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=20231214211354.348294-1-ben.levinsky@amd.com \
--to=ben.levinsky@amd.com \
--cc=jassisinghbrar@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.simek@amd.com \
--cc=shubhrajyoti.datta@amd.com \
--cc=tanmay.shah@amd.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 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.