Re: [U-Boot] [PATCH 2/7] disk: part: Extend API to get partition info

2018-12-05 Thread Simon Glass
Hi Ruslan, On Tue, 27 Nov 2018 at 12:57, Ruslan Trofymenko wrote: > > This patch adds part_get_info_by_dev_and_name_or_num() function which > allows us to get partition info from its number or name. Partition of > interest is specified by string like "device_num:partition_number" or > "device_num

[U-Boot] [PATCH 2/7] disk: part: Extend API to get partition info

2018-11-27 Thread Ruslan Trofymenko
This patch adds part_get_info_by_dev_and_name_or_num() function which allows us to get partition info from its number or name. Partition of interest is specified by string like "device_num:partition_number" or "device_num#partition_name". The patch was extracted from [1]. [1] https://android-rev