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

2017-09-27 Thread Joel Stanley
On Mon, Sep 25, 2017 at 1:40 PM, Andrew Jeffery wrote: >> +struct aspeed_clk_gate { >> + struct clk_hw hw; >> + struct regmap *map; >> + u8 clock_idx; >> + s8 reset_idx; >> + u8 flags; >> + spinlock_t *lock;

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

2017-09-27 Thread Joel Stanley
On Mon, Sep 25, 2017 at 1:40 PM, Andrew Jeffery wrote: >> +struct aspeed_clk_gate { >> + struct clk_hw hw; >> + struct regmap *map; >> + u8 clock_idx; >> + s8 reset_idx; >> + u8 flags; >> + spinlock_t *lock; >> +}; > > It

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

2017-09-24 Thread Andrew Jeffery
On Thu, 2017-09-21 at 13:56 +0930, 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. >  > Signed-off-by: Joel Stanley > --- >  drivers/clk/Kconfig  |  12 +++ >  

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

2017-09-24 Thread Andrew Jeffery
On Thu, 2017-09-21 at 13:56 +0930, 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. >  > Signed-off-by: Joel Stanley > --- >  drivers/clk/Kconfig  |  12 +++ >  drivers/clk/Makefile 

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

2017-09-20 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. Signed-off-by: Joel Stanley --- drivers/clk/Kconfig | 12 +++ drivers/clk/Makefile | 1 + drivers/clk/clk-aspeed.c

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

2017-09-20 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. Signed-off-by: Joel Stanley --- drivers/clk/Kconfig | 12 +++ drivers/clk/Makefile | 1 + drivers/clk/clk-aspeed.c | 162