Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-29 Thread Paul Cercueil
Dear Mr. Ombredanne, Le ven. 29 déc. 2017 à 13:55, Philippe Ombredanne a écrit : Dear Mr Crapouillou-Cercueil-Sir, On Thu, Dec 28, 2017 at 2:56 PM, Paul Cercueil wrote: Add support for the clocks provided by the CGU in the Ingenic JZ4770 SoC.

Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-29 Thread Paul Cercueil
Dear Mr. Ombredanne, Le ven. 29 déc. 2017 à 13:55, Philippe Ombredanne a écrit : Dear Mr Crapouillou-Cercueil-Sir, On Thu, Dec 28, 2017 at 2:56 PM, Paul Cercueil wrote: Add support for the clocks provided by the CGU in the Ingenic JZ4770 SoC. --- /dev/null +++

Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-29 Thread Philippe Ombredanne
Dear Mr Crapouillou-Cercueil-Sir, On Thu, Dec 28, 2017 at 2:56 PM, Paul Cercueil wrote: > Add support for the clocks provided by the CGU in the Ingenic JZ4770 > SoC. > --- /dev/null > +++ b/drivers/clk/ingenic/jz4770-cgu.c > @@ -0,0 +1,487 @@ > +/* > + * JZ4770 SoC CGU

Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-29 Thread Philippe Ombredanne
Dear Mr Crapouillou-Cercueil-Sir, On Thu, Dec 28, 2017 at 2:56 PM, Paul Cercueil wrote: > Add support for the clocks provided by the CGU in the Ingenic JZ4770 > SoC. > --- /dev/null > +++ b/drivers/clk/ingenic/jz4770-cgu.c > @@ -0,0 +1,487 @@ > +/* > + * JZ4770 SoC CGU driver > + * > + *

Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-28 Thread Stephen Boyd
On 12/28, Paul Cercueil wrote: > Add support for the clocks provided by the CGU in the Ingenic JZ4770 > SoC. > > Signed-off-by: Paul Cercueil > Signed-off-by: Maarten ter Huurne > --- Acked-by: Stephen Boyd -- Qualcomm

Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-28 Thread Stephen Boyd
On 12/28, Paul Cercueil wrote: > Add support for the clocks provided by the CGU in the Ingenic JZ4770 > SoC. > > Signed-off-by: Paul Cercueil > Signed-off-by: Maarten ter Huurne > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux

[PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-28 Thread Paul Cercueil
Add support for the clocks provided by the CGU in the Ingenic JZ4770 SoC. Signed-off-by: Paul Cercueil Signed-off-by: Maarten ter Huurne --- drivers/clk/ingenic/Makefile | 1 + drivers/clk/ingenic/jz4770-cgu.c | 487

[PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

2017-12-28 Thread Paul Cercueil
Add support for the clocks provided by the CGU in the Ingenic JZ4770 SoC. Signed-off-by: Paul Cercueil Signed-off-by: Maarten ter Huurne --- drivers/clk/ingenic/Makefile | 1 + drivers/clk/ingenic/jz4770-cgu.c | 487 +++ 2 files changed, 488