Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dev-common.c File Reference
#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)
 

Macro Definition Documentation

#define AR71XX_UART_FLAGS   (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP)

Definition at line 35 of file dev-common.c.

Function Documentation

void __init ath79_register_uart ( void  )

Definition at line 82 of file dev-common.c.

void __init ath79_register_wdt ( void  )

Definition at line 109 of file dev-common.c.