zephyr/drivers/bbram
Jun Lin e555f20462 driver: bbram: npcx: fix the way to clear bbram status
Bits in the BBRAM status register (BKUP_STS) are write-1-to-clear bits.
The current driver writes 0 to clear those bits, which is incorrect.
Fix it in this commit.

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
2024-06-21 10:07:41 +02:00
..
CMakeLists.txt bbram: npcx: Add emulator 2024-01-12 09:59:31 +01:00
Kconfig
Kconfig.bbram_emul
Kconfig.it8xxx2 bbram: it8xxx2: Add emulator implementation 2024-01-12 09:59:31 +01:00
Kconfig.microchip bbram: mcp7940c: Add emulator 2024-01-12 09:59:31 +01:00
Kconfig.npcx bbram: npcx: Add emulator 2024-01-12 09:59:31 +01:00
Kconfig.stm32
Kconfig.xec
bbram_emul.c
bbram_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
bbram_it8xxx2.c bbram: fix bbram dead code issue 2024-02-29 11:53:45 +00:00
bbram_it8xxx2_emul.c drivers: bbram: Rename emul_bbram_backend_api to emul_bbram_driver_api 2024-05-03 14:44:41 +01:00
bbram_microchip_mcp7940n.c bbram: mcp7940c: Add emulator 2024-01-12 09:59:31 +01:00
bbram_microchip_mcp7940n_emul.c drivers: bbram: Rename emul_bbram_backend_api to emul_bbram_driver_api 2024-05-03 14:44:41 +01:00
bbram_npcx.c driver: bbram: npcx: fix the way to clear bbram status 2024-06-21 10:07:41 +02:00
bbram_npcx_emul.c drivers: bbram: Rename emul_bbram_backend_api to emul_bbram_driver_api 2024-05-03 14:44:41 +01:00
bbram_shell.c
bbram_stm32.c drivers: bbram: stm32-bbram: fix write for devices with TAMP 2024-06-10 15:16:59 -05:00
bbram_xec.c
it8xxx2.h bbram: it8xxx2: Add emulator implementation 2024-01-12 09:59:31 +01:00
npcx.h bbram: npcx: Add emulator 2024-01-12 09:59:31 +01:00