
7 Apr
2015
7 Apr
'15
8:44 p.m.
On 25 March 2015 at 12:22, Simon Glass sjg@chromium.org wrote:
With driver model we want to remove the controller pointer in struct udevice and use driver model data structures instead. To prepare for this, move access to this field to a function which can provide a different implementation for driver model.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/usb/host/ehci-hcd.c | 54 +++++++++++++++++++++++++++++++-------------- 1 file changed, 37 insertions(+), 17 deletions(-)
Applied to u-boot-dm/next.