From patchwork Fri Nov 23 01:37:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL,1/3] Samsung devel-2 for v3.8 Date: Thu, 22 Nov 2012 15:37:30 -0000 From: Kukjin Kim X-Patchwork-Id: 201233 Message-Id: <10d601cdc91b$1a5e73b0$4f1b5b10$%kim@samsung.com> To: 'Arnd Bergmann' , 'Olof Johansson' Cc: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hi Arnd, Olof Here is second Samsung development patches for v3.8. This includes properly enabling PM support and UART3 DEBUG_LL for exynos5 and CAMIF for s3c24xx/s3c64xx. Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 Thanks. Best regards, Kgene. --- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 Abhilash Kesavan (3): ARM: EXYNOS: fix the hotplug for Cortex-A15 ARM: EXYNOS: Remove scu_enable from cpuidle ARM: EXYNOS: Add flush_cache_all in suspend finisher Inderpal Singh (2): ARM: EXYNOS: Add support for rtc wakeup ARM: EXYNOS: Fix soft reboot hang after suspend/resume Olof Johansson (1): ARM: EXYNOS: add UART3 to DEBUG_LL ports Sachin Kamat (1): ARM: S3C24XX: Fix potential NULL pointer dereference error Sylwester Nawrocki (2): ARM: SAMSUNG: Add s3c24xx/s3c64xx CAMIF GPIO setup helpers ARM: S3C24XX: Add clkdev entry for camif-upll clock arch/arm/Kconfig.debug | 11 +++++ arch/arm/mach-exynos/common.c | 2 + arch/arm/mach-exynos/cpuidle.c | 3 +- arch/arm/mach-exynos/hotplug.c | 45 ++++++++++++++++++- arch/arm/mach-exynos/pm.c | 7 +++ arch/arm/mach-s3c24xx/Kconfig | 1 + arch/arm/mach-s3c24xx/clock-s3c2440.c | 1 + arch/arm/plat-s3c24xx/dma.c | 9 ++-- arch/arm/plat-samsung/Kconfig | 6 +++ arch/arm/plat-samsung/Makefile | 1 + arch/arm/plat-samsung/include/plat/pm.h | 2 + arch/arm/plat-samsung/setup-camif.c | 70 +++++++++++++++++++++++++++++++ 12 files changed, 150 insertions(+), 8 deletions(-) create mode 100644 arch/arm/plat-samsung/setup-camif.c