Re: [PATCH v3 8/9] firmware: arm_scmi: Initialise known ACPI protocol devices and channels
Jonathan Cameron <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.arm-scmi |
|---|---|
| Organization | Qualcomm |
| Message-ID | <[email protected]> |
On Thu, 13 Aug 2026 12:33:03 +0100 Sudeep Holla <[email protected]> wrote: > Unlike Device Tree, the ACPI SCMI namespace device does not provide > child fwnodes to represent each protocol. Iterate over the non-BASE > entries in scmi_dsd_info_list to initialize their protocol devices and > transport channels. The BASE channel and device are handled by the > common setup path. > > Let the transport channel-availability and SCMI protocol implementation > checks decide which of the known protocols are usable on the platform. > > Signed-off-by: Sudeep Holla <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]>