05 Jan, 2012

1 commit


22 Aug, 2011

1 commit


20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

15 Jan, 2010

1 commit


16 Dec, 2008

1 commit


15 Oct, 2008

1 commit


08 Oct, 2008

2 commits


06 Sep, 2008

1 commit


17 Aug, 2008

1 commit


07 Aug, 2008

2 commits


22 Jul, 2007

1 commit

  • 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
     

22 Apr, 2007

1 commit


12 Feb, 2007

1 commit


18 Dec, 2006

1 commit

  • Change the include/asm-arm/arch-s3c2410/regs-serial.h
    platform data to use the prorper type (upf_t) for the
    uart_flags.

    Fix all the other parts of arch/arm/mach-s3c2410 to
    include and all other uses of
    the include file.

    mach-rx3715.c:101:18: warning: incorrect type in initializer (different base types)
    mach-rx3715.c:101:18: expected unsigned long [unsigned] uart_flags
    mach-rx3715.c:101:18: got restricted unsigned int [usertype] [force]

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

    Ben Dooks
     

07 Sep, 2006

1 commit


19 Jun, 2006

1 commit


02 Apr, 2006

1 commit


14 Jan, 2006

1 commit


30 Oct, 2005

1 commit


21 Sep, 2005

1 commit


04 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds