dm: devres: Use an enum for the allocation phase
authorSimon Glass <sjg@chromium.org>
Mon, 30 Dec 2019 04:19:27 +0000 (21:19 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 7 Jan 2020 23:02:39 +0000 (16:02 -0700)
commitaf68411dd1e9ef69ada074963333a5a5b8e278a4
tree8f7541d0684c7e549f37435bcad477e8d7166ec6
parent8d6320cc4d5cd01e2e7fd01dd635e360cf0a1699
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>
drivers/core/devres.c