Re: [PATCH 1/2] disk: part: Add API to get partitions with specific driver

2023-06-29 Thread Simon Glass
Hi Joshua, On Wed, 28 Jun 2023 at 14:34, Joshua Watt wrote: > > On Mon, Jun 26, 2023 at 4:07 AM Simon Glass wrote: > > > > Hi Joshua, > > > > On Fri, 23 Jun 2023 at 21:01, Joshua Watt wrote: > > > > > > Adds part_driver_get_type() API which can be used to force a specific > > > driver to be use

Re: [PATCH 1/2] disk: part: Add API to get partitions with specific driver

2023-06-28 Thread Joshua Watt
On Mon, Jun 26, 2023 at 4:07 AM Simon Glass wrote: > > Hi Joshua, > > On Fri, 23 Jun 2023 at 21:01, 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. >

Re: [PATCH 1/2] disk: part: Add API to get partitions with specific driver

2023-06-26 Thread Simon Glass
Hi Joshua, On Fri, 23 Jun 2023 at 21:01, 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 > --- > disk/part.c| 38 +++

[PATCH 1/2] disk: part: Add API to get partitions with specific driver

2023-06-24 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 | 2 ++ 2 files changed, 33