
7 Apr
2015
7 Apr
'15
8:43 p.m.
On 25 March 2015 at 12:22, Simon Glass sjg@chromium.org 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 sjg@chromium.org
Changes in v2: None
drivers/usb/host/ehci-hcd.c | 10 ++++++++++ drivers/usb/host/ehci.h | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+)
Applied to u-boot-dm/next.