Move s3c24x0 header files to asm-arm/arch-s3c24x0/

This patch moves the s3c24x0 header files from include/ to
include/asm-arm/arch-s3c24x0/.

checkpatch.pl showed 2 errors and 3 warnings. The 2 errors were both due
to a non-UTF8 character in David M?ller's name:

ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8
#489: FILE: include/asm-arm/arch-s3c24x0/s3c2410.h:3:
+ * David M?ller ELSOFT AG Switzerland. d.mueller@elsoft.ch

As David's name correctly contains a non-UTF8 character I haven't fixed
these errors.

The 3 warnings were all because of the use of 'volatile' in s3c24x0.h:

WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
#673: FILE: include/asm-arm/arch-s3c24x0/s3c24x0.h:35:
+typedef volatile u8	S3C24X0_REG8;
+typedef volatile u16	S3C24X0_REG16;
+typedef volatile u32	S3C24X0_REG32;

I'll fix these errors in another patch.

Tested by running MAKEALL for ARM8 targets and ensuring there were no new
errors or warnings.

Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
master
kevin.morfitt@fearnside-systems.co.uk 15 years ago committed by Minkyu Kang
parent 0bf7de8380
commit 17ab301c93
  1. 2
      board/mpl/vcma9/vcma9.c
  2. 2
      board/mpl/vcma9/vcma9.h
  3. 2
      board/samsung/smdk2400/smdk2400.c
  4. 2
      board/samsung/smdk2410/smdk2410.c
  5. 2
      board/sbc2410x/sbc2410x.c
  6. 2
      board/trab/cmd_trab.c
  7. 2
      board/trab/rs485.c
  8. 2
      board/trab/rs485.h
  9. 2
      board/trab/trab.c
  10. 2
      board/trab/trab_fkt.c
  11. 2
      board/trab/tsc2000.c
  12. 2
      board/trab/vfd.c
  13. 4
      cpu/arm920t/s3c24x0/interrupts.c
  14. 4
      cpu/arm920t/s3c24x0/speed.c
  15. 4
      cpu/arm920t/s3c24x0/timer.c
  16. 4
      cpu/arm920t/s3c24x0/usb.c
  17. 4
      cpu/arm920t/s3c24x0/usb_ohci.c
  18. 4
      drivers/i2c/s3c24x0_i2c.c
  19. 2
      drivers/mtd/nand/s3c2410_nand.c
  20. 4
      drivers/rtc/s3c24x0_rtc.c
  21. 4
      drivers/serial/serial_s3c24x0.c
  22. 2
      include/asm-arm/arch-s3c24x0/s3c2400.h
  23. 2
      include/asm-arm/arch-s3c24x0/s3c2410.h
  24. 0
      include/asm-arm/arch-s3c24x0/s3c24x0.h

@ -27,7 +27,7 @@
#include <common.h>
#include <netdev.h>
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#include <stdio_dev.h>
#include <i2c.h>

@ -25,7 +25,7 @@
* Global routines used for VCMA9
*****************************************************************************/
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
extern int mem_test(unsigned long start, unsigned long ramsize,int mode);

@ -27,7 +27,7 @@
#include <common.h>
#include <netdev.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
DECLARE_GLOBAL_DATA_PTR;

@ -27,7 +27,7 @@
#include <common.h>
#include <netdev.h>
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
DECLARE_GLOBAL_DATA_PTR;

@ -30,7 +30,7 @@
#include <common.h>
#include <netdev.h>
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#if defined(CONFIG_CMD_NAND)
#include <linux/mtd/nand.h>

@ -25,7 +25,7 @@
#include <common.h>
#include <command.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#include <rtc.h>
/*

@ -22,7 +22,7 @@
*/
#include <common.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#include "rs485.h"
static void rs485_setbrg (void);

@ -24,7 +24,7 @@
#ifndef _RS485_H_
#define _RS485_H_
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
int rs485_init (void);
int rs485_getc (void);

@ -26,7 +26,7 @@
#include <common.h>
#include <netdev.h>
#include <malloc.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#include <command.h>
DECLARE_GLOBAL_DATA_PTR;

@ -26,7 +26,7 @@
#include <common.h>
#include <exports.h>
#include <timestamp.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#include "tsc2000.h"
#include "rs485.h"

@ -26,7 +26,7 @@
*/
#include <common.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#include <asm/io.h>
#include <div64.h>
#include "tsc2000.h"

@ -37,7 +37,7 @@
#include <stdarg.h>
#include <linux/types.h>
#include <stdio_dev.h>
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
DECLARE_GLOBAL_DATA_PTR;

@ -32,9 +32,9 @@
#include <common.h>
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
#include <asm/proc-armv/ptrace.h>

@ -35,9 +35,9 @@
#include <asm/io.h>
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
#define MPLL 0

@ -37,9 +37,9 @@
#include <asm/io.h>
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
int timer_load_val = 0;

@ -27,9 +27,9 @@
# if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410)
#if defined(CONFIG_S3C2400)
# include <s3c2400.h>
# include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
# include <s3c2410.h>
# include <asm/arch/s3c2410.h>
#endif
#include <asm/io.h>

@ -39,9 +39,9 @@
#ifdef CONFIG_USB_OHCI
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
#include <asm/io.h>

@ -28,9 +28,9 @@
#include <common.h>
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
#include <asm/io.h>

@ -21,7 +21,7 @@
#include <common.h>
#include <nand.h>
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#include <asm/io.h>
#define S3C2410_NFCONF_EN (1<<15)

@ -31,9 +31,9 @@
#if (defined(CONFIG_CMD_DATE))
#if defined(CONFIG_S3C2400)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
#include <rtc.h>

@ -20,9 +20,9 @@
#include <common.h>
#if defined(CONFIG_S3C2400) || defined(CONFIG_TRAB)
#include <s3c2400.h>
#include <asm/arch/s3c2400.h>
#elif defined(CONFIG_S3C2410)
#include <s3c2410.h>
#include <asm/arch/s3c2410.h>
#endif
DECLARE_GLOBAL_DATA_PTR;

@ -60,7 +60,7 @@ enum s3c24x0_uarts_nr {
#define S3C2400_MMC_BASE 0x15A00000
/* include common stuff */
#include <s3c24x0.h>
#include <asm/arch/s3c24x0.h>
static inline struct s3c24x0_memctl *s3c24x0_get_base_memctl(void)

@ -66,7 +66,7 @@ enum s3c24x0_uarts_nr {
/* include common stuff */
#include <s3c24x0.h>
#include <asm/arch/s3c24x0.h>
static inline struct s3c24x0_memctl *s3c24x0_get_base_memctl(void)
Loading…
Cancel
Save