17 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
     

14 Oct, 2011

7 commits


06 Oct, 2011

1 commit


04 Oct, 2011

11 commits


21 Sep, 2011

2 commits


16 Sep, 2011

1 commit


14 Sep, 2011

1 commit


24 Aug, 2011

1 commit


22 Aug, 2011

1 commit


26 Jul, 2011

2 commits

  • …/git/arm/linux-arm-soc

    * 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc:
    ARM: mach-loki: delete
    ARM: mach-s3c2400: delete
    ARM: mach-s3c24a0: delete

    Linus Torvalds
     
  • * 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc: (133 commits)
    ARM: EXYNOS4: Change devname for FIMD clkdev
    ARM: S3C64XX: Cleanup mach/regs-fb.h from mach-s3c64xx
    ARM: S5PV210: Cleanup mach/regs-fb.h from mach-s5pv210
    ARM: S5PC100: Cleanup mach/regs-fb.h from mach-s5pc100
    ARM: S3C24XX: Use generic s3c_set_platdata for devices
    ARM: S3C64XX: Use generic s3c_set_platdata for OneNAND
    ARM: SAMSUNG: Use generic s3c_set_platdata for NAND
    ARM: SAMSUNG: Use generic s3c_set_platdata for USB OHCI
    ARM: SAMSUNG: Use generic s3c_set_platdata for HWMON
    ARM: SAMSUNG: Use generic s3c_set_platdata for FB
    ARM: SAMSUNG: Use generic s3c_set_platdata for TS
    ARM: S3C64XX: Add PWM backlight support on SMDK6410
    ARM: S5P64X0: Add PWM backlight support on SMDK6450
    ARM: S5P64X0: Add PWM backlight support on SMDK6440
    ARM: S5PC100: Add PWM backlight support on SMDKC100
    ARM: S5PV210: Add PWM backlight support on SMDKV210
    ARM: EXYNOS4: Add PWM backlight support on SMDKC210
    ARM: EXYNOS4: Add PWM backlight support on SMDKV310
    ARM: SAMSUNG: Create a common infrastructure for PWM backlight support
    clocksource: convert 32-bit down counting clocksource on S5PV210/S5P64X0
    ...

    Fix up trivial conflict in arch/arm/mach-imx/mach-scb9328.c

    Linus Torvalds
     

23 Jul, 2011

1 commit


21 Jul, 2011

3 commits


20 Jul, 2011

1 commit


18 Jul, 2011

2 commits

  • On Tue, 28 Jun 2011, Ben Dooks wrote:

    > On Tue, Jun 28, 2011 at 11:22:57PM +0200, Arnd Bergmann wrote:
    >
    > > On a related note, what about mach-s3c2400? It seems to be even more
    > > incomplete.
    >
    > Probably the same fate awaits that. It is so old that there's little
    > incentive to do anything with it.

    So out it goes as well.

    The PORT_S3C2400 definition in include/linux/serial_core.h is left there
    to prevent a reuse of the same number for another port type.

    Signed-off-by: Nicolas Pitre
    Acked-by: Arnd Bergmann

    Nicolas Pitre
     
  • Commit bcae8aeb32 "[ARM] S3C24A0: Initial architecture support files"
    brought in a bunch of files while explicitly leaving out the corresponding
    Kconfig entry, stating that the series is not complete.

    More than 2.5 years later, the support for this has not seen any progress.
    This is therefore dead code. If someone wants to revive this code, it is
    always possible to retrieve it from the Git repository.

    Signed-off-by: Nicolas Pitre
    Acked-by: Ben Dooks
    Acked-by: Arnd Bergmann

    Nicolas Pitre
     

16 Jul, 2011

1 commit

  • Function declaration differs between file: dma.c and file:dma.h
    and SPARSE (Documentation/sparse.txt) gives error messages

    All dma channels are members of 'enum dma_ch' and not 'unsigned int'
    Please have a look at channel definitions in:
    arch/arm/mach-s3c64xx/include/mach/dma.h
    arch/arm/plat-samsung/include/plat/s3c-dma-pl330.h
    arch/arm/mach-s3c2410/include/mach/dma.h
    So all arguments should be of type 'enum dma_ch'

    Signed-off-by: Sangwook Lee
    Signed-off-by: Kukjin Kim

    Sangwook Lee
     

08 Jul, 2011

2 commits

  • Commit bb072c3c (ARM / Samsung: Use struct syscore_ops for "core" power
    management) turned s3c2410_dma_resume_chan() from int to void. So, drop
    the actual return values, too. Fixes:

    arch/arm/plat-s3c24xx/dma.c: In function 's3c2410_dma_resume_chan':
    arch/arm/plat-s3c24xx/dma.c:1238:3: warning: 'return' with a value, in function returning void
    arch/arm/plat-s3c24xx/dma.c:1250:2: warning: 'return' with a value, in function returning void

    Signed-off-by: Wolfram Sang
    Acked-by: Rafael J. Wysocki
    Signed-off-by: Kukjin Kim

    Wolfram Sang
     
  • Commit 8970ef47 (S3C24XX: Remove hardware specific registers from DMA
    calls) removed the parameter dcon in s3c2410_dma_config() and calculates
    it on its own. So the debug-output for the old parameter can go, too.
    Fixes:

    arch/arm/plat-s3c24xx/dma.c: In function 's3c2410_dma_config':
    arch/arm/plat-s3c24xx/dma.c:1030:2: warning: 'dcon' is used uninitialized in this function

    Signed-off-by: Wolfram Sang
    Cc: Ben Dooks
    Signed-off-by: Kukjin Kim

    Wolfram Sang
     

24 Jun, 2011

1 commit