From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Tue, 12 Nov 2013 20:42:42 +0900 Subject: [Patch v4 0/2] Enable all cpus in Exynos5420 In-Reply-To: References: <1381119431-12697-1-git-send-email-chander.kashyap@linaro.org> Message-ID: <086901cedf9c$4c1ffca0$e45ff5e0$@org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Chander Kashyap wrote: > > Hi Kukjin, > > On 7 October 2013 09:47, Chander Kashyap > wrote: > > Exynos5420 is an octa-core SoC. This patch series enables the remaining > 4 cores. > > > > Changes in v2: > > - Changed the cpu node @unit-address value to reg property value. > > Changes in v3: > > - Removed leading 0x from @unit-address value. > > Changes in v4: > > - Fixed typo and patch subject from "arm: dt" to "ARM: dt". > > > > Chander Kashyap (2): > > clocksource: mct: extend mct to support 8 local interrupts for > > Exynos5420 > > arm: dt: Exynos5420: populate cpu node enteries to 8 cpus > > > > arch/arm/boot/dts/exynos5420.dtsi | 37 > +++++++++++++++++++++++++++++++++++-- > > drivers/clocksource/exynos_mct.c | 4 ++++ > > 2 files changed, 39 insertions(+), 2 deletions(-) > > > > -- > > 1.7.9.5 Looks OK to me, applied. Thanks, Kukjin