10 Jan, 2012

1 commit


05 Jan, 2012

2 commits


26 Dec, 2011

1 commit


24 Dec, 2011

1 commit

  • This patch introduces common.[ch] which are used only in the
    arch/arm/mach-s5p64x0/ directory. The common.c file merges
    the cpu.c, init.c and irq-eint.c files which are used commonly
    on S5P64X0 SoCs and the common.h local header file replaces
    with plat/s5p6440.h and plat/s5p6450.h files.

    Cc: Ben Dooks
    Signed-off-by: Kukjin Kim
    Signed-off-by: Russell King

    Kukjin Kim
     

16 Nov, 2011

1 commit


01 Nov, 2011

1 commit

  • There are lots of conflicts between the omap and exynos cleanups
    and the memory.h remove series.

    Conflicts:
    arch/arm/mach-exynos4/mach-smdkc210.c
    arch/arm/mach-exynos4/mach-smdkv310.c
    arch/arm/mach-imx/mach-cpuimx27.c
    arch/arm/mach-omap1/board-ams-delta.c
    arch/arm/mach-omap1/board-generic.c
    arch/arm/mach-omap1/board-h2.c
    arch/arm/mach-omap1/board-h3.c
    arch/arm/mach-omap1/board-nokia770.c
    arch/arm/mach-omap1/board-osk.c
    arch/arm/mach-omap1/board-palmte.c
    arch/arm/mach-omap1/board-palmtt.c
    arch/arm/mach-omap1/board-palmz71.c
    arch/arm/mach-omap1/board-sx1.c
    arch/arm/mach-omap1/board-voiceblue.c
    arch/arm/mach-omap1/io.c
    arch/arm/mach-omap2/board-generic.c
    arch/arm/mach-omap2/io.c
    arch/arm/plat-omap/io.c

    Signed-off-by: Arnd Bergmann

    Arnd Bergmann
     

04 Oct, 2011

2 commits


16 Sep, 2011

1 commit


22 Aug, 2011

1 commit


21 Jul, 2011

1 commit


12 Mar, 2011

1 commit


03 Mar, 2011

1 commit


18 Jan, 2011

1 commit


30 Dec, 2010

1 commit

  • Add missing virtual ASoC DMA device and WM8580 as I2C slave,
    so that the I2S can work on SMDK6440.

    [kgene.kim@samsung.com: removed virtual ASoC DMA device
    to avoid build error and it will be added next time]

    Signed-off-by: Jassi Brar
    Acked-by: Mark Brown
    [kgene.kim@samsung.com: minor changed title]
    Signed-off-by: Kukjin Kim

    Jassi Brar
     

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
     

18 Oct, 2010

1 commit