Hi Praveen, one question below.
On 5/18/2026 10:30 PM, Praveen Talari wrote:
Add tracepoints to the Qualcomm GENI (Generic Interface) SPI driver.
These trace events enable runtime debugging and performance analysis
of SPI operations.
The trace events capture SPI clock configuration, setup parameters,
transfer details, interrupt status.
Don't you need trace logs around PM operations ? ie. runtime and system PM ?
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Praveen Talari <[email protected]>
---
[...]