[PATCH 5/8] regmap: Add regmap_init_mem_range()
Simon Glass
sjg at chromium.org
Sun May 31 16:08:41 CEST 2020
On Wed, 27 May 2020 at 06:52, Pratyush Yadav <p.yadav at ti.com> wrote:
>
> Right now, the base of a regmap can only be obtained from the device
> tree. This makes it impossible for devices which calculate the base at
> runtime to use a regmap. An example of such a device is the Cadence
> Sierra PHY.
>
> Allow creating a regmap with one range whose start and size can be
> specified by the driver based on calculations at runtime.
>
> Signed-off-by: Pratyush Yadav <p.yadav at ti.com>
> ---
> drivers/core/regmap.c | 27 +++++++++++++++++++++++++++
> include/regmap.h | 19 +++++++++++++++++++
> 2 files changed, 46 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list