Re: [PATCH v2 3/5] disk: part: Add API to get partitions with specific driver

2023-07-18 Thread Tom Rini
On Mon, Jul 03, 2023 at 08:39:54AM -0500, Joshua Watt wrote: > Adds part_driver_get_type() API which can be used to force a specific > driver to be used when getting partition information instead of relying > on auto detection. > > Signed-off-by: Joshua Watt > Reviewed-by: Simon Glass Applied

Re: [PATCH v2 3/5] disk: part: Add API to get partitions with specific driver

2023-07-03 Thread Simon Glass
On Mon, 3 Jul 2023 at 14:40, Joshua Watt wrote: > > Adds part_driver_get_type() API which can be used to force a specific Nit: Add > driver to be used when getting partition information instead of relying > on auto detection. > > Signed-off-by: Joshua Watt > --- > disk/part.c| 38 +

[PATCH v2 3/5] disk: part: Add API to get partitions with specific driver

2023-07-03 Thread Joshua Watt
Adds part_driver_get_type() API which can be used to force a specific driver to be used when getting partition information instead of relying on auto detection. Signed-off-by: Joshua Watt --- disk/part.c| 38 +++--- include/part.h | 19 ++- 2 f