zephyr/tests/drivers
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
..
adc boards: arm: bt610: Rename from bt6x0 2021-10-28 13:53:21 -04:00
bbram drivers: bbram: Add it8xxx2 BBRAM driver implementation 2021-08-30 11:35:23 -04:00
build_all tests: build_all: Add device pm configuration for sensor drivers 2021-10-26 20:51:13 -04:00
can cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
clock_control cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
console cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
counter drivers: counter: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
dac boards: arm: Configure DAC driver on bl5340_dvk 2021-10-27 10:58:33 +02:00
dma tests: drivers: Extend dma channel link test to mimxrt1064_evk board 2021-08-24 22:15:19 -04:00
eeprom drivers: eeprom: Refactor drivers to use shared init priority 2021-11-04 07:33:01 -04:00
entropy/api tests: drivers: entropy: enable neorv32 trng for testing 2021-10-26 17:53:15 -04:00
espi emul: espi: Add ACPI Shared Memory functions 2021-08-26 13:14:05 -04:00
flash cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
flash_simulator drivers: flash: add specific api for access flash_simulator RAM 2021-09-01 12:09:58 +02:00
gpio tests: drivers: gpio: 1pin: exclude neorv32 2021-10-15 09:46:53 -04:00
hwinfo/api cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
i2c i2c: tests: update i2c_api test 2021-11-02 16:46:33 +01:00
i2s tests: i2s: Add support for LPCXpresso55S69 2021-09-01 14:39:03 -04:00
ipm cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
kscan/kscan_api cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led/led_api cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
memc/stm32_sdram cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
pinctrl tests: drivers: pinctrl: add tests for API 2021-10-25 15:26:47 -05:00
pwm test: drivers: pwm: extends pwm_loopback test 2021-11-04 07:20:10 -04:00
regulator/fixed cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sensor drivers: sensor: Const sensor trigger data in trigger handler 2021-10-27 15:09:35 -04:00
spi/spi_loopback drivers: spi: esp32: add esp32c3 support 2021-11-01 21:47:26 -04:00
syscon reserved-memory: Fix layering violation 2021-09-28 14:01:36 -04:00
timer/nrf_rtc_timer cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
uart drivers: serial: Use microseconds to represent timeout 2021-10-12 12:26:56 +02:00
virtualization/ivshmem cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
watchdog/wdt_basic_api boards: mimxrt1160: Enable watchdog timer on RT1160 2021-11-03 16:18:25 -04:00