zephyr/drivers/eeprom
Jakub Michalski f54a7b1602 drivers: mb85rc: support use of multiple modules as a single one
Allow use of multiple mb85rc frams at contiguous i2c addresses as a single
big fram module.
Tested on mb85rc1mt used as two 32K modules, where the first one was at
mb85rc1mt's first i2c address and the second one at mb85rc1mt's second i2c
address.

Signed-off-by: Jakub Michalski <jmichalski@internships.antmicro.com>
Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
2023-08-30 17:38:21 +02:00
..
CMakeLists.txt drivers: add mb85rc fram driver 2023-08-30 17:38:21 +02:00
eeprom_at2x.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
eeprom_at2x_emul.c emul: Cleanup emul directory 2023-02-24 11:50:10 +01:00
eeprom_emulator.c drivers: eeprom: emulator: fix size_t format specifier 2022-11-03 16:38:48 -05:00
eeprom_fake.c drivers: eeprom: add fake EEPROM driver 2022-11-15 09:43:42 -06:00
eeprom_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_lpc11u6x.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
eeprom_mb85rcxx.c drivers: mb85rc: support use of multiple modules as a single one 2023-08-30 17:38:21 +02:00
eeprom_mchp_xec.c drivers: eeprom: mchp: Enable low power feature 2023-08-09 08:23:06 +00:00
eeprom_shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom_simulator.c drivers: eeprom: Fix splitting format string 2023-01-18 07:27:00 -05:00
eeprom_stm32.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
eeprom_tmp116.c include: add missing errno.h include 2022-10-11 18:05:17 +02:00
Kconfig drivers: add mb85rc fram driver 2023-08-30 17:38:21 +02:00
Kconfig.eeprom_emu drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.lpc11u6x drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.mb85rcxx drivers: add mb85rc fram driver 2023-08-30 17:38:21 +02:00
Kconfig.stm32 drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.tmp116 drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.xec drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00