zephyr/subsys/mgmt/ec_host_cmd
Tom Chang 797779d4c2 mgmt: ec_host_cmd: npcx: remove the SHI enable in the init
This commit removes the SHI enable in the initialization. It can be
enabled by the application explicitly calling it when needed. The SHI
backend relies on the application layer to provide a data buffer for EC
Host Commands. If SHI is enabled before this buffer is initialized,
there is a risk that the driver may access a NULL buffer, leading to a
system panic.

Signed-off-by: Tom Chang <CHChang19@nuvoton.com>
2025-05-22 11:31:47 +02:00
..
backends mgmt: ec_host_cmd: npcx: remove the SHI enable in the init 2025-05-22 11:31:47 +02:00
CMakeLists.txt subsys/mgmt/ec_host_cmd: rework Host Command support 2023-02-28 10:42:23 +01:00
ec_host_cmd_handler.c mgmt: ec_host_cmd: add support for nocache buffers 2024-12-04 16:11:54 +01:00
Kconfig mgmt: ec_host_cmd: add support for nocache buffers 2024-12-04 16:11:54 +01:00
Kconfig.logging mgmt: ec_host_cmd: add suppressing commands 2023-07-14 09:38:20 +02:00