From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 1/1] clk: npcm750: update text with fixed clocks Date: Wed, 21 Feb 2018 07:23:50 -0600 Message-ID: References: <1518701959-22899-1-git-send-email-tali.perry1@gmail.com> <1518701959-22899-2-git-send-email-tali.perry1@gmail.com> <20180219144905.bfrycjnas7dcuo34@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Brendan Higgins Cc: Mark Rutland , devicetree , Tomer Maimon , Avi Fishman , Linux Kernel Mailing List , OpenBMC Maillist , Russell King , Tali Perry , Nancy Yuen , Patrick Venture , Rick Altherr , Linux ARM List-Id: devicetree@vger.kernel.org On Tue, Feb 20, 2018 at 10:47 PM, Brendan Higgins wrote: > On Mon, Feb 19, 2018 at 6:49 AM, Rob Herring wrote: >> On Thu, Feb 15, 2018 at 02:38:12PM -0800, Brendan Higgins wrote: >>> On Thu, Feb 15, 2018 at 5:39 AM, Tali Perry wrote: >>> > >>> > Signed-off-by: Tali Perry >>> > >>> >>> >>> I think this should probably be rolled into [PATCH v2 1/1] npcm750: add fixed >>> clocks (moved from drivers/clk/clk-npcm7xx.c): >>> https://www.spinics.net/lists/arm-kernel/msg634678.html >> >> No, binding docs, dts files and driver code should all be separate >> patches. > > My mistake. This patch has a dt-bindings include file; should the include file > go in here, with the dtsi changes, or in its own separate patch? It defines the binding, so with the binding documentation. Rob