From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Tue, 09 Sep 2014 20:46:11 +0000 Subject: Re: [PATCH v2 01/10] clk: shmobile: sh73a0 common clock framework implementation Message-Id: <4800466.gxsmJrnFHZ@avalon> List-Id: References: <1409649186-1046-2-git-send-email-ulrich.hecht+renesas@gmail.com> In-Reply-To: <1409649186-1046-2-git-send-email-ulrich.hecht+renesas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Thursday 04 September 2014 16:13:58 Simon Horman wrote: > On Tue, Sep 02, 2014 at 11:12:57AM +0200, Ulrich Hecht wrote: > > Driver for the SH73A0's clocks that are too specific to be supported by a > > generic driver. > > > > Signed-off-by: Ulrich Hecht > > --- > > > > .../bindings/clock/renesas,sh73a0-cpg-clocks.txt | 31 ++++ > > drivers/clk/shmobile/Makefile | 1 + > > drivers/clk/shmobile/clk-sh73a0.c | 202 ++++++++++++++++ > > 3 files changed, 234 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/clock/renesas,sh73a0-cpg-clocks.txt > > create mode 100644 drivers/clk/shmobile/clk-sh73a0.c > > Its not a big deal to me but there seems to be some precedence > for having separate patches for the driver and documenting its bindings. devicetree@vger.kernel.org must be CC'ed on DT bindings patches. As a resend is thus needed, the patch could be split. -- Regards, Laurent Pinchart