commit | ad337e610b0227e9f9625bd7038ea00167d52860 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:08 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | cc061e3e361eb03a5e782117c5b5dce894440b5a | |
parent | 95141deeaef5547ca510e805522014731625c075 [diff] |
dm: core: Split out alloc code into a new function Add a new function to handle the allocation of private/platform data for a device. This will make it easier to skip this feature when using the new of-platdata. Signed-off-by: Simon Glass <sjg@chromium.org>