23 Jul, 2007

2 commits

  • Move register and other definitions out of the
    include/asm-arm/arch-s3c2410 into the the arch
    directories of include/asm-arm/plat-s3c24xx and
    include/asm-arm/plat-s3c.

    This move is in preperation of the merging of
    s3c2400 and s3c6400.

    The following git mv commands are needed before
    this patch can be applied:

    git mv include/asm-arm/arch-s3c2410/regs-ac97.h include/asm-arm/plat-s3c/regs-ac97.h
    git mv include/asm-arm/arch-s3c2410/regs-adc.h include/asm-arm/plat-s3c/regs-adc.h
    git mv include/asm-arm/arch-s3c2410/regs-iis.h include/asm-arm/plat-s3c24xx/regs-iis.h
    git mv include/asm-arm/arch-s3c2410/regs-spi.h include/asm-arm/plat-s3c24xx/regs-spi.h
    git mv include/asm-arm/arch-s3c2410/regs-udc.h include/asm-arm/plat-s3c24xx/regs-udc.h
    git mv include/asm-arm/arch-s3c2410/udc.h include/asm-arm/plat-s3c24xx/udc.h

    Signed-off-by: Ben Dooks
    Signed-off-by: Russell King

    Ben Dooks
     
  • Reorganise the definition of the virtual addresses
    used into a common header and update the users to
    rename S3C2410 items into a more common S3C defined
    macros.

    Signed-off-by: Ben Dooks
    Signed-off-by: Russell King

    Ben Dooks
     

22 Jul, 2007

5 commits