Re: [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()

2011-08-08 Thread Remy Bohmer
Hi,

2011/7/13 Marek Vasut marek.va...@gmail.com:
 On Wednesday, July 13, 2011 03:49:00 PM Stefano Babic wrote:
 On 07/12/2011 02:16 AM, Marek Vasut wrote:
  Signed-off-by: Marek Vasut marek.va...@gmail.com
  ---
 
   common/usb.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
 
  diff --git a/common/usb.c b/common/usb.c
  index 4f7c520..8e84266 100644

 Hi Marek,

 this should be checked by the USB maintainer, also if it is part of the
 Efikamx patchset - I set him in CC.

 Yea of course ... I sent this to Remy some time ago already, got no response 
 so
 far ...

Hey.. It is a holiday season... ;-)

Acked-by: Remy Bohmer li...@bohmer.net
(It can go with the rest of the series)

Kind regards,

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


Re: [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()

2011-08-08 Thread Remy Bohmer
Hi,

 Yea of course ... I sent this to Remy some time ago already, got no response 
 so
 far ...

 Hey.. It is a holiday season... ;-)

 Acked-by: Remy Bohmer li...@bohmer.net
 (It can go with the rest of the series)

Seems that it time to go again on a next vacation...
I just pulled in 5/5 of this series, so I can pull this one in myself
as well ;-)

Applied to u-boot-usb. Thanks.

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


Re: [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()

2011-07-13 Thread Stefano Babic
On 07/12/2011 02:16 AM, Marek Vasut wrote:
 Signed-off-by: Marek Vasut marek.va...@gmail.com
 ---
  common/usb.c |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/common/usb.c b/common/usb.c
 index 4f7c520..8e84266 100644

Hi Marek,

this should be checked by the USB maintainer, also if it is part of the
Efikamx patchset - I set him in CC.

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices ()

2011-07-13 Thread Marek Vasut
On Wednesday, July 13, 2011 03:49:00 PM Stefano Babic wrote:
 On 07/12/2011 02:16 AM, Marek Vasut wrote:
  Signed-off-by: Marek Vasut marek.va...@gmail.com
  ---
  
   common/usb.c |2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  diff --git a/common/usb.c b/common/usb.c
  index 4f7c520..8e84266 100644
 
 Hi Marek,
 
 this should be checked by the USB maintainer, also if it is part of the
 Efikamx patchset - I set him in CC.

Yea of course ... I sent this to Remy some time ago already, got no response so 
far ...
 
 Best regards,
 Stefano Babic
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()

2011-07-11 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com
---
 common/usb.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/usb.c b/common/usb.c
index 4f7c520..8e84266 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -957,8 +957,8 @@ void usb_scan_devices(void)
/* insert driver if possible */
 #ifdef CONFIG_USB_KEYBOARD
drv_usb_kbd_init();
-   USB_PRINTF(scan end\n);
 #endif
+   USB_PRINTF(scan end\n);
 }
 
 
-- 
1.7.5.3

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