From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: [GIT PULL 4/7] Samsung dev for v3.14 Date: Mon, 16 Dec 2013 05:21:54 +0900 Message-ID: <52AE0F62.80409@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f172.google.com ([209.85.192.172]:39533 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829Ab3LOUWA (ORCPT ); Sun, 15 Dec 2013 15:22:00 -0500 Received: by mail-pd0-f172.google.com with SMTP id g10so4499054pdj.3 for ; Sun, 15 Dec 2013 12:21:59 -0800 (PST) Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Arnd Bergmann , 'Olof Johansson' , Kevin Hilman Cc: arm@kernel.org, "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dev for you to fetch changes up to 70bacadbd07248576290de40cc217c06f0f2d3c3: ARM: S3C64XX: Select CPU_V6K instead of CPU_V6 (2013-12-16 04:08:51 +0900) ---------------------------------------------------------------- Samsung updates for v3.14 - Skip eint_init() for pinctrl-exynos because of re-executing - Use CPU_V6K for S3C64XX(ARM1176JZF-s) instead of CPU_V6 ---------------------------------------------------------------- Mateusz Krawczuk (1): ARM: SAMSUNG: if detected device tree skip irq init for S5P Tomasz Figa (1): ARM: S3C64XX: Select CPU_V6K instead of CPU_V6 arch/arm/Kconfig | 2 +- arch/arm/plat-samsung/s5p-irq-eint.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Mon, 16 Dec 2013 05:21:54 +0900 Subject: [GIT PULL 4/7] Samsung dev for v3.14 Message-ID: <52AE0F62.80409@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dev for you to fetch changes up to 70bacadbd07248576290de40cc217c06f0f2d3c3: ARM: S3C64XX: Select CPU_V6K instead of CPU_V6 (2013-12-16 04:08:51 +0900) ---------------------------------------------------------------- Samsung updates for v3.14 - Skip eint_init() for pinctrl-exynos because of re-executing - Use CPU_V6K for S3C64XX(ARM1176JZF-s) instead of CPU_V6 ---------------------------------------------------------------- Mateusz Krawczuk (1): ARM: SAMSUNG: if detected device tree skip irq init for S5P Tomasz Figa (1): ARM: S3C64XX: Select CPU_V6K instead of CPU_V6 arch/arm/Kconfig | 2 +- arch/arm/plat-samsung/s5p-irq-eint.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-)