1. 15 Mar, 2012 7 commits
    • Arnd Bergmann's avatar
      Merge branch 'samsung/soc' into next/soc2 · 853a0231
      Arnd Bergmann authored
      * samsung/soc:
        ARM: EXYNOS: fix cycle count for periodic mode of clock event timers
        ARM: EXYNOS: add support JPEG
        ARM: EXYNOS: Add DMC1, allow PPMU access for DMC
        ARM: SAMSUNG: Correct MIPI-CSIS io memory resource definition
        ARM: SAMSUNG: fix __init attribute on regarding s3c_set_platdata()
        ARM: SAMSUNG: Add __init attribute to samsung_bl_set()
        ARM: S5PV210: Add usb otg phy control
        ARM: S3C64XX: Add usb otg phy control
        ARM: EXYNOS: Enable l2 configuration through device tree
        ARM: EXYNOS: remove useless code to save/restore L2
        ARM: EXYNOS: save L2 settings during bootup
        ARM: S5P: add L2 early resume code
        ARM: EXYNOS: Add support AFTR mode on EXYNOS4210
        ARM: SAMSUNG: use spin_lock_irqsave() in clk_{enable,disable}
        ARM: S3C64XX: Define some additional always off clocks
        ARM: S3C64XX: Reduce residency requirement for cpuidle WFI mode
        ARM: SAMSUNG: Add a callback 'notify_after' for PWM backlight control
        ARM: SAMSUNG: add G2D to plat-s5p and mach-exynos
        ARM: S3C64XX: Gate some more clocks by default
        ARM: S3C64XX: Add basic cpuidle driver
      
      Conflicts:
      	arch/arm/mach-exynos/clock.c
      	arch/arm/mach-exynos/common.c
      
      This merges the earlier samsung support into the next/soc2 branch to
      resolve conflicts between commits in the earlier work and the exynos5
      branch.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      853a0231
    • Arnd Bergmann's avatar
      e7051e9d
    • Arnd Bergmann's avatar
      Merge branch 'for-armsoc' of... · 38abdcd0
      Arnd Bergmann authored
      Merge branch 'for-armsoc' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm into next/soc2
      
      Conflicts:
      	arch/arm/mach-tegra/common.c
      	arch/arm/mach-ux500/devices-common.c
      
      This resolves two conflicts and lets us merge the exynos5 branch
      cleanly.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      38abdcd0
    • Arnd Bergmann's avatar
      Merge branch 'next/soc-exynos5250-arch' of... · 5da30bb6
      Arnd Bergmann authored
      Merge branch 'next/soc-exynos5250-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into samsung/exynos5
      
      * 'next/soc-exynos5250-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: EXYNOS: Fix compilation error with mach-exynos4-dt board
        ARM: dts: add initial dts file for EXYNOS5250, SMDK5250
        ARM: EXYNOS: add support device tree enabled board file for EXYNOS5
        ARM: EXYNOS: add support ARCH_EXYNOS5 for EXYNOS5 SoCs
        ARM: EXYNOS: add support get_core_count() for EXYNOS5250
        ARM: EXYNOS: support EINT for EXYNOS4 and EXYNOS5
        ARM: EXYNOS: add interrupt definitions for EXYNOS5250
        ARM: EXYNOS: add support for EXYNOS5250 SoC
        ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5
        ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5
        ARM: EXYNOS: add clock part for EXYNOS5250 SoC
        ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()
        ARM: EXYNOS: to declare static for mach-exynos/common.c
        ARM: EXYNOS: Add clkdev lookup entry for lcd clock
      5da30bb6
    • Tushar Behera's avatar
      ARM: EXYNOS: Fix compilation error with mach-exynos4-dt board · efd5af0d
      Tushar Behera authored
      Commit 171c067c ("ARM: EXYNOS: add support uart for EXYNOS4 and
      EXYNOS5") renames S5P_PA_UARTn to EXYNOS4_PA_UARTn. Hence we
      need to do similar modification in mach-exynos4-dt.c to fix
      compilation error.
      
      arch/arm/mach-exynos/mach-exynos4-dt.c:40:2: error: 'S5P_PA_UART0'
      undeclared here (not in a function)
      Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      efd5af0d
    • Kukjin Kim's avatar
      ARM: dts: add initial dts file for EXYNOS5250, SMDK5250 · b074abb7
      Kukjin Kim authored
      This patch adds initial dts file for EXYNOS5250 SoC. This dts
      file is including the SoC specific devices and properties. And
      adds the dts file for SMDK5250 board which uses the EXYNOS5250
      dts file. Its board specific properites will be added later.
      
      Cc: Thomas Abraham <thomas.abraham@linaro.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      b074abb7
    • Kukjin Kim's avatar
      ARM: EXYNOS: add support device tree enabled board file for EXYNOS5 · b3e68fb1
      Kukjin Kim authored
      This patch adds a new EXYNOS5 compatible device tree enabled board
      When using this, a corresponding device tree blob which describes the
      board's properties should be supplied at boot time to the kernel.
      
      Cc: Thomas Abraham <thomas.abraham@linaro.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      b3e68fb1
  2. 14 Mar, 2012 11 commits
  3. 11 Mar, 2012 11 commits
  4. 10 Mar, 2012 5 commits
  5. 09 Mar, 2012 6 commits