|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/serial_8250.h>#include <linux/clk.h>#include <linux/err.h>#include <asm/mach-ath79/ath79.h>#include <asm/mach-ath79/ar71xx_regs.h>#include <asm/mach-ath79/ar933x_uart_platform.h>#include "common.h"#include "dev-common.h"Go to the source code of this file.
Macros | |
| #define | AR71XX_UART_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP) |
Functions | |
| void __init | ath79_register_uart (void) |
| void __init | ath79_register_wdt (void) |
| #define AR71XX_UART_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP) |
Definition at line 35 of file dev-common.c.
Definition at line 82 of file dev-common.c.
Definition at line 109 of file dev-common.c.
1.8.2