From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/5] drivers: input: keyboard: st-keyscan: add keyscan driver Date: Mon, 10 Mar 2014 08:58:24 -0700 Message-ID: <20140310155824.GB29054@core.coreip.homeip.net> References: <1393990772-9567-1-git-send-email-gabriel.fernandez@st.com> <1393990772-9567-2-git-send-email-gabriel.fernandez@st.com> <20140310114819.GO14976@lee--X1> <20140310152859.GA29054@core.coreip.homeip.net> <20140310153815.GE13661@lee--X1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20140310153815.GE13661@lee--X1> Sender: linux-kernel-owner@vger.kernel.org To: Lee Jones Cc: Gabriel FERNANDEZ , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Rob Landley , Russell King , Grant Likely , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, kernel@stlinux.com, Giuseppe Condorelli List-Id: devicetree@vger.kernel.org On Mon, Mar 10, 2014 at 03:38:15PM +0000, Lee Jones wrote: > > > > This patch adds ST Keyscan driver to use the keypad hw a subset > > > > of ST boards provide. Specific board setup will be put in the > > > > given dt. > > > > > > > > Signed-off-by: Giuseppe Condorelli > > > > Signed-off-by: Gabriel Fernandez > > > > > > Are you sure these are in the correct order? > > > > > > What is the history of this commit? > > > > > > > --- > > > > .../devicetree/bindings/input/st-keypad.txt | 50 ++++ > > > > > > This should be submitted as a seperate patch. > > > > Why do we have such requirement? To me it would make more sense to add > > binding documentation in the same commit as the code that uses these > > bindings. > > I'm inclined to agree with you and that's actually how we used to do > it, but a decision was made by the DT guys at one of the Kernel > Summits to submit Documentation as a separate patch. Do you have background for this decision? To me it is akin splitting header file into a separate patch. -- Dmitry