Re: [U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-28 Thread Marek Vasut
Hi Lukasz, Przemyslaw, > Hi Marek, > > > Dear Przemyslaw Marczak, > > > > > This patch introduces some cleanups to ums code. Changes: > > > > > > ums common: > > > - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in > > > > > > usb_mass_storage.h both default values as 0 if board

Re: [U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-28 Thread Lukasz Majewski
Hi Marek, > Dear Przemyslaw Marczak, > > > This patch introduces some cleanups to ums code. Changes: > > > > ums common: > > - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in > > usb_mass_storage.h both default values as 0 if board config > > doesn't define them > > > > common

Re: [U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-27 Thread Marek Vasut
Dear Przemyslaw Marczak, > This patch introduces some cleanups to ums code. Changes: > > ums common: > - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in > usb_mass_storage.h both default values as 0 if board config > doesn't define them > > common cleanup changes: > - change nam

[U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-23 Thread Przemyslaw Marczak
This patch introduces some cleanups to ums code. Changes: ums common: - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in usb_mass_storage.h both default values as 0 if board config doesn't define them common cleanup changes: - change name of struct "ums_board_info" to "ums" - "ums