Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-24 Thread Simon Glass
Hi Masahiro, On 23 February 2015 at 21:54, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, On Fri, 20 Feb 2015 10:21:27 -0700 Simon Glass s...@chromium.org wrote: Hi Masahiro, On 20 February 2015 at 05:12, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon,

Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-20 Thread Masahiro Yamada
Hi Marek, On Tue, 17 Feb 2015 20:51:48 +0100 Marek Vasut ma...@denx.de wrote: On Tuesday, February 17, 2015 at 08:00:27 AM, Masahiro Yamada wrote: Support xHCI host driver used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Hi Marek,

Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-20 Thread Masahiro Yamada
Hi Simon, On Tue, 17 Feb 2015 22:01:53 -0700 Simon Glass s...@chromium.org wrote: +#include common.h +#include linux/err.h +#include usb.h +#include fdtdec.h +#include xhci.h + +DECLARE_GLOBAL_DATA_PTR; + +#define FDTgd-fdt_blob Ick, please don't do this. Just

Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-20 Thread Marek Vasut
On Friday, February 20, 2015 at 02:04:54 PM, Masahiro Yamada wrote: Hi Marek, Hi! On Tue, 17 Feb 2015 20:51:48 +0100 Marek Vasut ma...@denx.de wrote: On Tuesday, February 17, 2015 at 08:00:27 AM, Masahiro Yamada wrote: Support xHCI host driver used on Panasonic UniPhier platform.

Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-20 Thread Simon Glass
Hi Masahiro, On 20 February 2015 at 05:12, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, On Tue, 17 Feb 2015 22:01:53 -0700 Simon Glass s...@chromium.org wrote: +#include common.h +#include linux/err.h +#include usb.h +#include fdtdec.h +#include xhci.h +

Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-17 Thread Simon Glass
Hi Masahiro, On 17 February 2015 at 00:00, Masahiro Yamada yamad...@jp.panasonic.com wrote: Support xHCI host driver used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Hi Marek, I want apply this patch onto u-boot-uniphier/master to avoid

Re: [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-17 Thread Marek Vasut
On Tuesday, February 17, 2015 at 08:00:27 AM, Masahiro Yamada wrote: Support xHCI host driver used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Hi Marek, I want apply this patch onto u-boot-uniphier/master to avoid conflicts. If you are

[U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

2015-02-16 Thread Masahiro Yamada
Support xHCI host driver used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Hi Marek, I want apply this patch onto u-boot-uniphier/master to avoid conflicts. If you are OK with it, could you issue your Acked-by tag, please? Thanks, Masahiro