Re: [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code

2014-04-23 Thread Felipe Balbi
Hi, On Wed, Apr 23, 2014 at 09:44:57AM +0200, Gregory CLEMENT wrote: > > On Fri, Apr 18, 2014 at 12:22:37PM +0200, Gregory CLEMENT wrote: > >> For the armada 38x SoCs which come with an xhci controller, specific > >> initialization must be done during probe, especially in relation with > >> the MB

Re: [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code

2014-04-23 Thread Gregory CLEMENT
Hi Felipe, On 20/04/2014 05:20, Felipe Balbi wrote: > On Fri, Apr 18, 2014 at 12:22:37PM +0200, Gregory CLEMENT wrote: >> For the armada 38x SoCs which come with an xhci controller, specific >> initialization must be done during probe, especially in relation with >> the MBus windows initializatio

Re: [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code

2014-04-19 Thread Felipe Balbi
On Fri, Apr 18, 2014 at 12:22:37PM +0200, Gregory CLEMENT wrote: > For the armada 38x SoCs which come with an xhci controller, specific > initialization must be done during probe, especially in relation with > the MBus windows initialization. This patch adds this support. > > Signed-off-by: Gregor

Re: [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code

2014-04-18 Thread Sebastian Hesselbarth
On 04/18/2014 01:43 PM, Gregory CLEMENT wrote: >>> @@ -0,0 +1,21 @@ >>> +/* >>> + * Copyright (C) 2014 Marvell >>> + * >>> + * Gregory Clement >>> + * >>> + * This file is licensed under the terms of the GNU General Public >>> + * License version 2. This program is licensed "as is" without any >>

Re: [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code

2014-04-18 Thread Gregory CLEMENT
Hi Sebastian, [...] >> @@ -0,0 +1,21 @@ >> +/* >> + * Copyright (C) 2014 Marvell >> + * >> + * Gregory Clement >> + * >> + * This file is licensed under the terms of the GNU General Public >> + * License version 2. This program is licensed "as is" without any >> + * warranty of any kind, whethe

Re: [PATCH 2/8] usb: host: xhci-plat: Add support for the Armada 38x glue code

2014-04-18 Thread Sebastian Hesselbarth
On 04/18/2014 12:22 PM, Gregory CLEMENT wrote: > For the armada 38x SoCs which come with an xhci controller, specific > initialization must be done during probe, especially in relation with > the MBus windows initialization. This patch adds this support. > > Signed-off-by: Gregory CLEMENT > --- >