zephyr/drivers
Kumar Gala a614a026b7 dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_*
Convert DT_.*_GPIO_{CONTROLLER,PIN,FLAGS} ->
	DT_.*_GPIOS_{CONTROLLER,PIN,FLAGS)

Used the following commands to make these conversions:

git grep -l DT_.*_GPIO_CONTROLLER | xargs sed -i 's/DT_\(.*\)_GPIO_CONTROLLER/DT_\1_GPIOS_CONTROLLER/g'
git grep -l DT_.*_GPIO_PIN | xargs sed -i 's/DT_\(.*\)_GPIO_PIN/DT_\1_GPIOS_PIN/g'
git grep -l DT_.*_GPIO_FLAGS | xargs sed -i 's/DT_\(.*\)_GPIO_FLAGS/DT_\1_GPIOS_FLAGS/g'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-27 13:02:34 -05:00
..
adc drivers/adc/adc_intel_quark_d2000: remove Quark D2000 ADC driver 2019-06-25 08:06:43 -04:00
aio
audio docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
bluetooth dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
can dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
clock_control soc: arm: nxp: ke1xf: enable MCUX SCG clock controller driver 2019-06-24 14:33:46 -05:00
console drivers: uart_console: removed commented code 2019-06-25 15:27:00 -04:00
counter include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
crypto docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
display dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
dma drivers: sam0: Fix deprecated instance macro usage 2019-06-24 07:21:26 -04:00
entropy dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
ethernet dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
flash dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
gpio include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
hwinfo dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
i2c include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
i2s
ieee802154 dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
interrupt_controller include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
ipm dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led Drivers: led: lp5562: Add delay when writing to enable register 2019-06-17 16:23:16 -04:00
led_strip dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
modem drivers: modem: modem_receiver.h: move header from /include/ 2019-06-25 15:27:00 -04:00
net
neural_net
pci
pcie drivers/pcie/shell: add basic probe for MSI-X capability 2019-06-10 10:52:02 -04:00
pinmux drivers: pinmux: stm32mp1: Add missing UART4 and UART7 pinctrl definitions 2019-06-26 07:37:35 -04:00
ptp_clock net: ptp: clock: Add usermode support to ptp_clock_get() 2019-06-25 15:22:51 +03:00
pwm dts: Convert new/missed DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-15 07:14:12 -04:00
rtc docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
sensor dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
serial drivers: serial: ns16550: move header from /include/ 2019-06-25 15:27:00 -04:00
spi include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
timer drivers: apic_timer: fix include of system_timer.h 2019-06-27 10:51:32 -07:00
usb drivers: usb_dc_nrfx: Add pre-transfer checks if endpoint is enabled 2019-06-27 12:17:45 +02:00
watchdog include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
wifi dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
CMakeLists.txt net: ptp: clock: Add usermode support to ptp_clock_get() 2019-06-25 15:22:51 +03:00
Kconfig