Re: [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-08-08 Thread Yixun Lan
Hi Jerome On 07/30/18 16:57, Jerome Brunet wrote: > On Fri, 2018-07-27 at 09:45 -0700, Stephen Boyd wrote: >> Quoting Stephen Boyd (2018-07-27 09:41:40) >>> Quoting Yixun Lan (2018-07-27 07:52:23) HI Stephen: On 07/26/2018 11:20 PM, Stephen Boyd wrote: > Quoting Yixun Lan (2018-

Re: [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-07-30 Thread Jerome Brunet
On Fri, 2018-07-27 at 09:45 -0700, Stephen Boyd wrote: > Quoting Stephen Boyd (2018-07-27 09:41:40) > > Quoting Yixun Lan (2018-07-27 07:52:23) > > > HI Stephen: > > > > > > On 07/26/2018 11:20 PM, Stephen Boyd wrote: > > > > Quoting Yixun Lan (2018-07-12 14:12:44) > > > > > diff --git a/drivers/c

Re: [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-07-27 Thread Stephen Boyd
Quoting Stephen Boyd (2018-07-27 09:41:40) > Quoting Yixun Lan (2018-07-27 07:52:23) > > HI Stephen: > > > > On 07/26/2018 11:20 PM, Stephen Boyd wrote: > > > Quoting Yixun Lan (2018-07-12 14:12:44) > > >> diff --git a/drivers/clk/meson/mmc-clkc.c b/drivers/clk/meson/mmc-clkc.c > > >> new file mod

Re: [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-07-27 Thread Stephen Boyd
Quoting Yixun Lan (2018-07-27 07:52:23) > HI Stephen: > > On 07/26/2018 11:20 PM, Stephen Boyd wrote: > > Quoting Yixun Lan (2018-07-12 14:12:44) > >> diff --git a/drivers/clk/meson/mmc-clkc.c b/drivers/clk/meson/mmc-clkc.c > >> new file mode 100644 > >> index ..36c4c7cd69a6 > >> --- /

Re: [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-07-27 Thread Yixun Lan
HI Stephen: On 07/26/2018 11:20 PM, Stephen Boyd wrote: > Quoting Yixun Lan (2018-07-12 14:12:44) >> diff --git a/drivers/clk/meson/mmc-clkc.c b/drivers/clk/meson/mmc-clkc.c >> new file mode 100644 >> index ..36c4c7cd69a6 >> --- /dev/null >> +++ b/drivers/clk/meson/mmc-clkc.c >> @@ -0,

Re: [PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-07-26 Thread Stephen Boyd
Quoting Yixun Lan (2018-07-12 14:12:44) > diff --git a/drivers/clk/meson/mmc-clkc.c b/drivers/clk/meson/mmc-clkc.c > new file mode 100644 > index ..36c4c7cd69a6 > --- /dev/null > +++ b/drivers/clk/meson/mmc-clkc.c > @@ -0,0 +1,367 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/

[PATCH v3 2/2] clk: meson: add sub MMC clock controller driver

2018-07-12 Thread Yixun Lan
The patch will add a MMC clock controller driver which used by MMC or NAND, It provide a mux and divider clock, and three phase clocks - core, tx, tx. Two clocks are provided as the parent of MMC clock controller from upper layer clock controller - eg "amlogic,axg-clkc" in AXG platform. To specif