zephyr/tests/drivers/eeprom
Maureen Helm 32b4950c61 drivers: eeprom: Refactor drivers to use shared init priority
Refactors all of the EEPROM drivers to use a shared driver class
initialization priority configuration, CONFIG_EEPROM_INIT_PRIORITY, to
allow configuring EEPROM drivers separately from other devices. This is
similar to other driver classes like I2C and SPI.

The default is set to CONFIG_KERNEL_INIT_PRIORITY_DEVICE to preserve the
existing default initialization priority for most drivers. The
exceptions are at2x and emul drivers which have dependencies on SPI,
I2C, or flash drivers and must therefore initialize later than the
default device priority.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2021-11-04 07:33:01 -04:00
..
boards drivers: eeprom: Refactor drivers to use shared init priority 2021-11-04 07:33:01 -04:00
src i2c: emul: Add get_config function 2021-11-02 16:46:33 +01:00
CMakeLists.txt
prj.conf
prj_qemu_x86.conf drivers: eeprom: Refactor drivers to use shared init priority 2021-11-04 07:33:01 -04:00
testcase.yaml