Re: [PATCH v2 24/24] blk: Rename if_type to uclass_id

2022-09-14 Thread Simon Glass
Hi Tom, On Tue, 13 Sept 2022 at 10:03, Tom Rini wrote: > > On Thu, Aug 11, 2022 at 07:35:03PM -0600, Simon Glass wrote: > > > Use the word 'uclass' instead of 'if_type' to complete the conversion. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: > > - Use conv_uclass_id()

Re: [PATCH v2 24/24] blk: Rename if_type to uclass_id

2022-09-13 Thread AKASHI Takahiro
Hi Simon, On Thu, Aug 11, 2022 at 07:35:03PM -0600, Simon Glass wrote: > Use the word 'uclass' instead of 'if_type' to complete the conversion. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Use conv_uclass_id() instead of the confusing uclass_id_to_uclass_id() > >

Re: [PATCH v2 24/24] blk: Rename if_type to uclass_id

2022-09-13 Thread Tom Rini
On Thu, Aug 11, 2022 at 07:35:03PM -0600, Simon Glass wrote: > Use the word 'uclass' instead of 'if_type' to complete the conversion. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Use conv_uclass_id() instead of the confusing uclass_id_to_uclass_id() So, for this series, 1

[PATCH v2 24/24] blk: Rename if_type to uclass_id

2022-08-11 Thread Simon Glass
Use the word 'uclass' instead of 'if_type' to complete the conversion. Signed-off-by: Simon Glass --- Changes in v2: - Use conv_uclass_id() instead of the confusing uclass_id_to_uclass_id() board/st/common/stm32mp_dfu.c| 2 +- cmd/blk_common.c | 18 +--