zephyr/doc/guides
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
..
bluetooth docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
crypto doc: add orphaned crypto docs 2019-04-11 08:08:28 -04:00
debugging doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00
device_mgmt doc: fix broken references to zephyr files 2019-06-18 16:01:55 -04:00
documentation doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
dts dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
kconfig doc: kconfig: Fix typo in documentation for 'optional' on choices 2019-05-23 20:34:54 -04:00
networking doc: Cleanup references to cmake 2019-06-17 10:09:57 -07:00
optimizations doc: guide for optimizing zephyr 2019-05-21 14:58:41 -04:00
porting drivers/interrupt_controller/mvic.c: remove MVIC interrupt controller 2019-06-25 08:06:43 -04:00
test boards/x86/quark_d2000_crb: drop support for Quark D2000 dev board 2019-06-25 08:06:43 -04:00
tools doc/guides: debugging: Add ST-Link to probes 2019-04-02 11:09:22 -04:00
tracing doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
west west: runners: Guess build folder 2019-06-26 11:50:26 -04:00
c_library.rst
coccinelle.rst
code-relocation.rst
coverage.rst doc: Cleanup references to cmake 2019-06-17 10:09:57 -07:00
env_vars.rst doc: unify documentation on setting environment variables 2019-06-14 14:19:09 -04:00
getting-help.rst doc: guides: add "Asking for Help" guide 2019-04-18 16:46:37 -04:00
index.rst doc: unify documentation on setting environment variables 2019-06-14 14:19:09 -04:00
modules.rst doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00