From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Tue, 03 Mar 2015 03:56:16 +0900 Subject: [GIT PULL 1/2] Samsung fixes-1 for v4.0 Message-ID: <54F4B250.5080200@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-1 for you to fetch changes up to 8a68de64e984cfc49ecc22ac18155a7fe6dbbfaf: ARM: EXYNOS: fix exynos randconfig build error (2015-03-03 03:37:57 +0900) ---------------------------------------------------------------- Samsung fixes for v4.0 - fix exynos randconfig build error with SMP=n - fix wrong hwirq of RTC interrupt for exynos3250 - fix usage of LDREX and STREX after disabling cache coherency ---------------------------------------------------------------- Chanwoo Choi (1): ARM: EXYNOS: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC Krzysztof Kozlowski (1): ARM: EXYNOS: Don't use LDREX and STREX after disabling cache coherency Russell King (1): ARM: EXYNOS: fix exynos randconfig build error arch/arm/mach-exynos/Kconfig | 1 + arch/arm/mach-exynos/platsmp.c | 3 +-- arch/arm/mach-exynos/suspend.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)