Re: [PATCH v6 1/5] clk: Add clock driver for ASPEED BMC SoCs

2017-12-19 Thread Joel Stanley
On Tue, Nov 28, 2017 at 5:49 PM, Joel Stanley wrote: > This adds the stub of a driver for the ASPEED SoCs. The clocks are > defined and the static registration is set up. > > Reviewed-by: Andrew Jeffery > Signed-off-by: Joel Stanley > --- > v6: > - Add SPDX copyright notices > v5: > - Add Andr

[PATCH v6 1/5] clk: Add clock driver for ASPEED BMC SoCs

2017-11-27 Thread Joel Stanley
This adds the stub of a driver for the ASPEED SoCs. The clocks are defined and the static registration is set up. Reviewed-by: Andrew Jeffery Signed-off-by: Joel Stanley --- v6: - Add SPDX copyright notices v5: - Add Andrew's reviewed-by - Make aspeed_gates not initconst to avoid section mism