[PATCH v2 3/5] disk: part: Add API to get partitions with specific driver
    Simon Glass 
    sjg at chromium.org
       
    Tue Jul  4 04:40:27 CEST 2023
    
    
  
On Mon, 3 Jul 2023 at 14:40, Joshua Watt <jpewhacker at gmail.com> 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 <JPEWhacker at gmail.com>
> ---
>  disk/part.c    | 38 +++++++++++++++++++++++++++++++-------
>  include/part.h | 19 ++++++++++++++++++-
>  2 files changed, 49 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
    
    
More information about the U-Boot
mailing list