Home
last modified time | relevance | path

Searched hist:"24 ed894fc05618aa38b82dc158e15d712833132b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c24ed894fc05618aa38b82dc158e15d712833132b Wed Mar 25 18:22:25 UTC 2015 Simon Glass <sjg@chromium.org> dm: usb: ehci: Use a function to find the controller from struct udevice

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>
Reviewed-by: Marek Vasut <marex@denx.de>