Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-21 Thread Stephen Boyd
On 04/18, Neil Armstrong wrote: > Add Oxford Semiconductor OXNAS SoC Family Standard Clocks support. > > Signed-off-by: Neil Armstrong > --- Applied to clk-next + the two line removal discussed. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-21 Thread Stephen Boyd
On 04/18, Neil Armstrong wrote: > Add Oxford Semiconductor OXNAS SoC Family Standard Clocks support. > > Signed-off-by: Neil Armstrong > --- Applied to clk-next + the two line removal discussed. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-20 Thread Stephen Boyd
On 04/20, Neil Armstrong wrote: > On 04/19/2016 11:29 PM, Stephen Boyd wrote: > > On 04/18, Neil Armstrong wrote: > >> + struct clk_oxnas *_clk; > >> + > >> + if (!clk_oxnas_init[i].clk_init) > >> + continue; > > > > New design is fine, really it's up to you,

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-20 Thread Stephen Boyd
On 04/20, Neil Armstrong wrote: > On 04/19/2016 11:29 PM, Stephen Boyd wrote: > > On 04/18, Neil Armstrong wrote: > >> + struct clk_oxnas *_clk; > >> + > >> + if (!clk_oxnas_init[i].clk_init) > >> + continue; > > > > New design is fine, really it's up to you,

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-20 Thread Neil Armstrong
Hi Stephen, On 04/19/2016 11:29 PM, Stephen Boyd wrote: > On 04/18, Neil Armstrong wrote: >> + >> +static int oxnas_stdclk_probe(struct platform_device *pdev) >> +{ >> +struct device_node *np = pdev->dev.of_node; >> +struct clk_oxnas_data *clk_oxnas; >> +struct regmap *regmap; >> +

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-20 Thread Neil Armstrong
Hi Stephen, On 04/19/2016 11:29 PM, Stephen Boyd wrote: > On 04/18, Neil Armstrong wrote: >> + >> +static int oxnas_stdclk_probe(struct platform_device *pdev) >> +{ >> +struct device_node *np = pdev->dev.of_node; >> +struct clk_oxnas_data *clk_oxnas; >> +struct regmap *regmap; >> +

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-19 Thread Stephen Boyd
On 04/18, Neil Armstrong wrote: > + > +static int oxnas_stdclk_probe(struct platform_device *pdev) > +{ > + struct device_node *np = pdev->dev.of_node; > + struct clk_oxnas_data *clk_oxnas; > + struct regmap *regmap; > + int i; > + > + clk_oxnas = devm_kzalloc(>dev,

Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-19 Thread Stephen Boyd
On 04/18, Neil Armstrong wrote: > + > +static int oxnas_stdclk_probe(struct platform_device *pdev) > +{ > + struct device_node *np = pdev->dev.of_node; > + struct clk_oxnas_data *clk_oxnas; > + struct regmap *regmap; > + int i; > + > + clk_oxnas = devm_kzalloc(>dev,

[PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-18 Thread Neil Armstrong
Add Oxford Semiconductor OXNAS SoC Family Standard Clocks support. Signed-off-by: Neil Armstrong --- drivers/clk/Kconfig | 6 ++ drivers/clk/Makefile| 1 + drivers/clk/clk-oxnas.c | 198 3 files changed, 205

[PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

2016-04-18 Thread Neil Armstrong
Add Oxford Semiconductor OXNAS SoC Family Standard Clocks support. Signed-off-by: Neil Armstrong --- drivers/clk/Kconfig | 6 ++ drivers/clk/Makefile| 1 + drivers/clk/clk-oxnas.c | 198 3 files changed, 205 insertions(+) create mode