From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933464AbcE3P1c (ORCPT ); Mon, 30 May 2016 11:27:32 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:18482 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932508AbcE3P13 (ORCPT ); Mon, 30 May 2016 11:27:29 -0400 X-AuditID: cbfec7f5-f792a6d000001302-73-574c5bdd9108 Subject: Re: [PATCH v5 00/22] ARM: dts: exynos: Add initial support for Odroid XU To: Krzysztof Kozlowski References: <1464429273-23457-1-git-send-email-krzk@kernel.org> Cc: Kukjin Kim , Krzysztof Kozlowski , Tomasz Figa , Michael Turquette , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Javier Martinez Canillas , Rob Herring From: Sylwester Nawrocki Message-id: <574C5BD2.60008@samsung.com> Date: Mon, 30 May 2016 17:27:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-version: 1.0 In-reply-to: <1464429273-23457-1-git-send-email-krzk@kernel.org> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpkkeLIzCtJLcpLzFFi42I5/e/4Vd270T7hBisfcFrMP3KO1eLN2zVM Fq9fGFr0P37NbHH+/AZ2i02Pr7FafOy5x2pxedccNosZ5/cxWVw85WrRuvcIu8WPM90sFqt2 /WF04PV4f6OV3eNyXy+Tx85Zd9k9Nq3qZPPYvKTeY0s/kNe3ZRWjx+dNcgEcUVw2Kak5mWWp Rfp2CVwZuxsXMBZM4a548auqgXEpZxcjJ4eEgInEuu3P2CBsMYkL99YD2VwcQgJLGSV+LtzP AuE8Z5R42PqfsYuRg0NYIFji4Mo0kAYRAU2J63+/s4LYQgL2EmsnnwSrZxY4xSyx5OMxZpAE m4ChRO/RPkYQm1dAQ+LQkw1sIHNYBFQlHre5gIRFBSIknsw9CVUiKPFj8j0WkBJOAQeJo2d5 QUxmAT2J+xe1QCqYBeQlNq95yzyBUWAWkoZZCFWzkFQtYGRexSiaWppcUJyUnmukV5yYW1ya l66XnJ+7iRESMV93MC49ZnWIUYCDUYmHt0DTO1yINbGsuDL3EKMEB7OSCK9XqE+4EG9KYmVV alF+fFFpTmrxIUZpDhYlcd6Zu96HCAmkJ5akZqemFqQWwWSZODilGhjTfDXijirfyz029ViZ 853ED5xR9//tU/Bpz3jPxJsp73w2tET88p68fyGxJfqv/Hr1b+ekzmA8vKeRcXPBIqUFraUy Xb8Uv3FtiK9Z8YL5gUK834+2bfMcP8YELHq45lZtx8QJLM5HPVP2ZklI7P39WaHl1LmpfaFT J6ss9gy347yzeJrAcy4lluKMREMt5qLiRACEmRrnlAIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/28/2016 11:54 AM, Krzysztof Kozlowski wrote: > > The clock changes can go to clock tree. ARM changes to samsung-soc tree. > Please provide me a tag with include/dt-bindings/clock commits so I can > merge it. I applied the clock tree patches and here is the tag for the three include/dt-bindings patches: The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git tags/clk-v4.8-exynos5410-dt for you to fetch changes up to ed1e1505db0c116affdfab01e650c44a9c459c65: dt-bindings: clock: Add I2C, HSI2C and RTC clock IDs to Exynos5410 (2016-05-30 16:00:11 +0200) ---------------------------------------------------------------- Adition of missing clock index definitions for exynos5410 SoC PWM, USB, I2C, and RTC device related clocks. ---------------------------------------------------------------- Krzysztof Kozlowski (3): dt-bindings: clock: Add license and reformat Exynos5410 clock IDs dt-bindings: clock: Add PWM and USB clock IDs to Exynos5410 dt-bindings: clock: Add I2C, HSI2C and RTC clock IDs to Exynos5410 include/dt-bindings/clock/exynos5410.h | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 22 deletions(-) -- Thanks, Sylwester From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Mon, 30 May 2016 17:27:14 +0200 Subject: [PATCH v5 00/22] ARM: dts: exynos: Add initial support for Odroid XU In-Reply-To: <1464429273-23457-1-git-send-email-krzk@kernel.org> References: <1464429273-23457-1-git-send-email-krzk@kernel.org> Message-ID: <574C5BD2.60008@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/28/2016 11:54 AM, Krzysztof Kozlowski wrote: > > The clock changes can go to clock tree. ARM changes to samsung-soc tree. > Please provide me a tag with include/dt-bindings/clock commits so I can > merge it. I applied the clock tree patches and here is the tag for the three include/dt-bindings patches: The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git tags/clk-v4.8-exynos5410-dt for you to fetch changes up to ed1e1505db0c116affdfab01e650c44a9c459c65: dt-bindings: clock: Add I2C, HSI2C and RTC clock IDs to Exynos5410 (2016-05-30 16:00:11 +0200) ---------------------------------------------------------------- Adition of missing clock index definitions for exynos5410 SoC PWM, USB, I2C, and RTC device related clocks. ---------------------------------------------------------------- Krzysztof Kozlowski (3): dt-bindings: clock: Add license and reformat Exynos5410 clock IDs dt-bindings: clock: Add PWM and USB clock IDs to Exynos5410 dt-bindings: clock: Add I2C, HSI2C and RTC clock IDs to Exynos5410 include/dt-bindings/clock/exynos5410.h | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 22 deletions(-) -- Thanks, Sylwester