zephyr/drivers/smbus
Andrei Emeltchenko c1fa65eec7 smbus: Change init priority from DEVICE to DEFAULT
Change init priority for SMBus from KERNEL_INIT_PRIORITY_DEVICE (50)
to KERNEL_INIT_PRIORITY_DEFAULT (40) since other devices which depend
on SMBus (like EEPROM) have the same priority.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2023-04-21 16:26:28 +02:00
..
CMakeLists.txt
Kconfig smbus: Change init priority from DEVICE to DEFAULT 2023-04-21 16:26:28 +02:00
intel_pch_smbus.c smbus: Move smbus_utils.h from includes to driver area 2023-03-30 09:45:02 +00:00
intel_pch_smbus.h
smbus_handlers.c
smbus_shell.c
smbus_utils.h smbus: Move smbus_utils.h from includes to driver area 2023-03-30 09:45:02 +00:00