[PATCH v3 7/9] firmware: arm_scmi: Make OPTEE transport a standalone driver

Krzysztof Kozlowski krzk at kernel.org
Tue Jul 30 23:12:16 PDT 2024


On 30/07/2024 15:33, Cristian Marussi wrote:
> Make SCMI OPTEE transport a standalone driver that can be optionally
> loaded as a module.
> 
> CC: Etienne Carriere <etienne.carriere at foss.st.com>
> Signed-off-by: Cristian Marussi <cristian.marussi at arm.com>
> ---

>  
> -const struct scmi_desc scmi_optee_desc = {
> -	.transport_exit = scmi_optee_exit,
> -	.ops = &scmi_optee_ops,
> -	.max_rx_timeout_ms = 30,
> -	.max_msg = 20,
> -	.max_msg_size = SCMI_OPTEE_MAX_MSG_SIZE,
> -	.sync_cmds_completed_on_ret = true,
> -};
> +MODULE_ALIAS("scmi-transport-optee");

This looks duplicated with module name.

Best regards,
Krzysztof




More information about the linux-arm-kernel mailing list