[PATCH v2 00/13] clk_hw based clkdev/DT providers

2016-04-21 Thread Stephen Boyd
We've mostly split the clk API between consumers and providers along struct clk and struct clk_hw, but the registration and clkdev/DT code is still struct clk focused. This series lays the foundation for changing that design by making clk_register() return an int instead of a struct clk and

[PATCH v2 00/13] clk_hw based clkdev/DT providers

2016-04-21 Thread Stephen Boyd
We've mostly split the clk API between consumers and providers along struct clk and struct clk_hw, but the registration and clkdev/DT code is still struct clk focused. This series lays the foundation for changing that design by making clk_register() return an int instead of a struct clk and