zephyr/boards/arc/hsdk
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 boards: hsdk: add cy8c95xx I/O expander, LEDs support 2021-04-28 10:53:52 -04:00
support board: arc: hsdk_2cores: Re-add missing taps into JTAG chain 2020-12-15 08:36:50 -05:00
board.cmake
CMakeLists.txt
hsdk_2cores_defconfig boards: remove CONFIG_PRINTK from board _defconfig 2021-10-18 09:49:45 -04:00
hsdk_2cores.dts
hsdk_2cores.yaml
hsdk_defconfig boards: remove CONFIG_PRINTK from board _defconfig 2021-10-18 09:49:45 -04:00
hsdk.dts
hsdk.dtsi boards: arc: hsdk: add creg_gpio driver support 2021-07-13 09:42:59 -04:00
hsdk.yaml board: hsdk: add arcmwdt toolchain support in hsdk.yaml 2021-05-25 12:55:48 -05:00
Kconfig.board
Kconfig.defconfig drivers: gpio: Refactor drivers to use shared init priority 2021-11-15 14:38:55 -05:00
pinmux.c drivers: device: do not reuse tag name 'device' 2021-03-22 19:48:14 -04:00