Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-26 Thread Mateusz Zalega
On 09/26/13 03:50, Marek Vasut wrote: Dear Mateusz Zalega, On 09/19/13 16:34, Marek Vasut wrote: I checked powerpc and arches glacier and glacier_nand don't build. Can you please check and fix ? You can get the ELDK 5.4 PPC toolchain from [1]. http://www.denx.de/wiki/ELDK-5/ Hello,

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-25 Thread Mateusz Zalega
On 09/19/13 16:34, Marek Vasut wrote: I checked powerpc and arches glacier and glacier_nand don't build. Can you please check and fix ? You can get the ELDK 5.4 PPC toolchain from [1]. http://www.denx.de/wiki/ELDK-5/ Hello, it's because I moved some function declarations and had to

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-25 Thread Marek Vasut
Dear Mateusz Zalega, On 09/19/13 16:34, Marek Vasut wrote: I checked powerpc and arches glacier and glacier_nand don't build. Can you please check and fix ? You can get the ELDK 5.4 PPC toolchain from [1]. http://www.denx.de/wiki/ELDK-5/ Hello, it's because I moved some function

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-24 Thread Minkyu Kang
Dear Marek Vasut, On 19/09/13 23:34, Marek Vasut wrote: Dear Marek Vasut, Dear Marek Vasut, Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-24 Thread Marek Vasut
Dear Minkyu Kang, Dear Marek Vasut, On 19/09/13 23:34, Marek Vasut wrote: Dear Marek Vasut, Dear Marek Vasut, Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-19 Thread Marek Vasut
Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed. Signed-off-by: Mateusz Zalega

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-19 Thread Marek Vasut
Dear Marek Vasut, Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed.

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-19 Thread Marek Vasut
Dear Marek Vasut, Dear Marek Vasut, Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-18 Thread Mateusz Zalega
On 09/17/13 18:11, Igor Grinberg wrote: Hello, On 09/10/2013 06:10 PM, Mateusz Zalega wrote: This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-17 Thread Igor Grinberg
Hello, On 09/10/2013 06:10 PM, Mateusz Zalega wrote: This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed.

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-16 Thread Mateusz Zalega
On 09/15/13 18:44, Marek Vasut wrote: Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed.

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-16 Thread Marek Vasut
Dear Mateusz Zalega, On 09/15/13 18:44, Marek Vasut wrote: Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-15 Thread Marek Vasut
Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed. Signed-off-by: Mateusz Zalega

[U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-10 Thread Mateusz Zalega
This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. New API allows selective initialization of USB controllers whenever needed. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: