Re: [U-Boot] [RFC 00/10] New board-specific USB initialization interface

2013-08-07 Thread Wolfgang Denk
Dear Mateusz Zalega, In message <52026e5a.4040...@samsung.com> you wrote: > > > I appreciate your efforts, but this whole area clearly falls into the > > domain of the device model rework. Is your suggested implementation > > in any way synchronized with what has been discussed about this topic >

Re: [U-Boot] [RFC 00/10] New board-specific USB initialization interface

2013-08-07 Thread Mateusz Zalega
> On 08/06/13 13:40, Wolfgang Denk wrote: >> Dear Mateusz Zalega, >> >> In message <1375786242-11734-1-git-send-email-m.zal...@samsung.com> you >> wrote: >>> Current implementation of do_dfu() and do_usb_mass_storage() requires >>> board-specific board_usb_init() which performs USB hardware initia

Re: [U-Boot] [RFC 00/10] New board-specific USB initialization interface

2013-08-07 Thread Mateusz Zalega
On 08/06/13 13:40, Wolfgang Denk wrote: > Dear Mateusz Zalega, > > In message <1375786242-11734-1-git-send-email-m.zal...@samsung.com> you wrote: >> Current implementation of do_dfu() and do_usb_mass_storage() requires >> board-specific board_usb_init() which performs USB hardware initialization.

Re: [U-Boot] [RFC 00/10] New board-specific USB initialization interface

2013-08-06 Thread Wolfgang Denk
Dear Mateusz Zalega, In message <1375786242-11734-1-git-send-email-m.zal...@samsung.com> you wrote: > Current implementation of do_dfu() and do_usb_mass_storage() requires > board-specific board_usb_init() which performs USB hardware initialization. > > I noticed that several boards have such a f