Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-12-23 Thread Sergei Shtylyov
Hello. On 07/31/2014 12:23 AM, Sergei Shtylyov wrote: Add RCAN clock support to the R-Car generation 2 CPG driver. This clock gets derived from the USB_EXTAL clock by dividing it by 6. The layout of RCANCKCR register is close to those of the clocks supported by the 'clk-div6' driver but has no

Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-09-10 Thread Laurent Pinchart
Hi Sergei, On Friday 05 September 2014 17:33:28 Sergei Shtylyov wrote: > On 09/05/2014 01:03 PM, Geert Uytterhoeven wrote: > >>> Add RCAN clock support to the R-Car generation 2 CPG driver. This clock > >>> gets derived from the USB_EXTAL clock by dividing it by 6. The layout of > >>> RCANCKCR reg

Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-09-05 Thread Sergei Shtylyov
On 09/05/2014 01:17 PM, Geert Uytterhoeven wrote: Add RCAN clock support to the R-Car generation 2 CPG driver. This clock gets derived from the USB_EXTAL clock by dividing it by 6. The layout of RCANCKCR register is close to those of the clocks supported by the 'clk-div6' driver but has no divid

Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-09-05 Thread Sergei Shtylyov
Hello. On 09/05/2014 01:03 PM, Geert Uytterhoeven wrote: Add RCAN clock support to the R-Car generation 2 CPG driver. This clock gets derived from the USB_EXTAL clock by dividing it by 6. The layout of RCANCKCR register is close to those of the clocks supported by the 'clk-div6' driver but has

Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-09-05 Thread Geert Uytterhoeven
Hi Sergei, On Fri, Sep 5, 2014 at 11:03 AM, Geert Uytterhoeven wrote: > On Wed, Sep 3, 2014 at 9:57 PM, Sergei Shtylyov > wrote: >> On 07/31/2014 12:23 AM, Sergei Shtylyov wrote: >> >>> Add RCAN clock support to the R-Car generation 2 CPG driver. This clock >>> gets >>> derived from the USB_EXT

Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-09-05 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Sep 3, 2014 at 9:57 PM, Sergei Shtylyov wrote: > On 07/31/2014 12:23 AM, Sergei Shtylyov wrote: > >> Add RCAN clock support to the R-Car generation 2 CPG driver. This clock >> gets >> derived from the USB_EXTAL clock by dividing it by 6. The layout of >> RCANCKCR >> register is

Re: [PATCH] clk-rcar-gen2: RCAN clock support

2014-09-03 Thread Sergei Shtylyov
Hello. On 07/31/2014 12:23 AM, Sergei Shtylyov wrote: Add RCAN clock support to the R-Car generation 2 CPG driver. This clock gets derived from the USB_EXTAL clock by dividing it by 6. The layout of RCANCKCR register is close to those of the clocks supported by the 'clk-div6' driver but has no

[PATCH] clk-rcar-gen2: RCAN clock support

2014-07-30 Thread Sergei Shtylyov
Add RCAN clock support to the R-Car generation 2 CPG driver. This clock gets derived from the USB_EXTAL clock by dividing it by 6. The layout of RCANCKCR register is close to those of the clocks supported by the 'clk-div6' driver but has no divider field, and so can't be supported by that driver..