zephyr/drivers
Vincent Wan 2599f705a8 drivers: cc32xx: use DT_INST_FOREACH to reduce code duplication
Use DT_INST_FOREACH macro to combine code used for multiple instances.
Remove unnecessary Kconfig options and dts fixups for GPIO instances.

A side-effect to using DT_INST_FOREACH is that GPIO ports A0 and A3
are now enabled, whereas they were originally disabled by default as
an optimization.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2020-04-26 06:05:10 -05:00
..
adc drivers: adc: adc_sam_afec: rework device tree support 2020-04-23 06:11:26 -05:00
audio
bluetooth
can
clock_control
console
counter drivers: counter: sam0_tc32: rework devicetree support 2020-04-25 13:33:56 -05:00
crypto
dac
debug
display
dma
eeprom
entropy
espi driver: espi: Re-enable bus interrupts after espi reset. 2020-04-23 18:22:49 +02:00
ethernet arm: Convert DT_DTCM_* to new devicetree.h macros 2020-04-26 06:04:46 -05:00
flash drivers: flash: nordic qspi: finish DT API conversion 2020-04-21 18:31:08 +02:00
gpio drivers: cc32xx: use DT_INST_FOREACH to reduce code duplication 2020-04-26 06:05:10 -05:00
hwinfo drivers: hwinfo: update mcux-sim implementation byte order 2020-04-22 17:31:56 +02:00
i2c drivers: cc32xx: Convert drivers to use more new DT_INST macros 2020-04-26 06:05:10 -05:00
i2s
ieee802154
interrupt_controller drivers: intc: intc_cavs: Convert to DT_INST 2020-04-22 04:59:22 -05:00
ipm intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros 2020-04-22 04:59:22 -05:00
kscan tests: drivers: fixes for failing tests 2020-04-24 09:49:46 -05:00
led
led_strip
lora
modem
net
neural_net soc: xtensa: rework DT_L2_SRAM and DT_L2_SRAM 2020-04-25 09:32:00 -05:00
pcie
peci
pinmux drivers: pinmux: sam0: Conver to new DT macros 2020-04-25 13:47:39 -05:00
ps2
ptp_clock
pwm drivers: pwm: nordic: move to new DT API 2020-04-24 17:00:13 +02:00
sensor sensor: si7006: combined RH/T measurements 2020-04-22 15:51:15 -05:00
serial drivers: cc32xx: Convert drivers to use more new DT_INST macros 2020-04-26 06:05:10 -05:00
spi drivers: spi: spi_sam0: rework devicetree support 2020-04-25 09:30:16 -05:00
timer drivers/timer: stm32_lptim: Move to new DT api 2020-04-24 12:09:17 -05:00
usb drivers: usb: usb_dc_sam: Convert to DT_INST macros 2020-04-23 06:10:07 -05:00
video
watchdog drivers: watchdog: nordic: move to new DT API 2020-04-24 19:35:41 +02:00
wifi
CMakeLists.txt
Kconfig