Re: [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-26 Thread Laurent Pinchart
Hi Mark, I'd like to send v4 of this series soon, hopefully for the last time. Would you be able to reply to the two issues that are still left and discussed below ? That would be really appreciated. On Wednesday 20 November 2013 22:54:58 Laurent Pinchart wrote: > On Tuesday 19 November 2013 18

Re: [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-20 Thread Laurent Pinchart
Hi Mark, On Tuesday 19 November 2013 18:19:36 Mark Rutland wrote: > On Tue, Nov 19, 2013 at 05:00:40PM +, Laurent Pinchart wrote: > > On Tuesday 19 November 2013 16:28:21 Mark Rutland wrote: > > > On Tue, Nov 19, 2013 at 02:45:42PM +, Laurent Pinchart wrote: > > > > MSTP clocks are gate cl

Re: [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-19 Thread Mark Rutland
On Tue, Nov 19, 2013 at 05:00:40PM +, Laurent Pinchart wrote: > Hi Mark, > > Thank you for the quick review, much appreciated. > > On Tuesday 19 November 2013 16:28:21 Mark Rutland wrote: > > On Tue, Nov 19, 2013 at 02:45:42PM +, Laurent Pinchart wrote: > > > MSTP clocks are gate clocks c

Re: [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-19 Thread Laurent Pinchart
Hi Mark, Thank you for the quick review, much appreciated. On Tuesday 19 November 2013 16:28:21 Mark Rutland wrote: > On Tue, Nov 19, 2013 at 02:45:42PM +, Laurent Pinchart wrote: > > MSTP clocks are gate clocks controlled through a register that handles > > up to 32 clocks. The register is o

Re: [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-19 Thread Mark Rutland
On Tue, Nov 19, 2013 at 02:45:42PM +, Laurent Pinchart wrote: > MSTP clocks are gate clocks controlled through a register that handles > up to 32 clocks. The register is often sparsely populated. Does that mean some clocks aren't wired up, or that some clocks don't exist at all? What is the b

[PATCH v3 3/8] clk: shmobile: Add MSTP clock support

2013-11-19 Thread Laurent Pinchart
MSTP clocks are gate clocks controlled through a register that handles up to 32 clocks. The register is often sparsely populated. Those clocks are found on Renesas ARM SoCs. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart --- .../bindings/clock/renesas,cpg-mstp-clocks.txt |