zephyr/drivers/display
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
..
CMakeLists.txt arch/x86: drivers/display: add framebuffer driver w/ multiboot support 2019-06-06 10:47:29 -07:00
display_dummy.c
display_framebuf.c arch/x86: drivers/display: add framebuffer driver w/ multiboot support 2019-06-06 10:47:29 -07:00
display_ili9340_adafruit_1480.c docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
display_ili9340_seeed_tftv2.c docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
display_ili9340.c dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
display_ili9340.h docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
display_mcux_elcdif.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
display_sdl.c
grove_lcd_rgb.c
Kconfig arch/x86: drivers/display: add framebuffer driver w/ multiboot support 2019-06-06 10:47:29 -07:00
Kconfig.dummy
Kconfig.grove
Kconfig.ili9340 display: ili9340: Add support of Seeed 2.8" TFT Touch Shield v2.0. 2019-05-30 09:39:07 -04:00
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.sdl
Kconfig.ssd1306
Kconfig.ssd1673
mb_display.c
mb_font.c
mb_font.h
ssd1306_regs.h
ssd1306.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
ssd1673_regs.h
ssd1673.c dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00