Convert drivers that have the following pattern: #if DT_INST_NODE_HAS_PROP(0, label) INIT_MACRO(0) #endif ... #if DT_INST_NODE_HAS_PROP(n, label) INIT_MACRO(n) #endif to use DT_INST_FOREACH(INIT_MACRO) instead. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
|---|---|---|
| .. | ||
| apa102.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.apa102 | ||
| Kconfig.lpd880x | ||
| Kconfig.ws2812 | ||
| lpd880x.c | ||
| ws2812_gpio.c | ||
| ws2812_spi.c | ||