commit | af68411dd1e9ef69ada074963333a5a5b8e278a4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:27 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:39 2020 -0700 |
tree | 8f7541d0684c7e549f37435bcad477e8d7166ec6 | |
parent | 8d6320cc4d5cd01e2e7fd01dd635e360cf0a1699 [diff] |
dm: devres: Use an enum for the allocation phase At present we only support two phases where devres can be used: bind and probe. This is handled with a boolean. We want to add a new phase (platdata), so change this to an enum. Signed-off-by: Simon Glass <sjg@chromium.org>