[PATCH v2 0/3] clk: Add regmap support for clk mulitplexer

2015-05-29 Thread Matthias Brugger
This patch set adds regmap support for the simple clock multiplexer. Regmap use, apart from a pointer to the regmap struct needs an offset value to know where in the regmap it has to read/write. We add both fields to struct clk_mux. The driver will distinguish between a clock which is based on

[PATCH v2 0/3] clk: Add regmap support for clk mulitplexer

2015-05-29 Thread Matthias Brugger
This patch set adds regmap support for the simple clock multiplexer. Regmap use, apart from a pointer to the regmap struct needs an offset value to know where in the regmap it has to read/write. We add both fields to struct clk_mux. The driver will distinguish between a clock which is based on