[PATCH v2 03/26] clk: Add regmap support

2016-01-27 Thread Stephen Boyd
On 01/14, Maxime Ripard wrote: > From: Matthias Brugger > > Some devices like SoCs from Mediatek need to use the clock > through a regmap interface. > This patch adds regmap support for the simple multiplexer clock, > the divider clock and the clock gate code. > > Signed-off-by: Matthias Brugger

[PATCH v2 03/26] clk: Add regmap support

2016-01-14 Thread Maxime Ripard
From: Matthias Brugger Some devices like SoCs from Mediatek need to use the clock through a regmap interface. This patch adds regmap support for the simple multiplexer clock, the divider clock and the clock gate code. Signed-off-by: Matthias Brugger Signed-off-by: Maxime Ripard --- drivers/cl