Re: [PATCH v6 0/5] clk: Add Aspeed clock driver

2017-12-21 Thread Joel Stanley
On Fri, Dec 22, 2017 at 10:10 AM, Stephen Boyd wrote: > On 12/06, Joel Stanley wrote: >> Hello clk maintainers, >> >> Has anyone had a chance to review these patches? >> > > Besides the sleeping call that should be a delay it looks OK. > Send v7? Thanks for taking a look. I'll fix the sleep call

Re: [PATCH v6 0/5] clk: Add Aspeed clock driver

2017-12-21 Thread Stephen Boyd
On 12/06, Joel Stanley wrote: > Hello clk maintainers, > > Has anyone had a chance to review these patches? > Besides the sleeping call that should be a delay it looks OK. Send v7? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

Re: [PATCH v6 0/5] clk: Add Aspeed clock driver

2017-12-05 Thread Joel Stanley
Hello clk maintainers, Has anyone had a chance to review these patches? On Tue, Nov 28, 2017 at 5:49 PM, Joel Stanley wrote: > This driver supports the ast2500, ast2400 (and derivative) BMC SoCs from > Aspeed. > > This is v6. See patches for detailed changelogs. > > v6: Added reviewed-bys > v5:

[PATCH v6 0/5] clk: Add Aspeed clock driver

2017-11-27 Thread Joel Stanley
This driver supports the ast2500, ast2400 (and derivative) BMC SoCs from Aspeed. This is v6. See patches for detailed changelogs. v6: Added reviewed-bys v5: Address review from Andrew v4: Address review from Andrew and Stephen. v3: Address review from Andrew and has seen more testing on hardwar