From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: [GIT PULL] Samsung fixes-3 for v3.8 Date: Wed, 16 Jan 2013 16:10:29 -0800 Message-ID: <0c0301cdf447$109e7d50$31db77f0$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailout2.samsung.com ([203.254.224.25]:26340 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755275Ab3AQAKu (ORCPT ); Wed, 16 Jan 2013 19:10:50 -0500 Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MGQ0051ZTTCGN50@mailout2.samsung.com> for linux-samsung-soc@vger.kernel.org; Thu, 17 Jan 2013 09:10:49 +0900 (KST) Received: from visitor4lab ([105.128.18.157]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MGQ00E5TTTYDZ00@mmp2.samsung.com> for linux-samsung-soc@vger.kernel.org; Thu, 17 Jan 2013 09:10:48 +0900 (KST) Content-language: en-us Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: arnd@arndb.de, 'Olof Johansson' Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Hi Arnd, Olof Here is Samsung fixes for v3.8, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.8-samsung-fixes-3 That branch fixes build warnings and error for S3C24XX/S3C64xx. And corrects dw-mshc properties on EXYNOS5 DT and fixes IRQ mapping on Cragganmore board. If any problems, please kindly let me know. Thanks. - Kukjin The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20: Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.8-samsung-fixes-3 for you to fetch changes up to cd9a8934a28d604ffb62e80ab08ba12fab128a1e: ARM: S3C24XX: Make 'clk_msysclk' static (2013-01-16 15:53:48 -0800) ---------------------------------------------------------------- Alim Akhtar (1): ARM: dts: correct the dw-mshc timing properties as per binding Dimitris Papastamos (1): ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore Sachin Kamat (2): ARM: S3C24XX: Fix warnings in irq-s3c2416.c ARM: S3C24XX: Make 'clk_msysclk' static Tomasz Figa (1): ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled arch/arm/boot/dts/cros5250-common.dtsi | 12 ++++++------ arch/arm/boot/dts/exynos5250-smdk5250.dts | 8 ++++---- arch/arm/mach-s3c24xx/common-s3c2443.c | 2 +- arch/arm/mach-s3c24xx/irq-s3c2416.c | 6 +++--- arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 +- arch/arm/mach-s3c64xx/pm.c | 2 ++ 6 files changed, 17 insertions(+), 15 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Wed, 16 Jan 2013 16:10:29 -0800 Subject: [GIT PULL] Samsung fixes-3 for v3.8 Message-ID: <0c0301cdf447$109e7d50$31db77f0$@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, Olof Here is Samsung fixes for v3.8, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.8-samsung-fixes-3 That branch fixes build warnings and error for S3C24XX/S3C64xx. And corrects dw-mshc properties on EXYNOS5 DT and fixes IRQ mapping on Cragganmore board. If any problems, please kindly let me know. Thanks. - Kukjin The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20: Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.8-samsung-fixes-3 for you to fetch changes up to cd9a8934a28d604ffb62e80ab08ba12fab128a1e: ARM: S3C24XX: Make 'clk_msysclk' static (2013-01-16 15:53:48 -0800) ---------------------------------------------------------------- Alim Akhtar (1): ARM: dts: correct the dw-mshc timing properties as per binding Dimitris Papastamos (1): ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore Sachin Kamat (2): ARM: S3C24XX: Fix warnings in irq-s3c2416.c ARM: S3C24XX: Make 'clk_msysclk' static Tomasz Figa (1): ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled arch/arm/boot/dts/cros5250-common.dtsi | 12 ++++++------ arch/arm/boot/dts/exynos5250-smdk5250.dts | 8 ++++---- arch/arm/mach-s3c24xx/common-s3c2443.c | 2 +- arch/arm/mach-s3c24xx/irq-s3c2416.c | 6 +++--- arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 +- arch/arm/mach-s3c64xx/pm.c | 2 ++ 6 files changed, 17 insertions(+), 15 deletions(-)