From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Sat, 10 Mar 2012 07:34:35 -0800 Subject: [GIT PULL] Samsung board stuff for v3.4 Message-ID: <4F5B748B.6050404@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, Olof, Please pull regarding Samsung board patches for v3.4. Most are enabling some features(IPs) on each board and one is adding new board file, Samsung Mobile's TRATS board. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d: Linux 3.3-rc6 (2012-03-03 17:08:09 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/board-samsung Andrzej Pietrasiewicz (2): ARM: EXYNOS: Register JPEG on universal_c210 ARM: EXYNOS: Register JPEG on nuri HeungJun, Kim (1): ARM: EXYNOS: Adds Samsung TRATS board support Kamil Debski (2): ARM: EXYNOS: add G2D to mach-nuri ARM: EXYNOS: add G2D to mach-universal Mark Brown (8): ARM: S3C64XX: Support GPIO LEDs on Cragganmore ARM: S3C64XX: Fix build of Cragganmore after SPI changes ARM: S3C64XX: Enable power management for disk on Cragganmore ARM: S3C64XX: Enable power management for WiFi on Cragganmore ARM: S3C64XX: Add hookup for Tomatin module on Cragganmore ARM: S3C64XX: Add a SPKVDD supply for CODECs on Cragganmore ARM: S3C64XX: Add some more Cragganmore module IDs to the table ARM: S3C64XX: Supply platform data for SPI on Cragganmore MyungJoo Ham (1): ARM: EXYNOS: support Exynos4210-bus Devfreq driver on Nuri board Sachin Kamat (13): ARM: EXYNOS: Enable G2D on ORIGEN ARM: S5PV210: Add missing FIMC media device to Aquila ARM: EXYNOS: Add missing FIMC media device to SMDKV310 ARM: EXYNOS: Add missing FIMC media device to Origen ARM: EXYNOS: Enable G2D on SMDKV310 ARM: S5PV210: Enable MFC on SMDKV210 ARM: S5PV210: Enable MFC on SMDKC110 ARM: S5PV210: Enable FIMC on SMDKV210 ARM: S5PV210: Enable FIMC on SMDKC110 ARM: EXYNOS: Enable JPEG on SMDKV310 ARM: EXYNOS: Enable JPEG on Origen ARM: S5PV210: Add JPEG board definition ARM: S5PV210: Enable JPEG on SMDKV210 Sangwook Lee (1): ARM: EXYNOS: Enable Bluetooth on ORIGEN Sylwester Nawrocki (3): ARM: EXYNOS: Increase virtual framebuffer size on Universal C210 board ARM: EXYNOS: Add support for S5K6AAFX image sensor on Universal C210 board ARM: SAMSUNG: Add support for S5K6AAFX camera on Nuri board Tushar Behera (2): ARM: EXYNOS: Add __init attribute to nuri_camera_init() ARM: EXYNOS: Add __init attribute to universal_camera_init() arch/arm/mach-exynos/Kconfig | 21 ++ arch/arm/mach-exynos/Makefile | 1 + arch/arm/mach-exynos/mach-nuri.c | 80 ++++++- arch/arm/mach-exynos/mach-origen.c | 37 +++ arch/arm/mach-exynos/mach-smdkv310.c | 3 + arch/arm/mach-exynos/mach-trats.c | 344 ++++++++++++++++++++++++++ arch/arm/mach-exynos/mach-universal_c210.c | 80 ++++++- arch/arm/mach-s3c64xx/Kconfig | 1 + arch/arm/mach-s3c64xx/mach-crag6410-module.c | 31 +++- arch/arm/mach-s3c64xx/mach-crag6410.c | 67 +++++- arch/arm/mach-s5pv210/Kconfig | 9 + arch/arm/mach-s5pv210/clock.c | 5 + arch/arm/mach-s5pv210/include/mach/map.h | 4 + arch/arm/mach-s5pv210/mach-aquila.c | 1 + arch/arm/mach-s5pv210/mach-smdkc110.c | 14 + arch/arm/mach-s5pv210/mach-smdkv210.c | 15 ++ 16 files changed, 702 insertions(+), 11 deletions(-) create mode 100644 arch/arm/mach-exynos/mach-trats.c