~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-s3c64xx/mach-ncp.c

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <video/platform_lcd.h>
27
27
 
 
28
#include <asm/hardware/vic.h>
28
29
#include <asm/mach/arch.h>
29
30
#include <asm/mach/map.h>
30
31
#include <asm/mach/irq.h>
39
40
#include <plat/iic.h>
40
41
#include <plat/fb.h>
41
42
 
42
 
#include <plat/s3c6410.h>
43
43
#include <plat/clock.h>
44
44
#include <plat/devs.h>
45
45
#include <plat/cpu.h>
46
46
#include <plat/regs-fb-v4.h>
47
47
 
 
48
#include "common.h"
 
49
 
48
50
#define UCON S3C2410_UCON_DEFAULT
49
51
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE
50
52
#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
99
101
        /* Maintainer: Samsung Electronics */
100
102
        .atag_offset    = 0x100,
101
103
        .init_irq       = s3c6410_init_irq,
 
104
        .handle_irq     = vic_handle_irq,
102
105
        .map_io         = ncp_map_io,
103
106
        .init_machine   = ncp_machine_init,
 
107
        .init_late      = s3c64xx_init_late,
104
108
        .timer          = &s3c24xx_timer,
 
109
        .restart        = s3c64xx_restart,
105
110
MACHINE_END