commit | 6322a7b63fb74d0f9ba5d027ef8299df7f796498 | [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 | 5592a633a09019d7c34b76a2cd3babff63e138ea [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>