
28 Jul
2015
28 Jul
'15
1:31 a.m.
On 7 July 2015 at 20:53, Simon Glass sjg@chromium.org wrote:
Put all global data in a structure and move (what will be) common code into common functions. This will make the driver-model conversion much easier.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/usb/host/dwc2.c | 150 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 100 insertions(+), 50 deletions(-)
Applied to u-boot-dm.