28 Jan, 2008

1 commit


25 Jan, 2008

1 commit


17 Oct, 2007

8 commits


13 Oct, 2007

1 commit


06 Oct, 2007

2 commits


23 Jul, 2007

1 commit

  • 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
     

22 Jul, 2007

2 commits

  • Update the Kconfig to create configuration options based on which
    CPUs are supported for the low level serial code. This means that
    the debug macros can be optimised for the type(s) of CPU that are
    being used.

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

    Ben Dooks
     
  • This patch moves items of the s3c24xx support into
    a new plat-s3c directory for items that use the
    s3c24xx support but are not directly s3c24xx
    compatible, such as the s3c2400 and s3c6400.

    git mv commands:
    git mv include/asm-arm/arch-s3c2410/iic.h include/asm-arm/plat-s3c/iic.h
    git mv include/asm-arm/arch-s3c2410/nand.h include/asm-arm/plat-s3c/nand.h
    git mv include/asm-arm/arch-s3c2410/regs-iic.h include/asm-arm/plat-s3c/regs-iic.h
    git mv include/asm-arm/arch-s3c2410/regs-nand.h include/asm-arm/plat-s3c/regs-nand.h
    git mv include/asm-arm/arch-s3c2410/regs-rtc.h include/asm-arm/plat-s3c/regs-rtc.h
    git mv include/asm-arm/arch-s3c2410/regs-serial.h include/asm-arm/plat-s3c/regs-serial.h
    git mv include/asm-arm/arch-s3c2410/regs-timer.h include/asm-arm/plat-s3c/regs-timer.h
    git mv include/asm-arm/arch-s3c2410/regs-watchdog.h include/asm-arm/plat-s3c/regs-watchdog.h

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

    Ben Dooks
     

12 Jul, 2007

4 commits

  • Add support for the partition layout on the revision B
    modules which have large page NAND fitted.

    The new partition table accounts for the use of the
    128KiB block parts, which means the second partition
    on the device is moved to the new boundary.

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

    Ben Dooks
     
  • Add support for the partition layour used on the
    revision B modules which ship with large page NAND
    flash as default.

    The differnce between the old and new layouts is that
    the large page devices use 128KiB blocks, so the
    initial loader partition now ends at 128KiB boundary
    pushing the begining of partition 1 up. The rest of
    the partitions are in the same place as the small page
    NAND devices.

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

    Ben Dooks
     
  • Add resources for the SM501 present on the
    Simtec Anubis board, including the framebuffer
    and the I2C for DDC.

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

    Ben Dooks
     
  • This patch adds the resources necessary for the
    AX88796 driver to attach to the AX88796 network
    controller fitted on the Simtec Anubis board.

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

    Ben Dooks
     

11 Jun, 2007

4 commits


21 May, 2007

2 commits


22 Apr, 2007

3 commits


21 Mar, 2007

1 commit


17 Feb, 2007

1 commit

  • This patch gets the DMA system for the S3C24XX
    ready for the S3C2443, which requires 6 dma channels
    at a different stride, and different base IRQ.

    The DMA system is now initialised from the same
    drivers which apply the DMA mappings, as well
    as removing the DMA sysdev intialisation out of
    the main init code (which is now being called
    from a sysdev probe, so cannot add a new sysdev)

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

    Ben Dooks
     

16 Feb, 2007

2 commits


14 Feb, 2007

1 commit


12 Feb, 2007

1 commit