zephyr/drivers/gpio
Allan Stephens 7b006066a4 init: Simplify symbol name generated by DECLARE_DEVICE_INIT_CONFIG()
Gets rid of the trailing initialization level character from the
name of the device variable generated by the macro, since it serves
no useful purpose. (The linker scripts place the various initialization
sections in ascending order based on the name of the section, so there
is no need to embed the initialization level in the variable name itself.)

Change-Id: I56bb79a513b8f77fb1f3fbaccec14454c2520772
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:24:29 -05:00
..
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile gpio: add driver for MMIO-based GPIO ports 2016-02-05 20:24:18 -05:00
gpio-dw.c init: Simplify symbol name generated by DECLARE_DEVICE_INIT_CONFIG() 2016-02-05 20:24:29 -05:00
gpio-dw.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
gpio-mmio.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
gpio-mmio.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
gpio-pcal9535a.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
gpio-pcal9535a.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00