commit | de5bab9c59807b109f89a39855c9eacfe4d08822 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Oct 31 16:49:03 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 15 11:49:56 2018 -0500 |
tree | 918155725e45773124d7b61cb61f6a78e3d8845d | |
parent | 74473ed0cf171acaf370b6ab2123b763107d5121 [diff] |
syscon: update syscon_node_to_regmap to use the DM functions + Update the function syscon_node_to_regmap() to force bound on syscon uclass and directly use the list of device from DM. + Remove the static list syscon_list. This patch avoid issue (crash) when syscon_node_to_regmap() is called before and after reallocation (list content is invalid). Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>