| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-31 | lib: utils/regmap: Add simple FDT based regmap framework | Anup Patel | |
| We add a simple FDT based regmap framework which is built on top of generic regmap library. The phandle of FDT regmap DT node is treated as unique regmap ID. The FDT based regmap drivers will be probed on-demand from fdt_regmap_get_by_phandle() and fdt_regmap_get() called by the regmap client drivers. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Xiang W <[email protected]> | |||
| 2023-07-31 | lib: utils/regmap: Add generic regmap access library | Anup Patel | |
| We add generic regmap access library which is independent of hardware description format (FDT or ACPI). The OpenSBI platform support or regmap drivers can register regmap instances which can be discovered by different regmap clients based on the unique ID of regmap instances. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Xiang W <[email protected]> | |||
