From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759692Ab3JOTmE (ORCPT ); Tue, 15 Oct 2013 15:42:04 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:57290 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756826Ab3JOTmB (ORCPT ); Tue, 15 Oct 2013 15:42:01 -0400 Message-ID: <525D9A85.40102@wwwdotorg.org> Date: Tue, 15 Oct 2013 13:41:57 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Peter De Schrijver CC: Prashant Gaikwad , Mike Turquette , Thierry Reding , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Hiroshi Doyu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 14/19] clk: tegra30: replace enum by binding header References: <1381848794-11761-1-git-send-email-pdeschrijver@nvidia.com> <1381848794-11761-15-git-send-email-pdeschrijver@nvidia.com> In-Reply-To: <1381848794-11761-15-git-send-email-pdeschrijver@nvidia.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/15/2013 08:52 AM, Peter De Schrijver wrote: > As the clock IDs are now specified in a header file, we can use those > definitions instead of maintaining an internal enum. Nit: The patch subject should say "clk: tegra:" not "clk: tegra20:" so that anyone looking at the tags in the subject has only one "tegra" value to look at, not a whole bunch of them. Would it make sense to squash patches 15, 16, 18 together (and similar for Tegra30) to avoid some churn i.e. the fact that the entire body of tegra_periph_clk_list[] gets replaced twice?