diff options
| author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 13:27:36 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:36 -0500 |
| commit | 507c4d6839e2baf16e3ed7c8ede26163ed99e0e2 (patch) | |
| tree | 1d4db9e6f50d751f47ce9701ee4aa15eb716ade8 | |
| parent | 232910d6bf8d9565a20824aea0d4393b5772e985 (diff) | |
ARM: S3C24XX: make osiris-cpld.h and osiris-map.h local
This makes the headers local in mach-s3c24xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
| -rw-r--r-- | arch/arm/mach-s3c24xx/include/mach/osiris-cpld.h | 30 | ||||
| -rw-r--r-- | arch/arm/mach-s3c24xx/mach-osiris.c | 27 | ||||
| -rw-r--r-- | arch/arm/mach-s3c24xx/mach-rx1950.c | 1 | ||||
| -rw-r--r-- | arch/arm/mach-s3c24xx/osiris.h (renamed from arch/arm/mach-s3c24xx/include/mach/osiris-map.h) | 23 |
4 files changed, 29 insertions, 52 deletions
diff --git a/arch/arm/mach-s3c24xx/include/mach/osiris-cpld.h b/arch/arm/mach-s3c24xx/include/mach/osiris-cpld.h deleted file mode 100644 index e9e36b0abbac..000000000000 --- a/arch/arm/mach-s3c24xx/include/mach/osiris-cpld.h +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | /* arch/arm/mach-s3c2410/include/mach/osiris-cpld.h | ||
| 2 | * | ||
| 3 | * Copyright 2005 Simtec Electronics | ||
| 4 | * http://www.simtec.co.uk/products/ | ||
| 5 | * Ben Dooks <ben@simtec.co.uk> | ||
| 6 | * | ||
| 7 | * OSIRIS - CPLD control constants | ||
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License version 2 as | ||
| 11 | * published by the Free Software Foundation. | ||
| 12 | */ | ||
| 13 | |||
| 14 | #ifndef __ASM_ARCH_OSIRISCPLD_H | ||
| 15 | #define __ASM_ARCH_OSIRISCPLD_H | ||
| 16 | |||
| 17 | /* CTRL0 - NAND WP control */ | ||
| 18 | |||
| 19 | #define OSIRIS_CTRL0_NANDSEL (0x3) | ||
| 20 | #define OSIRIS_CTRL0_BOOT_INT (1<<3) | ||
| 21 | #define OSIRIS_CTRL0_PCMCIA (1<<4) | ||
| 22 | #define OSIRIS_CTRL0_FIX8 (1<<5) | ||
| 23 | #define OSIRIS_CTRL0_PCMCIA_nWAIT (1<<6) | ||
| 24 | #define OSIRIS_CTRL0_PCMCIA_nIOIS16 (1<<7) | ||
| 25 | |||
| 26 | #define OSIRIS_CTRL1_FIX8 (1<<0) | ||
| 27 | |||
| 28 | #define OSIRIS_ID_REVMASK (0x7) | ||
| 29 | |||
| 30 | #endif /* __ASM_ARCH_OSIRISCPLD_H */ | ||
diff --git a/arch/arm/mach-s3c24xx/mach-osiris.c b/arch/arm/mach-s3c24xx/mach-osiris.c index bb36d832bd3d..1eeeee4169ac 100644 --- a/arch/arm/mach-s3c24xx/mach-osiris.c +++ b/arch/arm/mach-s3c24xx/mach-osiris.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | /* linux/arch/arm/mach-s3c2440/mach-osiris.c | 1 | /* |
| 2 | * | ||
| 3 | * Copyright (c) 2005-2008 Simtec Electronics | 2 | * Copyright (c) 2005-2008 Simtec Electronics |
| 4 | * http://armlinux.simtec.co.uk/ | 3 | * http://armlinux.simtec.co.uk/ |
| 5 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
| @@ -25,22 +24,12 @@ | |||
| 25 | 24 | ||
| 26 | #include <linux/i2c/tps65010.h> | 25 | #include <linux/i2c/tps65010.h> |
| 27 | 26 | ||
| 27 | #include <asm/mach-types.h> | ||
| 28 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
| 29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
| 30 | #include <asm/mach/irq.h> | 30 | #include <asm/mach/irq.h> |
| 31 | |||
| 32 | #include <mach/osiris-map.h> | ||
| 33 | #include <mach/osiris-cpld.h> | ||
| 34 | |||
| 35 | #include <mach/hardware.h> | ||
| 36 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
| 37 | #include <asm/mach-types.h> | ||
| 38 | 32 | ||
| 39 | #include <plat/cpu-freq.h> | ||
| 40 | #include <plat/regs-serial.h> | ||
| 41 | #include <mach/regs-gpio.h> | ||
| 42 | #include <mach/regs-mem.h> | ||
| 43 | #include <mach/regs-lcd.h> | ||
| 44 | #include <linux/platform_data/mtd-nand-s3c2410.h> | 33 | #include <linux/platform_data/mtd-nand-s3c2410.h> |
| 45 | #include <linux/platform_data/i2c-s3c2410.h> | 34 | #include <linux/platform_data/i2c-s3c2410.h> |
| 46 | 35 | ||
| @@ -49,12 +38,20 @@ | |||
| 49 | #include <linux/mtd/nand_ecc.h> | 38 | #include <linux/mtd/nand_ecc.h> |
| 50 | #include <linux/mtd/partitions.h> | 39 | #include <linux/mtd/partitions.h> |
| 51 | 40 | ||
| 52 | #include <plat/gpio-cfg.h> | ||
| 53 | #include <plat/clock.h> | 41 | #include <plat/clock.h> |
| 54 | #include <plat/devs.h> | ||
| 55 | #include <plat/cpu.h> | 42 | #include <plat/cpu.h> |
| 43 | #include <plat/cpu-freq.h> | ||
| 44 | #include <plat/devs.h> | ||
| 45 | #include <plat/gpio-cfg.h> | ||
| 46 | #include <plat/regs-serial.h> | ||
| 47 | |||
| 48 | #include <mach/hardware.h> | ||
| 49 | #include <mach/regs-gpio.h> | ||
| 50 | #include <mach/regs-mem.h> | ||
| 51 | #include <mach/regs-lcd.h> | ||
| 56 | 52 | ||
| 57 | #include "common.h" | 53 | #include "common.h" |
| 54 | #include "osiris.h" | ||
| 58 | 55 | ||
| 59 | /* onboard perihperal map */ | 56 | /* onboard perihperal map */ |
| 60 | 57 | ||
diff --git a/arch/arm/mach-s3c24xx/mach-rx1950.c b/arch/arm/mach-s3c24xx/mach-rx1950.c index bdcfb8bb6811..c7db76767bec 100644 --- a/arch/arm/mach-s3c24xx/mach-rx1950.c +++ b/arch/arm/mach-s3c24xx/mach-rx1950.c | |||
| @@ -55,7 +55,6 @@ | |||
| 55 | #include <plat/clock.h> | 55 | #include <plat/clock.h> |
| 56 | #include <plat/cpu.h> | 56 | #include <plat/cpu.h> |
| 57 | #include <plat/devs.h> | 57 | #include <plat/devs.h> |
| 58 | #include <plat/irq.h> | ||
| 59 | #include <plat/pm.h> | 58 | #include <plat/pm.h> |
| 60 | #include <plat/regs-iic.h> | 59 | #include <plat/regs-iic.h> |
| 61 | #include <plat/regs-serial.h> | 60 | #include <plat/regs-serial.h> |
diff --git a/arch/arm/mach-s3c24xx/include/mach/osiris-map.h b/arch/arm/mach-s3c24xx/osiris.h index 17380f848428..b8d56074abac 100644 --- a/arch/arm/mach-s3c24xx/include/mach/osiris-map.h +++ b/arch/arm/mach-s3c24xx/osiris.h | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /* arch/arm/mach-s3c2410/include/mach/osiris-map.h | 1 | /* |
| 2 | * | ||
| 3 | * Copyright 2005 Simtec Electronics | 2 | * Copyright 2005 Simtec Electronics |
| 4 | * http://www.simtec.co.uk/products/ | 3 | * http://www.simtec.co.uk/products/ |
| 5 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
| 6 | * | 5 | * |
| 6 | * OSIRIS - CPLD control constants | ||
| 7 | * OSIRIS - Memory map definitions | 7 | * OSIRIS - Memory map definitions |
| 8 | * | 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
| @@ -11,10 +11,21 @@ | |||
| 11 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
| 12 | */ | 12 | */ |
| 13 | 13 | ||
| 14 | /* needs arch/map.h including with this */ | 14 | #ifndef __MACH_S3C24XX_OSIRIS_H |
| 15 | #define __MACH_S3C24XX_OSIRIS_H __FILE__ | ||
| 16 | |||
| 17 | /* CTRL0 - NAND WP control */ | ||
| 18 | |||
| 19 | #define OSIRIS_CTRL0_NANDSEL (0x3) | ||
| 20 | #define OSIRIS_CTRL0_BOOT_INT (1<<3) | ||
| 21 | #define OSIRIS_CTRL0_PCMCIA (1<<4) | ||
| 22 | #define OSIRIS_CTRL0_FIX8 (1<<5) | ||
| 23 | #define OSIRIS_CTRL0_PCMCIA_nWAIT (1<<6) | ||
| 24 | #define OSIRIS_CTRL0_PCMCIA_nIOIS16 (1<<7) | ||
| 25 | |||
| 26 | #define OSIRIS_CTRL1_FIX8 (1<<0) | ||
| 15 | 27 | ||
| 16 | #ifndef __ASM_ARCH_OSIRISMAP_H | 28 | #define OSIRIS_ID_REVMASK (0x7) |
| 17 | #define __ASM_ARCH_OSIRISMAP_H | ||
| 18 | 29 | ||
| 19 | /* start peripherals off after the S3C2410 */ | 30 | /* start peripherals off after the S3C2410 */ |
| 20 | 31 | ||
| @@ -39,4 +50,4 @@ | |||
| 39 | #define OSIRIS_VA_IDREG OSIRIS_IOADDR(0x00700000) | 50 | #define OSIRIS_VA_IDREG OSIRIS_IOADDR(0x00700000) |
| 40 | #define OSIRIS_PA_IDREG (OSIRIS_PA_CPLD + (7<<23)) | 51 | #define OSIRIS_PA_IDREG (OSIRIS_PA_CPLD + (7<<23)) |
| 41 | 52 | ||
| 42 | #endif /* __ASM_ARCH_OSIRISMAP_H */ | 53 | #endif /* __MACH_S3C24XX_OSIRIS_H */ |
