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. >> >>

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

2015-05-29 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-29 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 > --- >

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

2015-05-29 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 matthias@gmail.com

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

2015-05-29 Thread Joachim Eastwood
Hi Matthias, On 28 May 2015 at 20:41, Matthias Brugger matthias@gmail.com 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

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 s.ha...@pengutronix.de: 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

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 manab...@gmail.com: Hi Matthias, On 28 May 2015 at 20:41, Matthias Brugger matthias@gmail.com 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

[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 ++-

[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 matthias@gmail.com --- drivers/clk/clk-mux.c| 103