commit | bed4352ca8d8c8981d1af2094bef5d80107becf5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:22 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 95de368757d23feb5f1dba8f00b792c1f9c6db59 | |
parent | ca8ec4bbc4c788584eedd910abdaecdf71e69ff9 [diff] |
cros: Update cros_ec code to use struct udevice At present we pass around a private pointer to specify the cros_ec device. With driver model it makes more sense to pass the device. Update the code to do this. Signed-off-by: Simon Glass <sjg@chromium.org>