586776f961
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> |
||
---|---|---|
.. | ||
gpio-dw.c | ||
gpio-dw.h | ||
Kconfig | ||
Makefile |