mirror of https://github.com/torvalds/linux.git
Footbridge has two debug ports that are handled a bit differently: The 8250 port uses the normal debug/8250.S implementation that is shared with a lot of other platforms, but it relies on the DEBUG_UART_8250 option to be turned on automatically instead of being selected by DEBUG_FOOTBRIDGE_COM1 as we do for most other platforms. I'm changing this to use a 'select' and change the dependency to the debug symbol rather than the platform symbol for consistency. The DC21285 UART has a separate top-level option, and relies on the traditional include/mach/debug-macro.S method. With the s3c64xx multiplatform series queued up for 4.5, it is now the last one that does this, so by moving this file to include/debug/dc21285.S, we can get all platforms to do things the same way. Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| .. | ||
| 8250.S | ||
| asm9260.S | ||
| at91.S | ||
| bcm63xx.S | ||
| clps711x.S | ||
| dc21285.S | ||
| digicolor.S | ||
| efm32.S | ||
| exynos.S | ||
| icedcc.S | ||
| imx-uart.h | ||
| imx.S | ||
| ks8695.S | ||
| meson.S | ||
| msm.S | ||
| netx.S | ||
| omap2plus.S | ||
| pl01x.S | ||
| renesas-scif.S | ||
| s3c24xx.S | ||
| s5pv210.S | ||
| sa1100.S | ||
| samsung.S | ||
| sirf.S | ||
| sti.S | ||
| tegra.S | ||
| uncompress.h | ||
| ux500.S | ||
| vexpress.S | ||
| vf.S | ||
| vt8500.S | ||
| zynq.S | ||