Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-30 Thread Linus Walleij
On Wed, May 15, 2013 at 11:51 AM, Lee Jones lee.jo...@linaro.org wrote:

 For all ux500 based platforms the maximum number of end-points are used.
 Move this knowledge into the driver so we can relinquish the burden from
 platform data. This also removes quite a bit of complexity from the driver
 and will aid us when we come to enable the driver for Device Tree.

 Cc: Felipe Balbi ba...@ti.com
 Cc: linux-usb@vger.kernel.org
 Acked-by: Linus Walleij linus.wall...@linaro.org
 Acked-by: Fabio Baltieri fabio.balti...@linaro.org
 Signed-off-by: Lee Jones lee.jo...@linaro.org

Patch applied to my dma40 branch with Felipe's ACK.

Thanks!
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-30 Thread Linus Walleij
On Wed, May 29, 2013 at 7:57 PM, Felipe Balbi ba...@ti.com wrote:
 On Wed, May 15, 2013 at 10:51:43AM +0100, Lee Jones wrote:
 For all ux500 based platforms the maximum number of end-points are used.
 Move this knowledge into the driver so we can relinquish the burden from
 platform data. This also removes quite a bit of complexity from the driver
 and will aid us when we come to enable the driver for Device Tree.

 Cc: Felipe Balbi ba...@ti.com
 Cc: linux-usb@vger.kernel.org
 Acked-by: Linus Walleij linus.wall...@linaro.org
 Acked-by: Fabio Baltieri fabio.balti...@linaro.org
 Signed-off-by: Lee Jones lee.jo...@linaro.org

 for drivers/usb/musb

 Acked-by: Felipe Balbi ba...@ti.com

Is that only for this patch 20/39 or also 21, 22  23?

Poke us if we should re-send them...

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-30 Thread Lee Jones
On Thu, 30 May 2013, Linus Walleij wrote:

 On Wed, May 29, 2013 at 7:57 PM, Felipe Balbi ba...@ti.com wrote:
  On Wed, May 15, 2013 at 10:51:43AM +0100, Lee Jones wrote:
  For all ux500 based platforms the maximum number of end-points are used.
  Move this knowledge into the driver so we can relinquish the burden from
  platform data. This also removes quite a bit of complexity from the driver
  and will aid us when we come to enable the driver for Device Tree.
 
  Cc: Felipe Balbi ba...@ti.com
  Cc: linux-usb@vger.kernel.org
  Acked-by: Linus Walleij linus.wall...@linaro.org
  Acked-by: Fabio Baltieri fabio.balti...@linaro.org
  Signed-off-by: Lee Jones lee.jo...@linaro.org
 
  for drivers/usb/musb
 
  Acked-by: Felipe Balbi ba...@ti.com
 
 Is that only for this patch 20/39 or also 21, 22  23?
 
 Poke us if we should re-send them...

I read this as all patches in the series for drivers/usb/musb.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-30 Thread Felipe Balbi
HI

On Thu, May 30, 2013 at 09:12:11AM +0100, Lee Jones wrote:
 On Thu, 30 May 2013, Linus Walleij wrote:
 
  On Wed, May 29, 2013 at 7:57 PM, Felipe Balbi ba...@ti.com wrote:
   On Wed, May 15, 2013 at 10:51:43AM +0100, Lee Jones wrote:
   For all ux500 based platforms the maximum number of end-points are used.
   Move this knowledge into the driver so we can relinquish the burden from
   platform data. This also removes quite a bit of complexity from the 
   driver
   and will aid us when we come to enable the driver for Device Tree.
  
   Cc: Felipe Balbi ba...@ti.com
   Cc: linux-usb@vger.kernel.org
   Acked-by: Linus Walleij linus.wall...@linaro.org
   Acked-by: Fabio Baltieri fabio.balti...@linaro.org
   Signed-off-by: Lee Jones lee.jo...@linaro.org
  
   for drivers/usb/musb
  
   Acked-by: Felipe Balbi ba...@ti.com
  
  Is that only for this patch 20/39 or also 21, 22  23?
  
  Poke us if we should re-send them...
 
 I read this as all patches in the series for drivers/usb/musb.

right :-) Should've sent on patch 0/39, my bad.

cheers

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-29 Thread Linus Walleij
On Tue, May 28, 2013 at 6:27 PM, Felipe Balbi ba...@ti.com wrote:
 On Wed, May 15, 2013 at 07:18:01PM +0200, Linus Walleij wrote:

 I can't merge any of this without Felipes ACKs in any
 case.

 Do you want to take this yourself ? I haven't fully read the series yet,
 but seems like this depends on the rest of the series. If you want to
 take it, let me know I can ack the patches as soon as I'm done
 reviewing.

Yes please. They are dependent on a stash of patches that that
has recently landed in the ARM SoC tree, so currently they need
to follow those through the same tree, which is where I funnel
all the ux500 stuff.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-29 Thread Felipe Balbi
On Wed, May 15, 2013 at 10:51:43AM +0100, Lee Jones wrote:
 For all ux500 based platforms the maximum number of end-points are used.
 Move this knowledge into the driver so we can relinquish the burden from
 platform data. This also removes quite a bit of complexity from the driver
 and will aid us when we come to enable the driver for Device Tree.
 
 Cc: Felipe Balbi ba...@ti.com
 Cc: linux-usb@vger.kernel.org
 Acked-by: Linus Walleij linus.wall...@linaro.org
 Acked-by: Fabio Baltieri fabio.balti...@linaro.org
 Signed-off-by: Lee Jones lee.jo...@linaro.org

for drivers/usb/musb

Acked-by: Felipe Balbi ba...@ti.com

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-28 Thread Felipe Balbi
Hi,

On Wed, May 15, 2013 at 07:18:01PM +0200, Linus Walleij wrote:
 On Wed, May 15, 2013 at 11:51 AM, Lee Jones lee.jo...@linaro.org wrote:
 
  For all ux500 based platforms the maximum number of end-points are used.
  Move this knowledge into the driver so we can relinquish the burden from
  platform data. This also removes quite a bit of complexity from the driver
  and will aid us when we come to enable the driver for Device Tree.
 
  Cc: Felipe Balbi ba...@ti.com
  Cc: linux-usb@vger.kernel.org
  Acked-by: Linus Walleij linus.wall...@linaro.org
  Acked-by: Fabio Baltieri fabio.balti...@linaro.org
  Signed-off-by: Lee Jones lee.jo...@linaro.org
 
 I guess this stuff is dependent on the stuff Fabio has recently sent to
 Felipe for the ux500 musb DMA so these musb patches should
 primarily go through his tree.
 
 It seems like the later changes to the platform code
 (arch/arm/mach-ux500) may be sufficiently orthogonal
 so it can be done out-of-order?
 
 I can't merge any of this without Felipes ACKs in any
 case.

Do you want to take this yourself ? I haven't fully read the series yet,
but seems like this depends on the rest of the series. If you want to
take it, let me know I can ack the patches as soon as I'm done
reviewing.

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-28 Thread Lee Jones
Hi Felipe

   For all ux500 based platforms the maximum number of end-points are used.
   Move this knowledge into the driver so we can relinquish the burden from
   platform data. This also removes quite a bit of complexity from the driver
   and will aid us when we come to enable the driver for Device Tree.
  
   Cc: Felipe Balbi ba...@ti.com
   Cc: linux-usb@vger.kernel.org
   Acked-by: Linus Walleij linus.wall...@linaro.org
   Acked-by: Fabio Baltieri fabio.balti...@linaro.org
   Signed-off-by: Lee Jones lee.jo...@linaro.org
  
  I guess this stuff is dependent on the stuff Fabio has recently sent to
  Felipe for the ux500 musb DMA so these musb patches should
  primarily go through his tree.
  
  It seems like the later changes to the platform code
  (arch/arm/mach-ux500) may be sufficiently orthogonal
  so it can be done out-of-order?
  
  I can't merge any of this without Felipes ACKs in any
  case.
 
 Do you want to take this yourself ? I haven't fully read the series yet,
 but seems like this depends on the rest of the series. If you want to
 take it, let me know I can ack the patches as soon as I'm done
 reviewing.

Yes that would be ideal, if you wouldn't mind.

Kind regards,
Lee

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-20 Thread Linus Walleij
On Wed, May 15, 2013 at 11:51 AM, Lee Jones lee.jo...@linaro.org wrote:

 For all ux500 based platforms the maximum number of end-points are used.
 Move this knowledge into the driver so we can relinquish the burden from
 platform data. This also removes quite a bit of complexity from the driver
 and will aid us when we come to enable the driver for Device Tree.

 Cc: Felipe Balbi ba...@ti.com
 Cc: linux-usb@vger.kernel.org
 Acked-by: Linus Walleij linus.wall...@linaro.org
 Acked-by: Fabio Baltieri fabio.balti...@linaro.org
 Signed-off-by: Lee Jones lee.jo...@linaro.org

I have now gone over and collected ACKs etc for the patches up until here.

Now you need Felipe's consent to proceed with the MUSB changes
through my tree.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-17 Thread Linus Walleij
On Wed, May 15, 2013 at 10:14 PM, Fabio Baltieri
fabio.balti...@linaro.org wrote:
 On Wed, May 15, 2013 at 07:18:01PM +0200, Linus Walleij wrote:
 On Wed, May 15, 2013 at 11:51 AM, Lee Jones lee.jo...@linaro.org wrote:

  For all ux500 based platforms the maximum number of end-points are used.
  Move this knowledge into the driver so we can relinquish the burden from
  platform data. This also removes quite a bit of complexity from the driver
  and will aid us when we come to enable the driver for Device Tree.
 
  Cc: Felipe Balbi ba...@ti.com
  Cc: linux-usb@vger.kernel.org
  Acked-by: Linus Walleij linus.wall...@linaro.org
  Acked-by: Fabio Baltieri fabio.balti...@linaro.org
  Signed-off-by: Lee Jones lee.jo...@linaro.org

 I guess this stuff is dependent on the stuff Fabio has recently sent to
 Felipe for the ux500 musb DMA so these musb patches should
 primarily go through his tree.

 Not really, I only sent some coding style fix for the dma driver, as
 almost all of my work was in the usb phy files.  I also checked my
 latest series against Lee's tree and the two seems to merge without any
 conflict, so as far as I'm concerned it's really up to you and Felipe.

OK so Felipe can merge these smallish patches to musb, fine...

The other (DMA) stuff needs to be merged together with the rest
of the DMA40 series, so here basically Felipe needs an indication
if he can ACK it so I merge it through ARM SoC without colissions
and it sounds like we can make the assumption that this will work.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-15 Thread Linus Walleij
On Wed, May 15, 2013 at 11:51 AM, Lee Jones lee.jo...@linaro.org wrote:

 For all ux500 based platforms the maximum number of end-points are used.
 Move this knowledge into the driver so we can relinquish the burden from
 platform data. This also removes quite a bit of complexity from the driver
 and will aid us when we come to enable the driver for Device Tree.

 Cc: Felipe Balbi ba...@ti.com
 Cc: linux-usb@vger.kernel.org
 Acked-by: Linus Walleij linus.wall...@linaro.org
 Acked-by: Fabio Baltieri fabio.balti...@linaro.org
 Signed-off-by: Lee Jones lee.jo...@linaro.org

I guess this stuff is dependent on the stuff Fabio has recently sent to
Felipe for the ux500 musb DMA so these musb patches should
primarily go through his tree.

It seems like the later changes to the platform code
(arch/arm/mach-ux500) may be sufficiently orthogonal
so it can be done out-of-order?

I can't merge any of this without Felipes ACKs in any
case.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver

2013-05-15 Thread Fabio Baltieri
Hello Linus,

On Wed, May 15, 2013 at 07:18:01PM +0200, Linus Walleij wrote:
 On Wed, May 15, 2013 at 11:51 AM, Lee Jones lee.jo...@linaro.org wrote:
 
  For all ux500 based platforms the maximum number of end-points are used.
  Move this knowledge into the driver so we can relinquish the burden from
  platform data. This also removes quite a bit of complexity from the driver
  and will aid us when we come to enable the driver for Device Tree.
 
  Cc: Felipe Balbi ba...@ti.com
  Cc: linux-usb@vger.kernel.org
  Acked-by: Linus Walleij linus.wall...@linaro.org
  Acked-by: Fabio Baltieri fabio.balti...@linaro.org
  Signed-off-by: Lee Jones lee.jo...@linaro.org
 
 I guess this stuff is dependent on the stuff Fabio has recently sent to
 Felipe for the ux500 musb DMA so these musb patches should
 primarily go through his tree.

Not really, I only sent some coding style fix for the dma driver, as
almost all of my work was in the usb phy files.  I also checked my
latest series against Lee's tree and the two seems to merge without any
conflict, so as far as I'm concerned it's really up to you and Felipe.

Fabio

 It seems like the later changes to the platform code
 (arch/arm/mach-ux500) may be sufficiently orthogonal
 so it can be done out-of-order?
 
 I can't merge any of this without Felipes ACKs in any
 case.
 
 Yours,
 Linus Walleij
 --
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/

-- 
Fabio Baltieri
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html