Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/io.h>
#include <linux/lcd.h>
#include <linux/mfd/max8997.h>
#include <linux/mmc/host.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/pwm_backlight.h>
#include <linux/regulator/machine.h>
#include <linux/serial_core.h>
#include <linux/platform_data/s3c-hsotg.h>
#include <asm/mach/arch.h>
#include <asm/hardware/gic.h>
#include <asm/mach-types.h>
#include <video/samsung_fimd.h>
#include <plat/backlight.h>
#include <plat/clock.h>
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/fb.h>
#include <plat/gpio-cfg.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include <plat/keypad.h>
#include <plat/mfc.h>
#include <plat/regs-serial.h>
#include <plat/sdhci.h>
#include <mach/map.h>
#include <drm/exynos_drm.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | SMDK4X12_UCON_DEFAULT |
#define | SMDK4X12_ULCON_DEFAULT S3C2410_LCON_CS8 |
#define | SMDK4X12_UFCON_DEFAULT |
Variables | |
atag_offset = 0x100 | |
smp = smp_ops(exynos_smp_ops) | |
init_irq = exynos4_init_irq | |
map_io = smdk4x12_map_io | |
handle_irq = gic_handle_irq | |
init_machine = smdk4x12_machine_init | |
timer = &exynos4_timer | |
restart = exynos4_restart | |
reserve = &smdk4x12_reserve | |
MACHINE_END | init_late = exynos_init_late |
#define SMDK4X12_UCON_DEFAULT |
Definition at line 49 of file mach-smdk4x12.c.
#define SMDK4X12_UFCON_DEFAULT |
Definition at line 58 of file mach-smdk4x12.c.
#define SMDK4X12_ULCON_DEFAULT S3C2410_LCON_CS8 |
Definition at line 56 of file mach-smdk4x12.c.
MACHINE_END atag_offset = 0x100 |
Definition at line 378 of file mach-smdk4x12.c.
MACHINE_END handle_irq = gic_handle_irq |
Definition at line 382 of file mach-smdk4x12.c.
MACHINE_END init_irq = exynos4_init_irq |
Definition at line 380 of file mach-smdk4x12.c.
MACHINE_END init_late = exynos_init_late |
Definition at line 398 of file mach-smdk4x12.c.
MACHINE_END init_machine = smdk4x12_machine_init |
Definition at line 383 of file mach-smdk4x12.c.
MACHINE_END map_io = smdk4x12_map_io |
Definition at line 381 of file mach-smdk4x12.c.
MACHINE_END reserve = &smdk4x12_reserve |
Definition at line 386 of file mach-smdk4x12.c.
MACHINE_END restart = exynos4_restart |
Definition at line 385 of file mach-smdk4x12.c.
MACHINE_END smp = smp_ops(exynos_smp_ops) |
Definition at line 379 of file mach-smdk4x12.c.
Definition at line 384 of file mach-smdk4x12.c.