Re: [PATCH v2 01/10] regmap: mmio: Add function to attach a clock

2018-02-26 Thread Mark Brown
On Wed, Feb 21, 2018 at 10:20:25AM +0100, Maxime Ripard wrote: > From: Maxime Ripard > > regmap_init_mmio_clk allows to specify a clock that needs to be enabled > while accessing the registers. The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-0

[PATCH v2 01/10] regmap: mmio: Add function to attach a clock

2018-02-21 Thread Maxime Ripard
From: Maxime Ripard regmap_init_mmio_clk allows to specify a clock that needs to be enabled while accessing the registers. However, that clock is retrieved through its clock ID, which means it will lookup that clock based on the current device that registers the regmap, and, in the DT case, will