Re: [PATCH] firmware: arm_sdei: Add EVENT_SIGNAL for ARM SDEI

From: Konrad Dybcio
Date: Fri May 09 2025 - 04:57:21 EST


On 5/9/25 8:45 AM, Huang Yiwei wrote:
> SDEI_EVENT_SIGNAL is a standard interface for SDEI feature and useful
> for customized firmware calls. Therefore, adding this missing interface
> to SDEI driver.
>
> Signed-off-by: Huang Yiwei <quic_hyiwei@xxxxxxxxxxx>
> ---

Patches like this are usually expected to come together with a user
of the newly-introduced functions

Konrad