zephyr/drivers/gpio
Paul Sokolovsky 203dec3b69 gpio: mcux: Revert to older GPIO device names as were used for Kinetis.
These are more consistent with naming used by other ports (uppercase,
short), and some existing software relies on them to be exactly those.
This change is a follow up to the discussion on the Zephyr mailing
list, calling to establish consistent naming conventions for Zephyr
devices, and is a small step in that direction.

Change-Id: I013b0505b579c6337aeb6fbef2423216ca6cf046
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-02-28 11:18:32 +00:00
..
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.atmel_sam3 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.cc32xx cc3200: Add a GPIO driver for the TI CC3200 LaunchXL 2016-12-20 09:14:48 -06:00
Kconfig.cmsdk_ahb license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.dw license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.mcux gpio: mcux: Revert to older GPIO device names as were used for Kinetis. 2017-02-28 11:18:32 +00:00
Kconfig.nrf5 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.pcal9535a license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.pulpino license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.qmsi license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.sch license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile gpio: added support for the pulpino GPIO controller driver 2017-01-13 19:57:03 +00:00
gpio_atmel_sam3.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_cc32xx.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_cmsdk_ahb.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_cmsdk_ahb.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_dw.c gpio: Error GPIO_INT with GPIO_DIR_OUT consistently. 2017-02-08 13:31:08 +00:00
gpio_dw.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_dw_registers.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_mcux.c gpio: Error GPIO_INT with GPIO_DIR_OUT consistently. 2017-02-08 13:31:08 +00:00
gpio_nrf5.c drivers: gpio: Set the line to the pull by default 2017-02-27 21:02:19 +00:00
gpio_pcal9535a.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_pcal9535a.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_pulpino.c gpio: Error pin out of range consistently. 2017-02-08 13:31:08 +00:00
gpio_qmsi.c drivers gpio: Fix disabling of interrupts for QMSI shims 2017-02-15 00:25:32 +00:00
gpio_qmsi_ss.c drivers gpio: Fix disabling of interrupts for QMSI shims 2017-02-15 00:25:32 +00:00
gpio_sch.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_sch.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio_stm32.c gpio: enable ports F G (and H) for stm32f1xx (stm32f4xx) 2017-02-22 18:09:11 -06:00
gpio_stm32.h gpio: update stm32 gpio to support LL clock control driver 2017-02-10 14:47:41 -06:00
gpio_utils.h drivers: Convert FOR_EACH macro instances to use CONTAINER 2017-02-10 16:16:16 +00:00