zephyr/drivers/gpio
Dirk Brandewie 586776f961 x86: gpio: Move system binding code to gpio-dw.c
The code fragment to bind the instances of the GPIO driver were being
replicated in every platform_config.c  This code is not platform
specific but is driver specific.

All the information required to bind a driver instance comes from
CONFIG_ variables.  Having the binding code with the driver code
avoids duplicating the code fragments in each platform where the
driver may be used.

Change-Id: Ie07a3d12d25201e82ce7074455e6c036f463851b
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
2016-02-05 20:24:17 -05:00
..
gpio-dw.c x86: gpio: Move system binding code to gpio-dw.c 2016-02-05 20:24:17 -05:00
gpio-dw.h gpio: Enable PCI support for the designware gpio driver 2016-02-05 20:15:32 -05:00
Kconfig gpio: Correct the PCI pre-set informations 2016-02-05 20:15:36 -05:00
Makefile gpio: Add driver for Synopsys DesignWare GPIO devices 2016-02-05 20:15:32 -05:00