Re: [U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices

2013-05-12 Thread Bo Shen
Hi Andreas, On 5/12/2013 19:28, Andreas Bießmann wrote: Dear Bo Shen, On 12.03.2013 07:15, Bo Shen wrote: Add OHCI support for sama5d3x devices can you please rebase this patch and send again? OK, I will do it at next version. Signed-off-by: Bo Shen --- change in v2: - change #if de

Re: [U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices

2013-05-12 Thread Andreas Bießmann
Dear Bo Shen, On 12.03.2013 07:15, Bo Shen wrote: Add OHCI support for sama5d3x devices can you please rebase this patch and send again? Signed-off-by: Bo Shen --- change in v2: - change #if defined to #ifdef for sama5d3 --- drivers/usb/host/ohci-at91.c | 14 -- 1 file

[U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices

2013-03-11 Thread Bo Shen
Add OHCI support for sama5d3x devices Signed-off-by: Bo Shen --- change in v2: - change #if defined to #ifdef for sama5d3 --- drivers/usb/host/ohci-at91.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-