zephyr/drivers/eeprom
Pisit Sawangvonganan 997f6d4949 drivers: eeprom: at2x: remove orphaned k_mutex_unlock
Remove orphaned `k_mutex_unlock` in `eeprom_at25_read` as
the lock/unlock pair is handled in `eeprom_at2x_read` instead.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-12-20 03:17:52 +01:00
..
CMakeLists.txt
eeprom_at2x.c drivers: eeprom: at2x: remove orphaned k_mutex_unlock 2024-12-20 03:17:52 +01:00
eeprom_at2x_emul.c
eeprom_emulator.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_fake.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_handlers.c
eeprom_lpc11u6x.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_mb85rcxx.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_mb85rsxx.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_mchp_xec.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_shell.c shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
eeprom_simulator.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_simulator_native.c
eeprom_simulator_native.h
eeprom_stm32.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
eeprom_tmp116.c drivers: eeprom: Place API into iterable section 2024-12-02 22:05:47 +00:00
Kconfig
Kconfig.eeprom_emu
Kconfig.lpc11u6x
Kconfig.mb85rcxx
Kconfig.mb85rsxx
Kconfig.stm32
Kconfig.tmp116
Kconfig.xec