From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [GIT PULL 6/7] Samsung DT for v3.14 Date: Tue, 24 Dec 2013 11:14:42 +0900 Message-ID: <1afb01cf004d$e823b610$b86b2230$@samsung.com> References: <52AE0F9A.3010407@samsung.com> <20131222221548.GG13365@quad.lixom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:20322 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753836Ab3LXCOo (ORCPT ); Mon, 23 Dec 2013 21:14:44 -0500 Received: from epcpsbgr5.samsung.com (u145.gpu120.samsung.co.kr [203.254.230.145]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MYA00DKQGWJIQ50@mailout4.samsung.com> for linux-samsung-soc@vger.kernel.org; Tue, 24 Dec 2013 11:14:43 +0900 (KST) In-reply-to: <20131222221548.GG13365@quad.lixom.net> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Olof Johansson' Cc: 'Arnd Bergmann' , 'Kevin Hilman' , arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Olof Johansson wrote: > > On Mon, Dec 16, 2013 at 05:22:50AM +0900, Kukjin Kim wrote: > > 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-dt > > > > for you to fetch changes up to e0b51c2eae8ebf10d80530b7a306818252206325: > > > > ARM: dts: Update Samsung sysreg binding document (2013-12-16 > > 04:47:38 +0900) > > > > ---------------------------------------------------------------- > > Samsung DT updates for v3.14 > > - Add support Octa Cores for exynos5420 > > : populate CPU node entries to 8 Cores > > : extend mct to support 8 local interrupts > > - Update dwmmc nodes for exynos5250 and exynos5420 > > : change status property of dwmmc nodes for exynos5250 > > : move dwmmc nodes from exynos5 to exynos5250 because > > it's different between exynos5250 and exynos5420 > > : rename mmc nodes from dwmmc for exynos5 SoCs > > : add dwmmc nodes for exynos5420 > > - Add G-Scaler nodes for exynos5420 > > - Add HS-i2c nodes in exynos5420 > > : High Speed I2C 7 channels (4 to 10) > > - Update sysreg binding and node name in exynos4 > > - Update min voltage on exynos5250-arndale > > - Move fifo-depth property from boards to exynos5250 SoC > > : because the fifo-depth property is SoC specific > > Shouldn't some of these patches be fixes instead, i.e. the vdd_arm change > for > Arndale, the sysreg node fix, etc? > OK, I see, I will pay more attention, some of them were ambiguous though :-) > I've merged this in, but this I considered not doing it since it also > contains > new platform development. As I mentioned in the pull request for the 'dev' > branch: We need to see exynos converted to multiplatform before we pick up > any > more non-multiplatform support. > OK, thanks. > Merged into next/dt. > Thanks, Kukjin