0f20e456bd
The gpio-samsung driver is special in the sense that it
interacts directly in multiple ways with the legacy platform
code for the s3c24xx and s3c64xx platforms. In contrast,
all devicetree based machines for Samsung, including the
ones on those two SoC families use a different driver.
The header files that define the interface between the platform
code and the gpio driver are not visible when building a
kernel for ARCH_MULTIPLATFORM, which prevents us from
turning on this option for s3c64xx.
To work around this, we now move the driver back into platform
code, from where it was originally moved to as part of commit
|
||
---|---|---|
.. | ||
include/plat | ||
adc.c | ||
cpu.c | ||
dev-uart.c | ||
devs.c | ||
gpio-samsung.c | ||
init.c | ||
Kconfig | ||
Makefile | ||
platformdata.c | ||
pm-check.c | ||
pm-common.c | ||
pm-debug.c | ||
pm-gpio.c | ||
pm.c | ||
wakeup-mask.c | ||
watchdog-reset.c |