Message ID | 20240812173340.3912830-1-cristian.marussi@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Make SCMI transport as standalone drivers | expand |
On Mon, 12 Aug 2024 18:33:31 +0100, Cristian Marussi wrote: > Till now the SCMI transport layer was being built embedded into in the core > SCMI stack. > > Some of these transports, despite being currently part of the main SCMI > module, are indeed also registered with different subsystems like optee or > virtio, and actively probed also by those: this led to a few awkward and > convoluted tricks to properly handle such interactions at boot time in the > SCMI stack. > > [...] Applied to sudeep.holla/linux (for-linux-next), thanks! [1/9] firmware: arm_scmi: Fix double free in OPTEE transport https://git.kernel.org/sudeep.holla/c/e98dba934b2f [2/9] firmware: arm_scmi: Introduce setup_shmem_iomap https://git.kernel.org/sudeep.holla/c/1ebc28e9357c [3/9] firmware: arm_scmi: Introduce packet handling helpers https://git.kernel.org/sudeep.holla/c/b6b7c77c988a [4/9] firmware: arm_scmi: Add support for standalone transport drivers https://git.kernel.org/sudeep.holla/c/8b76a8c95930 [5/9] firmware: arm_scmi: Make MBOX transport a standalone driver https://git.kernel.org/sudeep.holla/c/b53515fa177c [6/9] firmware: arm_scmi: Make SMC transport a standalone driver https://git.kernel.org/sudeep.holla/c/a41759500b71 [7/9] firmware: arm_scmi: Make OPTEE transport a standalone driver https://git.kernel.org/sudeep.holla/c/db9cc5e67778 [8/9] firmware: arm_scmi: Make VirtIO transport a standalone driver https://git.kernel.org/sudeep.holla/c/20bda12a0ea0 [9/9] firmware: arm_scmi: Remove legacy transport-layer code https://git.kernel.org/sudeep.holla/c/fc789363c9f0 -- Regards, Sudeep