Re: [U-Boot] [RFC PATCH v3 13/13] omap3_beagle: use new MUSB intstead of the old one

2012-10-24 Thread Ilya Yanok
Dear Marek,

On Tue, Oct 23, 2012 at 11:20 AM, Marek Vasut ma...@denx.de wrote:

  Signed-off-by: Ilya Yanok ya...@cogentembedded.com
 
  Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com

 Double SoB line


Yeah, it's a mess with SoBs, I'm sorry. I think it's not only this patch
but others too...

Regards, Ilya.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [RFC PATCH v3 13/13] omap3_beagle: use new MUSB intstead of the old one

2012-10-23 Thread Marek Vasut
Dear Ilya Yanok,

 Enable using of new MUSB framework on Beagle.
 
 NOTE! This is not just a change of backend code: top-level behavior
 is also changed, we now use USB device port for USB Ethernet instead
 of serial.
 
 Signed-off-by: Ilya Yanok ya...@cogentembedded.com
 
 Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com

Double SoB line

[...]

I'm fine with the patches, I just want to know what's Tom's opinion.

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [RFC PATCH v3 13/13] omap3_beagle: use new MUSB intstead of the old one

2012-10-18 Thread Ilya Yanok
Enable using of new MUSB framework on Beagle.

NOTE! This is not just a change of backend code: top-level behavior
is also changed, we now use USB device port for USB Ethernet instead
of serial.

Signed-off-by: Ilya Yanok ya...@cogentembedded.com

Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com
---

 include/configs/omap3_beagle.h |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index e3ed8ea..fe67c84 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -117,17 +117,14 @@
 #define CONFIG_SYS_I2C_NOPROBES{{0x0, 0x0}}
 
 /* USB */
-#define CONFIG_MUSB_UDC1
-#define CONFIG_USB_OMAP3   1
+#define CONFIG_MUSB_GADGET
+#define CONFIG_USB_MUSB_OMAP2PLUS
+#define CONFIG_MUSB_PIO_ONLY
+#define CONFIG_USB_GADGET_DUALSPEED
 #define CONFIG_TWL4030_USB 1
 #define CONFIG_USB_ETHER
 #define CONFIG_USB_ETHER_RNDIS
 
-/* USB device configuration */
-#define CONFIG_USB_DEVICE  1
-#define CONFIG_USB_TTY 1
-#define CONFIG_SYS_CONSOLE_IS_IN_ENV   1
-
 /* USB EHCI */
 #define CONFIG_CMD_USB
 #define CONFIG_USB_EHCI
-- 
1.7.10.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot