Re: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-05 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [101004 22:32]:
 On Mon, Oct 04, 2010 at 12:28:14PM -0500, Tony Lindgren wrote:
 * Felipe Balbi ba...@ti.com [100930 22:52]:
 Hi,
 
 On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote:
 AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine.
 It has USB phy built inside the IP itself.
 
 Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com
 
 besides the one small question below:
 
 Acked-by: Felipe Balbi ba...@ti.com
 
 Felipe, I'm assuming you're queuing up the omap USB platform data
 patches. So not picking up these patches.
 
 Also, please also note that the arch/arm/*omap*/ patches should
 be posted with both linux-omap and linux-arm-kernel mailing lists
 Cc'd.
 
 I'll queue it throught Greg. Can I get your Acked-by ?

Acked-by: Tony Lindgren t...@atomide.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-04 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [100930 22:52]:
 Hi,
 
 On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote:
 AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine.
 It has USB phy built inside the IP itself.
 
 Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com
 
 besides the one small question below:
 
 Acked-by: Felipe Balbi ba...@ti.com

Felipe, I'm assuming you're queuing up the omap USB platform data
patches. So not picking up these patches.

Also, please also note that the arch/arm/*omap*/ patches should
be posted with both linux-omap and linux-arm-kernel mailing lists
Cc'd.

Regards,

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


Re: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-04 Thread Felipe Balbi

On Mon, Oct 04, 2010 at 12:28:14PM -0500, Tony Lindgren wrote:

* Felipe Balbi ba...@ti.com [100930 22:52]:

Hi,

On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote:
AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine.
It has USB phy built inside the IP itself.

Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com

besides the one small question below:

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


Felipe, I'm assuming you're queuing up the omap USB platform data
patches. So not picking up these patches.

Also, please also note that the arch/arm/*omap*/ patches should
be posted with both linux-omap and linux-arm-kernel mailing lists
Cc'd.


I'll queue it throught Greg. Can I get your Acked-by ?

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


Re: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-01 Thread Felipe Balbi

Hi,

On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote:

AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine.
It has USB phy built inside the IP itself.

Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com


besides the one small question below:

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

(note that I don't have that board to fully test this patch)


+static struct omap_musb_board_data musb_board_data = {
+   .interface_type = MUSB_INTERFACE_ULPI,
+   .mode   = MUSB_OTG,
+   .power  = 500,


can this board really source 500mA ??

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


RE: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-01 Thread Gupta, Ajay Kumar
Hi,

 On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote:
 AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine.
 It has USB phy built inside the IP itself.
 
 Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com
 
 besides the one small question below:
 
 Acked-by: Felipe Balbi ba...@ti.com
 
 (note that I don't have that board to fully test this patch)
 
 +static struct omap_musb_board_data musb_board_data = {
 +.interface_type = MUSB_INTERFACE_ULPI,
 +.mode   = MUSB_OTG,
 +.power  = 500,

 can this board really source 500mA ??
Yes, it supports upto 500mA same as OMAP3EVM (Rev-G).

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