commit | 0e01a7c3f4b6a42f768a19f7fc1df92d3e3b5d37 | [log] [tgz] |
---|---|---|
author | Pratyush Yadav <p.yadav@ti.com> | Thu Sep 24 10:04:14 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 11:55:22 2020 -0400 |
tree | 1b7a060901775e87954bfcc9c3dff11b4de041c3 | |
parent | 7aa5ddffe7fbafe7ef828088ba1dbc76270300c5 [diff] |
regmap: Add regmap_init_mem_range() 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@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>