Re: [PATCH 1/3] clk: mux: Add regmap support for simple mux

2015-05-29 Thread Matthias Brugger
2015-05-29 8:57 GMT+02:00 Joachim Eastwood : > Hi Matthias, > > On 28 May 2015 at 20:41, Matthias Brugger wrote: >> Some devices like SoCs from Mediatek need to use the clock muxes >> through a regmap interface. >> This patch adds regmap support for simple the simple multiplexer >> clock code. >

Re: [PATCH 1/3] clk: mux: Add regmap support for simple mux

2015-05-29 Thread Matthias Brugger
2015-05-29 8:40 GMT+02:00 Sascha Hauer : > On Thu, May 28, 2015 at 08:41:46PM +0200, Matthias Brugger wrote: >> Some devices like SoCs from Mediatek need to use the clock muxes >> through a regmap interface. >> This patch adds regmap support for simple the simple multiplexer >> clock code. >> >> Si

Re: [PATCH 1/3] clk: mux: Add regmap support for simple mux

2015-05-28 Thread Joachim Eastwood
Hi Matthias, On 28 May 2015 at 20:41, Matthias Brugger wrote: > Some devices like SoCs from Mediatek need to use the clock muxes > through a regmap interface. > This patch adds regmap support for simple the simple multiplexer > clock code. Nice to see regmap support. This something I would also

Re: [PATCH 1/3] clk: mux: Add regmap support for simple mux

2015-05-28 Thread Sascha Hauer
On Thu, May 28, 2015 at 08:41:46PM +0200, Matthias Brugger wrote: > Some devices like SoCs from Mediatek need to use the clock muxes > through a regmap interface. > This patch adds regmap support for simple the simple multiplexer > clock code. > > Signed-off-by: Matthias Brugger > --- > drivers/

[PATCH 1/3] clk: mux: Add regmap support for simple mux

2015-05-28 Thread Matthias Brugger
Some devices like SoCs from Mediatek need to use the clock muxes through a regmap interface. This patch adds regmap support for simple the simple multiplexer clock code. Signed-off-by: Matthias Brugger --- drivers/clk/clk-mux.c| 103 ++- include/li