zephyr/drivers/espi
Bernardo Perez Priego 1cc93810d0 ec_host_cmd: Fix generating multiple Port80 notifications
Port80 notifications are continously generated as long as NOT_EMPTY
bit inside of Data Attributes register is set. This register was only
read once prior entering loop and its value was not checked on each
iteration.

This patch will include reading Data Attributes register on each
iteration, this way we can exit loop when no more data is available.

Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
2024-10-10 20:24:06 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.espi_emul
Kconfig.it8xxx2
Kconfig.npcx
Kconfig.xec
espi_emul.c
espi_handlers.c
espi_it8xxx2.c drivers/espi: it8xxx2: Fix mask when SRAM size not the power of 2 2024-09-02 11:49:52 +02:00
espi_mchp_xec.c
espi_mchp_xec_host_v2.c ec_host_cmd: Fix generating multiple Port80 notifications 2024-10-10 20:24:06 -04:00
espi_mchp_xec_v2.c
espi_mchp_xec_v2.h
espi_npcx.c drivers: espi: npcx: update the parsing function for espi taf 2024-10-01 10:48:43 +01:00
espi_saf_mchp_xec.c
espi_saf_mchp_xec_v2.c
espi_taf_npcx.c
espi_utils.h
host_subs_npcx.c