From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v2 0/4] Introduce table driven initializations Date: Wed, 04 Sep 2013 14:11:19 -0600 Message-ID: <522793E7.3020000@wwwdotorg.org> References: <1378304438-7780-1-git-send-email-pdeschrijver@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1378304438-7780-1-git-send-email-pdeschrijver@nvidia.com> Sender: linux-kernel-owner@vger.kernel.org To: Peter De Schrijver Cc: linux-tegra@vger.kernel.org, Mike Turquette , Joseph Lo , Paul Walmsley , Prashant Gaikwad , Thierry Reding , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-tegra@vger.kernel.org On 09/04/2013 08:20 AM, Peter De Schrijver wrote: > This patchset introduces a table driven initialization method for the > audio, PMC and gate clocks. It's similar to the table we already have for > the periph clocks. > > Changes since v1: > > * Use parent names directly in TEGRA_INIT_DATA_GATE() For the record, I said the following in response to V1 which still applies: I assume these patches will all go through Mike's clock tree for 3.13. Aside from the one issue I mentioned, the series, Acked-by: Stephen Warren I assume this will be followed by changes to convert the Tegra20/30 clock drivers to be table-based too? From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Wed, 04 Sep 2013 14:11:19 -0600 Subject: [PATCH v2 0/4] Introduce table driven initializations In-Reply-To: <1378304438-7780-1-git-send-email-pdeschrijver@nvidia.com> References: <1378304438-7780-1-git-send-email-pdeschrijver@nvidia.com> Message-ID: <522793E7.3020000@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/04/2013 08:20 AM, Peter De Schrijver wrote: > This patchset introduces a table driven initialization method for the > audio, PMC and gate clocks. It's similar to the table we already have for > the periph clocks. > > Changes since v1: > > * Use parent names directly in TEGRA_INIT_DATA_GATE() For the record, I said the following in response to V1 which still applies: I assume these patches will all go through Mike's clock tree for 3.13. Aside from the one issue I mentioned, the series, Acked-by: Stephen Warren I assume this will be followed by changes to convert the Tegra20/30 clock drivers to be table-based too?