zephyr/samples/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
..
CAN samples: CAN: Add FRDM-K64F defconfig 2019-06-26 16:05:51 -05:00
counter/alarm samples: drivers: counter: alarm: add nordic boards to the whitelist 2019-06-25 15:00:55 +02:00
crypto license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
current_sensing docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
entropy license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
flash_shell license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
gpio dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
ht16k33 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
i2c_fujitsu_fram boards/x86/quark_d2000_crb: drop support for Quark D2000 dev board 2019-06-25 08:06:43 -04:00
i2c_scanner license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
lcd_hd44780 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_apa102 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_apa102c_bitbang license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_lp3943 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_lp5562 dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
led_lpd8806 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_pca9633 dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
led_ws2812 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
random license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
rtc license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
soc_flash_nrf samples/drivers/soc_flash_nrf: enable nrf9160_pca10090 targets 2019-04-19 11:50:46 +02:00
spi_flash license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
spi_fujitsu_fram samples: spi_fujitsu_fram: remove whitelisting 2019-06-13 16:09:02 -04:00
watchdog samples/drivers/watchdog: make it work on STM32 2019-05-12 15:13:21 -04:00
drivers.rst samples: fix alarm sample doc and inclusion 2019-02-07 16:14:00 -05:00