Re: [PATCH v4 2/7] clk: at91: add I2S clock mux driver

2018-06-12 Thread Stephen Boyd
Quoting Codrin Ciubotariu (2018-06-04 01:20:29) > On 31.05.2018 18:26, Stephen Boyd wrote: > > Quoting Codrin Ciubotariu (2018-05-25 05:34:23) > > > >> + .get_parent = clk_i2s_mux_get_parent, > >> + .set_parent = clk_i2s_mux_set_parent, > >> + .determine_rate =

Re: [PATCH v4 2/7] clk: at91: add I2S clock mux driver

2018-06-12 Thread Stephen Boyd
Quoting Codrin Ciubotariu (2018-06-04 01:20:29) > On 31.05.2018 18:26, Stephen Boyd wrote: > > Quoting Codrin Ciubotariu (2018-05-25 05:34:23) > > > >> + .get_parent = clk_i2s_mux_get_parent, > >> + .set_parent = clk_i2s_mux_set_parent, > >> + .determine_rate =

Re: [PATCH v4 2/7] clk: at91: add I2S clock mux driver

2018-06-04 Thread Codrin Ciubotariu
On 31.05.2018 18:26, Stephen Boyd wrote: Quoting Codrin Ciubotariu (2018-05-25 05:34:23) This driver is a simple muxing driver that controls the I2S's clock input by using syscon/regmap to change the parrent. s/parrent/parent/ I will fix it. The available inputs can be Peripheral clock

Re: [PATCH v4 2/7] clk: at91: add I2S clock mux driver

2018-06-04 Thread Codrin Ciubotariu
On 31.05.2018 18:26, Stephen Boyd wrote: Quoting Codrin Ciubotariu (2018-05-25 05:34:23) This driver is a simple muxing driver that controls the I2S's clock input by using syscon/regmap to change the parrent. s/parrent/parent/ I will fix it. The available inputs can be Peripheral clock

Re: [PATCH v4 2/7] clk: at91: add I2S clock mux driver

2018-05-31 Thread Stephen Boyd
Quoting Codrin Ciubotariu (2018-05-25 05:34:23) > This driver is a simple muxing driver that controls the > I2S's clock input by using syscon/regmap to change the parrent. s/parrent/parent/ > The available inputs can be Peripheral clock and Generated clock. Why capitalize peripheral and

Re: [PATCH v4 2/7] clk: at91: add I2S clock mux driver

2018-05-31 Thread Stephen Boyd
Quoting Codrin Ciubotariu (2018-05-25 05:34:23) > This driver is a simple muxing driver that controls the > I2S's clock input by using syscon/regmap to change the parrent. s/parrent/parent/ > The available inputs can be Peripheral clock and Generated clock. Why capitalize peripheral and