Re: [PATCH v3 4/6] clk: meson-axg: Add AO Clock and Reset controller driver

2018-04-06 Thread Stephen Boyd
Quoting Yixun Lan (2018-03-27 19:50:48) > + [CLKID_AO_SAR_ADC_CLK] = _saradc_gate, > +}; > + > +static struct clk_hw_onecell_data axg_aoclk_onecell_data = { const? > + .hws = { > + [CLKID_AO_REMOTE] = _ao.hw, > + [CLKID_AO_I2C_MASTER] =

Re: [PATCH v3 4/6] clk: meson-axg: Add AO Clock and Reset controller driver

2018-04-06 Thread Stephen Boyd
Quoting Yixun Lan (2018-03-27 19:50:48) > + [CLKID_AO_SAR_ADC_CLK] = _saradc_gate, > +}; > + > +static struct clk_hw_onecell_data axg_aoclk_onecell_data = { const? > + .hws = { > + [CLKID_AO_REMOTE] = _ao.hw, > + [CLKID_AO_I2C_MASTER] =

[PATCH v3 4/6] clk: meson-axg: Add AO Clock and Reset controller driver

2018-03-27 Thread Yixun Lan
From: Qiufang Dai Adds a Clock and Reset controller driver for the Always-On part of the Amlogic Meson-AXG SoC. Signed-off-by: Qiufang Dai Signed-off-by: Yixun Lan --- drivers/clk/meson/Makefile| 2 +-

[PATCH v3 4/6] clk: meson-axg: Add AO Clock and Reset controller driver

2018-03-27 Thread Yixun Lan
From: Qiufang Dai Adds a Clock and Reset controller driver for the Always-On part of the Amlogic Meson-AXG SoC. Signed-off-by: Qiufang Dai Signed-off-by: Yixun Lan --- drivers/clk/meson/Makefile| 2 +- drivers/clk/meson/axg-aoclk.c | 164 ++