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

2018-01-02 Thread Stephen Boyd
On 12/22, 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 > --- Applied to clk-next -- Qualcomm Innovation

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

2018-01-02 Thread Stephen Boyd
On 12/22, 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 > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code

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

2018-01-01 Thread Benjamin Herrenschmidt
On Fri, 2017-12-22 at 13:15 +1030, 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 Reviewed-by: Benjamin

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

2018-01-01 Thread Benjamin Herrenschmidt
On Fri, 2017-12-22 at 13:15 +1030, 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 Reviewed-by: Benjamin Herrenschmidt > --- > v7: > -

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

2017-12-21 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 --- v7: - Rebase on dt-bindings patch - Add ASPEED_NUM_CLKS as it no longer lives in the

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

2017-12-21 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 --- v7: - Rebase on dt-bindings patch - Add ASPEED_NUM_CLKS as it no longer lives in the header v6: - Add SPDX copyright