From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alim Akhtar Subject: Re: [PATCH v2 00/12] clk: samsung: exynos7: Cleanup of clock file Date: Tue, 15 Sep 2015 15:02:55 +0530 Message-ID: <55F7E5C7.40802@samsung.com> References: <1441874677-24148-1-git-send-email-alim.akhtar@samsung.com> <55F7E422.4080203@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:37630 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753695AbbIOJly (ORCPT ); Tue, 15 Sep 2015 05:41:54 -0400 In-reply-to: <55F7E422.4080203@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Sylwester Nawrocki , linux-samsung-soc@vger.kernel.org Cc: tomasz.figa@gmail.com, kgene@kernel.org, k.kozlowski@samsung.com, mturquette@baylibre.com, amit.daniel@samsung.com, gautam.vivek@samsung.com, sboyd@codeaurora.org, linux-clk@vger.kernel.org Hi Sylwester, On 09/15/2015 02:55 PM, Sylwester Nawrocki wrote: > On 10/09/15 10:44, Alim Akhtar wrote: >> Currently there are lots of ambiguity between clock names in clock file >> and in user manual, which leads to lots of confusion for the reviewers. >> This series attempts to cleanup the exynos7 clock file as per >> user manual naming convention. >> This also adds some of the missing Gate clocks which are needed >> to complete the clock tree. > > The whole series applied, thanks. > Thanks!!