Re: [RFC PATCH] regmap: mmio: add register clock support

2013-02-14 Thread Mark Brown
On Thu, Feb 14, 2013 at 01:38:43PM +0100, Philipp Zabel wrote: > Are you ok with the way (devm_)regmap_mmio_init_clk are added? > Maybe (devm_)regmap_mmio_init should be turned into inlines. Yes, that's fine - please respin and submit. signature.asc Description: Digital signature

Re: [RFC PATCH] regmap: mmio: add register clock support

2013-02-14 Thread Philipp Zabel
Hi Mark, Am Donnerstag, den 14.02.2013, 11:56 + schrieb Mark Brown: > On Thu, Feb 14, 2013 at 10:49:14AM +0100, Philipp Zabel wrote: > > > Some mmio devices have a dedicated interface clock that needs > > to be enabled to access their registers. This patch optionally > > enables a clock befor

Re: [RFC PATCH] regmap: mmio: add register clock support

2013-02-14 Thread Mark Brown
On Thu, Feb 14, 2013 at 10:49:14AM +0100, Philipp Zabel wrote: > Some mmio devices have a dedicated interface clock that needs > to be enabled to access their registers. This patch optionally > enables a clock before accessing registers in the regmap_bus > callbacks. This is a good feature but a

[RFC PATCH] regmap: mmio: add register clock support

2013-02-14 Thread Philipp Zabel
Some mmio devices have a dedicated interface clock that needs to be enabled to access their registers. This patch optionally enables a clock before accessing registers in the regmap_bus callbacks. I added (devm_)regmap_init_mmio_clk variants of the init functions that have an added clk_id string p