zephyr/tests
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
..
application_development
benchmarks lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
bluetooth lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2
crypto
drivers dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
kernel tests/kernel/context: add case for CONFIG_APIC_TIMER 2019-06-27 07:20:54 -04:00
lib
misc
net
posix
shell
subsys usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
unit
ztest