commit | 8a5a8a73d52f820e703d250ed4e5043a31c7c8fb | [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 | e7722de325417b6d0e7ebf81431c0e5dca91cbb2 [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>