From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751323AbaCYF1h (ORCPT ); Tue, 25 Mar 2014 01:27:37 -0400 Received: from mail-pb0-f53.google.com ([209.85.160.53]:38870 "EHLO mail-pb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845AbaCYF1e convert rfc822-to-8bit (ORCPT ); Tue, 25 Mar 2014 01:27:34 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Gabriel FERNANDEZ , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rob@landley.net, linux@arm.linux.org.uk, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Mike Turquette In-Reply-To: <1393514668-17440-2-git-send-email-gabriel.fernandez@st.com> Cc: "Lee Jones" , "Gabriel Fernandez" , "Pankaj Dev" References: <1393514668-17440-1-git-send-email-gabriel.fernandez@st.com> <1393514668-17440-2-git-send-email-gabriel.fernandez@st.com> Message-ID: <20140325052725.32624.39974@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH v0 01/15] drivers: clk: st: Support for DIVMUX and PreDiv Clocks Date: Mon, 24 Mar 2014 22:27:25 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Gabriel FERNANDEZ (2014-02-27 07:24:14) > +/** > + * DOC: Clock mux with a programmable divider on each of its three inputs. > + * The mux has an input setting which effectively gates its output. > + * > + * Traits of this clock: > + * prepare - clk_(un)prepare only ensures parent is (un)prepared Minor nitpick but it doesn't look like .prepare or .unprepare are supported below. It looks like this copy/paste comment applies to most of the clk patches as well. It's a small problem and doesn't require a patch respin. But perhaps can be cleaned up some day in the future. Do you want me to take these patches directly or are you just looking for an Ack? Regards, Mike