[PATCHv12 06/49] clk: add support for low level register ops

2013-12-20 Thread Tero Kristo
Low level register ops are needed for providing SoC or IP block specific access routines to clock registers. Subsequent patches add support for the low level ops for the individual clock drivers. Signed-off-by: Tero Kristo --- drivers/clk/clk.c| 28 inc

Re: [PATCHv12 06/49] clk: add support for low level register ops

2013-12-22 Thread Gerhard Sittig
[ added agust@ for mpc5xxx, dropped devicetree ] On Fri, Dec 20, 2013 at 18:34 +0200, Tero Kristo wrote: > > Low level register ops are needed for providing SoC or IP block specific > access routines to clock registers. Subsequent patches add support for > the low level ops for the individual clo

Re: [PATCHv12 06/49] clk: add support for low level register ops

2014-01-03 Thread Tero Kristo
On 12/22/2013 07:39 PM, Gerhard Sittig wrote: [ added agust@ for mpc5xxx, dropped devicetree ] On Fri, Dec 20, 2013 at 18:34 +0200, Tero Kristo wrote: Low level register ops are needed for providing SoC or IP block specific access routines to clock registers. Subsequent patches add support for

Re: [PATCHv12 06/49] clk: add support for low level register ops

2014-01-03 Thread Stephen Boyd
On 01/03/14 01:13, Tero Kristo wrote: > On 12/22/2013 07:39 PM, Gerhard Sittig wrote: >> >> >> Further I'd suggest to split this register access aspect out of >> the TI clock series, and to prepare it already for regmap style >> access to the hardware registers. See the next comment below. > > Thi

Re: [PATCHv12 06/49] clk: add support for low level register ops

2014-01-06 Thread Tero Kristo
On 01/03/2014 09:48 PM, Stephen Boyd wrote: On 01/03/14 01:13, Tero Kristo wrote: On 12/22/2013 07:39 PM, Gerhard Sittig wrote: Further I'd suggest to split this register access aspect out of the TI clock series, and to prepare it already for regmap style access to the hardware registers. Se