RE: [GIT PULL 1/3] Samsung devel-2 for v3.8

2012-11-26 Thread Kukjin Kim
Olof Johansson wrote:
 
 Hi Kgene,
 
Hi :-)

 On Fri, Nov 23, 2012 at 10:37:30AM +0900, Kukjin Kim wrote:
  Hi Arnd, Olof
 
  Here is second Samsung development patches for v3.8.
 
 Please start sorting your branches more. When someone sends in a large
 devel branch, it doesn't fit our tree organization very well. The
 branch below contains fixes, new features and cleanups all in one branch.
 
OK, I see and I will sorting it out more carefully.

  This includes properly enabling PM support and UART3 DEBUG_LL for
 exynos5
  and CAMIF for s3c24xx/s3c64xx.
 
 Properly enabling PM support sounds like worthy of a branch on its own,
 for example.
 
Agreed, I will re-send pull-request tonight.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim kgene@samsung.com, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL 1/3] Samsung devel-2 for v3.8

2012-11-25 Thread Olof Johansson
Hi Kgene,

On Fri, Nov 23, 2012 at 10:37:30AM +0900, Kukjin Kim wrote:
 Hi Arnd, Olof
 
 Here is second Samsung development patches for v3.8.

Please start sorting your branches more. When someone sends in a large
devel branch, it doesn't fit our tree organization very well. The
branch below contains fixes, new features and cleanups all in one branch.

 This includes properly enabling PM support and UART3 DEBUG_LL for exynos5
 and CAMIF for s3c24xx/s3c64xx.

Properly enabling PM support sounds like worthy of a branch on its own,
for example.



-Olof
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL 1/3] Samsung devel-2 for v3.8

2012-11-22 Thread Kukjin Kim
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 kgene@samsung.com, 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

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html