zephyr/drivers/can
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_common.c drivers: can: Implement can_attach_workq 2019-05-12 16:54:49 -04:00
can_handlers.c drivers: can: rework can_attach_msgq 2019-05-12 16:54:49 -04:00
can_loopback.c drivers: can: Add loopback driver 2019-05-12 16:54:49 -04:00
can_loopback.h drivers: can: Add loopback driver 2019-05-12 16:54:49 -04:00
can_mcp2515.c dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
can_mcp2515.h dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
can_mcux_flexcan.c drivers: can: mcux_flexcan: Add support for MK64 2019-06-26 16:05:51 -05:00
can_stm32.c dts: can: allow individual specification of prop seg and phase seg1 quanta 2019-06-24 14:33:46 -05:00
can_stm32.h drivers: can: rename drivers to can_<dev name> 2019-05-12 16:54:49 -04:00
CMakeLists.txt drivers: can: add support for the NXP Kinetis FlexCAN controller 2019-06-24 14:33:46 -05:00
Kconfig drivers: can: add support for the NXP Kinetis FlexCAN controller 2019-06-24 14:33:46 -05:00
Kconfig.loopback drivers: can: Add loopback driver 2019-05-12 16:54:49 -04:00
Kconfig.mcp2515 doc: fix Kconfig misspellings 2019-06-18 15:07:52 -04:00
Kconfig.mcux drivers: can: add support for the NXP Kinetis FlexCAN controller 2019-06-24 14:33:46 -05:00
Kconfig.stm32 drivers: can: stm32: Cleanup Kconfig enablement 2019-02-25 10:05:21 -06:00
socket_can_generic.h net: sockets: can: Close the socket cleanly 2019-06-18 17:58:00 +03:00