commit | 52742f4c8adffd172531f31fb3f6bc00b71e1b7f | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Jun 11 00:43:33 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 17 11:12:08 2019 -0400 |
tree | 4337d165fd7ee3a516025ce8964d68bf3ffd6c5c | |
parent | 03c9a406e32dae3a193b0927baf1c9b1cab92b3b [diff] |
regmap: Add API regmap_init_mem_index() In device nodes with more than one entry in the reg property, it is sometimes useful to regmap only of the entries. Add an API regmap_init_mem_index() to facilitate this. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>