10 Jan, 2012

1 commit


05 Jan, 2012

1 commit


15 Nov, 2011

1 commit


06 Nov, 2011

1 commit

  • * 'next/devel2' of git://git.linaro.org/people/arnd/arm-soc: (30 commits)
    ARM: mmp: register internal sram bank
    ARM: mmp: register audio sram bank
    ARM: mmp: add sram allocator
    gpio/samsung: Complain loudly if we don't know the SoC
    ARM: S3C64XX: Fix SoC identification for S3C64xx devices
    ARM: S3C2443: Remove redundant s3c_register_clocks call for init_clocks
    ARM: S3C24XX: Add devname for hsmmc1 pclk
    ARM: S3C24XX: use clk_get_rate to init fclk in common_setup_clocks
    ARM: S3C2443: Accommodate cpufreq frequency scheme in armdiv
    ARM: S3C2443: handle unset armdiv values gracefully
    ARM: S3C2443: Add get_rate operation for clk_armdiv
    ARM: S3C2416: Add comment describing the armdiv/armclk
    ARM: S3C2443: Move clk_arm and clk_armdiv to common code
    ARM: S3C24XX: Add infrastructure to transmit armdiv to common code
    ARM: S3C2416: Add armdiv_mask constant
    ARM: EXYNOS4: Add support for M-5MOLS camera on Nuri board
    ARM: EXYNOS4: Enable MFC on ORIGEN
    ARM: SAMSUNG: Add support s3c2416-adc for S3C2416/S3C2450
    ARM: SAMSUNG: Add support s3c2443-adc for S3C2443
    ARM: SAMSUNG: Allow overriding of adc device name for S3C24XX
    ...

    Linus Torvalds
     

25 Oct, 2011

2 commits

  • MMP2 have the internal sram, this sram can be allocated
    for video, power management and secure processor.

    Now the sram usage is:
    0xd1000000 ~ 0xd101ffff (128KB) : reserved for secure processor
    0xd1020000 ~ 0xd1037fff (96KB) : for video and PM

    Register the internal sram's second half 96KB buffer,
    so that video and PM can dynamically alloc/free from it.

    Signed-off-by: Leo Yan
    Acked-by: Haojian Zhuang
    Signed-off-by: Eric Miao

    Leo Yan
     
  • MMP platform has sram for the audio island;
    Add the device structure for the audio sram,
    and register the audio sram device at init phase.

    Signed-off-by: Leo Yan
    Acked-by: Haojian Zhuang
    Signed-off-by: Eric Miao

    Leo Yan
     

02 Oct, 2011

1 commit


21 Jul, 2011

1 commit


20 Dec, 2010

1 commit


16 Dec, 2010

1 commit