Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932898AbcDYPxn (ORCPT ); Mon, 25 Apr 2016 11:53:43 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:59071 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197AbcDYPxl (ORCPT ); Mon, 25 Apr 2016 11:53:41 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Kevin Hilman , linux-kernel@vger.kernel.org, arm@kernel.org, Kukjin Kim , Olof Johansson Subject: Re: [GIT PULL 1/5] ARM: dts: exynos: Artik5 topic branch for v4.7 Date: Mon, 25 Apr 2016 17:53:02 +0200 Message-ID: <5431726.aFYokxb3m1@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <571DDCE5.5020201@samsung.com> References: <1460541682-32417-1-git-send-email-k.kozlowski@samsung.com> <7068458.f0qaFCRyGK@wuerfel> <571DDCE5.5020201@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:MwzecOd6mHpMY0YUgQS0GSU/vmRfqr8jOnoutwuK5ymxcC28V6p y+uI1QvfomgbTYKrn8vIG1UcySLWXiRXDFFUVhSJPB3gHMikL59v4ih+U7UqjIUNW/39sIK wtAkmeuS/9FYnM6Xfx0UL12FbYt9J0307Lz8evJ4W+tRVhGw1V9yqHl1NCON5mEceEG51az fPz+Z3bPumSIMRXkJUoyg== X-UI-Out-Filterresults: notjunk:1;V01:K0:3iBojFNLZY8=:z36sUz3WXoEYJCy+WjLEcF 3RFnsJ/FCN0g6PXSoGTZuP1g5Xjc4o8c1hy3KTJzOOmE9rwvFgMNSjxeV/hQ3GWj8Tp0hwbL2 FWDcwm2RTjzzEArCmI0MwpIGzhJnE1SSjoPm2Is44CQDx1GvwM+onQl+9ktINRFI9prytUh91 9maswxrX0Ai6dvOB/tfRXTYiQoCP5d27tuL+pMHwSI+0THk3ftXDE6SK4asn+u/u17nsIm0y5 BGMDNQpD7IWuC54xPcOPLsxlMN6bYejTXnTOpjO7FwS3UElUeAgxC7wnNkWvPA9rVDsx1TwPi AePsDjy59NN87Znb4w8FaBh8wTTrvj0UoaAcCSZFMNqJaF+3ToCjFagnfR5ZraCdMo9ccL6/U byy+Oy2K0MGar4jQ0/lVNHra9t4iESgwLDo0+7iV2rUbiIWWbxD0fRR1cGe2LaSVqDMhZ5ODs zH5YwStWoeXdpiY5xxijMSCpP/N0itCVgl/sANh8BGseIA21u85qDxw0h0lyatw5rehUpL0tv xc/B04PTS94YtF+p0pK4cujhklnJGVvs7HZBOQC3J1DB+VJpTicPuc6Rv4l0QGzyzTYWK6fkH o4H00eMz9r/v2E2PyAk7PjSQURxU240qwdaU1cWC7NMI0Q+FR4GdTsPR1Hss6NlY+1QphmCou lPDcWusC2RvjOwoOleBHcmLQOErS5AG0ImQ2E9b6sRHFQkrQ48R516C4uP1p3VQv+lOrrd7Nr stpGvW8OBv/GqN+v Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1392 Lines: 39 On Monday 25 April 2016 11:01:25 Krzysztof Kozlowski wrote: > On 04/24/2016 11:15 PM, Arnd Bergmann wrote: > > On Wednesday 13 April 2016 12:01:18 Krzysztof Kozlowski wrote: > >> Topic branch for Device Tree changes for Exynos 3250 for v4.7: > >> > >> Merge necessary new clocks from Sylwester (used by new board) and add support > >> for Exynos3250-based Artik5 board. > >> > > > > Merged into next/dt, thanks! > > > > I see that you have modified the include/dt-bindings/clock/exynos3250.h > > file. Two questions about that: > > > > - How is this going to get synchronized with the respective driver changes > > in a way that avoids breaking the build of the clk tree? Do you just > > wait another merge window for that? > > Mentioned include/dt-bindings change comes from clk tree, merged here > (see "Merge tag 'clk-v4.7-exynos3250' of > git://linuxtv.org/snawrocki/samsung into > for-v4.7/dt-exynos3250-artik5"). I assume that any driver related > changes in clk tree would be on top of that commit. Ok > > - Are there any other clocks that you should define now so you don't run > > into dependency problems later? > > Indeed we might have similar for Exynos5422 and devfreq but I already > talked with Sylwester about it. He pushed such changes to clk folks and > prepared a tag for me - just in case: > https://lkml.org/lkml/2016/4/15/561 > Very good, thanks! Arnd