Re: [PATCH v3 2/5] Documentation: common clk API

2011-11-26 Thread Shawn Guo
On Wed, Nov 23, 2011 at 12:33:47PM -0800, Turquette, Mike wrote: On Tue, Nov 22, 2011 at 6:03 PM, Saravana Kannan skan...@codeaurora.org wrote: On 11/21/2011 05:40 PM, Mike Turquette wrote: [...] +is modified slightly for brevity: + +struct clk { +       const char              

Re: [PATCH v3 2/5] Documentation: common clk API

2011-11-26 Thread Turquette, Mike
On Sat, Nov 26, 2011 at 12:47 AM, Shawn Guo shawn@freescale.com wrote: On Wed, Nov 23, 2011 at 12:33:47PM -0800, Turquette, Mike wrote: On Tue, Nov 22, 2011 at 6:03 PM, Saravana Kannan skan...@codeaurora.org wrote: On 11/21/2011 05:40 PM, Mike Turquette wrote: No strong opinion, but

Re: [PATCH v3 2/5] Documentation: common clk API

2011-11-23 Thread Turquette, Mike
On Tue, Nov 22, 2011 at 6:03 PM, Saravana Kannan skan...@codeaurora.org wrote: On 11/21/2011 05:40 PM, Mike Turquette wrote: +Below is the common struct clk definition from include/linux.clk.h.  It Typo Will fix in V4. +is modified slightly for brevity: + +struct clk { +       const

Re: [PATCH v3 2/5] Documentation: common clk API

2011-11-22 Thread Saravana Kannan
On 11/21/2011 05:40 PM, Mike Turquette wrote: Provide documentation for the common clk structures and APIs. This code can be found in drivers/clk/ and include/linux/clk.h. Signed-off-by: Mike Turquettemturque...@linaro.org --- Documentation/clk.txt | 312

[PATCH v3 2/5] Documentation: common clk API

2011-11-21 Thread Mike Turquette
Provide documentation for the common clk structures and APIs. This code can be found in drivers/clk/ and include/linux/clk.h. Signed-off-by: Mike Turquette mturque...@linaro.org --- Documentation/clk.txt | 312 + 1 files changed, 312