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

2013-02-14 Thread Mark Brown
On Thu, Feb 14, 2013 at 05:39:08PM +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. Applied, thanks. signature.a

[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

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
you ok with the way (devm_)regmap_mmio_init_clk are added? Maybe (devm_)regmap_mmio_init should be turned into inlines. thanks Philipp From: Philipp Zabel Subject: [PATCH] regmap: mmio: add register clock support Some mmio devices have a dedicated interface clock that needs to be enabled to

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