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

2019-01-04 Thread Simon Glass
On Wed, 12 Dec 2018 at 10:12, 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#partition_n

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

2018-12-12 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