Re: [U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:57, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:09 PM, Hans de Goede wrote: >> This is a preparation patch for adding driver-model support. >> >> Signed-off-by: Hans de Goede > > Acked-by: Marek Vasut Applied to u-boot-dm, thanks! _

Re: [U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:09 PM, Hans de Goede wrote: > This is a preparation patch for adding driver-model support. > > Signed-off-by: Hans de Goede Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct

2015-05-05 Thread Hans de Goede
This is a preparation patch for adding driver-model support. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 10 ++ drivers/usb/host/ohci.h | 19 +++ 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/u