Re: [PATCH 5/9] part: Support string block devices in part_get_info_by_dev_and_name

2021-01-07 Thread Sean Anderson
On 1/7/21 7:35 AM, Simon Glass wrote: On Thu, 31 Dec 2020 at 15:49, Sean Anderson wrote: This adds support for things like "#partname" and "0.1#partname". The block device parsing is done like in blk_get_device_part_str. Signed-off-by: Sean Anderson --- disk/part.c | 32

Re: [PATCH 5/9] part: Support string block devices in part_get_info_by_dev_and_name

2021-01-07 Thread Simon Glass
On Thu, 31 Dec 2020 at 15:49, Sean Anderson wrote: > > This adds support for things like "#partname" and "0.1#partname". The block > device parsing is done like in blk_get_device_part_str. > > Signed-off-by: Sean Anderson > --- > > disk/part.c | 32 +--- > 1 file

[PATCH 5/9] part: Support string block devices in part_get_info_by_dev_and_name

2020-12-31 Thread Sean Anderson
This adds support for things like "#partname" and "0.1#partname". The block device parsing is done like in blk_get_device_part_str. Signed-off-by: Sean Anderson --- disk/part.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/disk/part.c