From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: [GIT PULL] Samsung fixes-2 for v3.16 Date: Tue, 08 Jul 2014 08:11:47 +0900 Message-ID: <53BB2933.3050309@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-f176.google.com ([209.85.192.176]:50861 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750976AbaGGXLw (ORCPT ); Mon, 7 Jul 2014 19:11:52 -0400 Received: by mail-pd0-f176.google.com with SMTP id ft15so6041132pdb.7 for ; Mon, 07 Jul 2014 16:11:51 -0700 (PDT) Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: "arm@kernel.org" , Arnd Bergmann , 'Olof Johansson' Cc: "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" The following changes since commit 4c834452aad01531db949414f94f817a86348d59: Linux 3.16-rc3 (2014-06-29 14:11:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-2 for you to fetch changes up to 35e75645f16c86918f26df1bfc2c24ad8ebb5a17: ARM: EXYNOS: Update secondary boot addr for secure mode (2014-07-08 08:03:49 +0900) ---------------------------------------------------------------- Samsung fixes-2 for v3.16 - fix the check for SMP configuration with using CONFIG_SMP not just SMP - fix the number of pwm-cells for exynos4 pwm - fix ftrace for exynos_mct - register exynos_mct for stable udely - fix secondary boot addr for secure mode for exynos SoCs ---------------------------------------------------------------- Abhilash Kesavan (1): ARM: EXYNOS: Fix the check for non-smp configuration Amit Daniel Kachhap (1): clocksource: exynos_mct: Register the timer for stable udelay Doug Anderson (1): clocksource: exynos_mct: Fix ftrace Jaewon Kim (1): ARM: dts: fix pwm-cells in pwm node for exynos4 Sachin Kamat (1): ARM: EXYNOS: Update secondary boot addr for secure mode arch/arm/boot/dts/exynos4.dtsi | 2 +- arch/arm/mach-exynos/exynos.c | 2 +- arch/arm/mach-exynos/firmware.c | 9 +++++++-- drivers/clocksource/exynos_mct.c | 20 ++++++++++++++++++-- 4 files changed, 27 insertions(+), 6 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Tue, 08 Jul 2014 08:11:47 +0900 Subject: [GIT PULL] Samsung fixes-2 for v3.16 Message-ID: <53BB2933.3050309@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 4c834452aad01531db949414f94f817a86348d59: Linux 3.16-rc3 (2014-06-29 14:11:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-2 for you to fetch changes up to 35e75645f16c86918f26df1bfc2c24ad8ebb5a17: ARM: EXYNOS: Update secondary boot addr for secure mode (2014-07-08 08:03:49 +0900) ---------------------------------------------------------------- Samsung fixes-2 for v3.16 - fix the check for SMP configuration with using CONFIG_SMP not just SMP - fix the number of pwm-cells for exynos4 pwm - fix ftrace for exynos_mct - register exynos_mct for stable udely - fix secondary boot addr for secure mode for exynos SoCs ---------------------------------------------------------------- Abhilash Kesavan (1): ARM: EXYNOS: Fix the check for non-smp configuration Amit Daniel Kachhap (1): clocksource: exynos_mct: Register the timer for stable udelay Doug Anderson (1): clocksource: exynos_mct: Fix ftrace Jaewon Kim (1): ARM: dts: fix pwm-cells in pwm node for exynos4 Sachin Kamat (1): ARM: EXYNOS: Update secondary boot addr for secure mode arch/arm/boot/dts/exynos4.dtsi | 2 +- arch/arm/mach-exynos/exynos.c | 2 +- arch/arm/mach-exynos/firmware.c | 9 +++++++-- drivers/clocksource/exynos_mct.c | 20 ++++++++++++++++++-- 4 files changed, 27 insertions(+), 6 deletions(-)