Re: [U-Boot] [PATCH v2 31/80] dm: usb: Allow ECHI to hold private data for the controller

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:22, Simon Glass wrote: > Add a private data pointer that clients of EHCI can use to access their > private information. This establishes a link between struct ehci_ctrl and > its associated controller data structure. > > Signed-off-by: Simon Glass > --- > > Changes in v2: N

[U-Boot] [PATCH v2 31/80] dm: usb: Allow ECHI to hold private data for the controller

2015-03-25 Thread Simon Glass
Add a private data pointer that clients of EHCI can use to access their private information. This establishes a link between struct ehci_ctrl and its associated controller data structure. Signed-off-by: Simon Glass --- Changes in v2: None drivers/usb/host/ehci-hcd.c | 10 ++ drivers/us