zephyr/boards/arc/em_starterkit
Maureen Helm 836651b453 drivers: gpio: Refactor drivers to use shared init priority
Refactors all of the on-chip GPIO drivers to use a shared driver class
initialization priority configuration, CONFIG_GPIO_INIT_PRIORITY, to
allow configuring GPIO drivers separately from other devices. This is
similar to other driver classes like I2C and SPI.

Most drivers previously used CONFIG_KERNEL_INIT_PRIORITY_DEFAULT or
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, therefore the default for this new
option is the lower of the two, which means earlier initialization.

Driver-specific options for off-chip I2C- or SPI-based GPIO drivers are
left intact because they often need to be initialized at a different
priority than on-chip GPIO drivers.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2021-11-15 14:38:55 -05:00
..
doc
support
CMakeLists.txt
Kconfig
Kconfig.board
Kconfig.defconfig
arc_mpu_regions.c
board.cmake
board.dtsi
em_starterkit.dts
em_starterkit.yaml
em_starterkit_defconfig
em_starterkit_em7d.dts
em_starterkit_em7d.yaml
em_starterkit_em7d_defconfig
em_starterkit_em7d_v22.dts
em_starterkit_em7d_v22.yaml
em_starterkit_em7d_v22_defconfig
em_starterkit_em11d.dts
em_starterkit_em11d.yaml
em_starterkit_em11d_defconfig
em_starterkit_r22.dtsi
em_starterkit_r23.dtsi
pmodmux.c