Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-14 Thread Simon Glass
Hi Heinrich, On Tue, 13 Sept 2022 at 10:27, Heinrich Schuchardt wrote: > > On 8/12/22 03:35, Simon Glass wrote: > > Use the uclass ID instead. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v1) > > > > cmd/blk_common.c | 2 +- > > drivers/block/blk-uclass.c |

Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-14 Thread AKASHI Takahiro
On Wed, Sep 14, 2022 at 09:45:47AM +0200, Heinrich Schuchardt wrote: > On 9/14/22 04:08, AKASHI Takahiro wrote: > > On Tue, Sep 13, 2022 at 06:27:37PM +0200, Heinrich Schuchardt wrote: > > > On 8/12/22 03:35, Simon Glass wrote: > > > > Use the uclass ID instead. > > > > > > > > Signed-off-by:

Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-14 Thread Heinrich Schuchardt
On 9/14/22 04:08, AKASHI Takahiro wrote: On Tue, Sep 13, 2022 at 06:27:37PM +0200, Heinrich Schuchardt wrote: On 8/12/22 03:35, Simon Glass wrote: Use the uclass ID instead. Signed-off-by: Simon Glass --- (no changes since v1) cmd/blk_common.c | 2 +-

Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-13 Thread AKASHI Takahiro
On Tue, Sep 13, 2022 at 06:27:37PM +0200, Heinrich Schuchardt wrote: > On 8/12/22 03:35, Simon Glass wrote: > > Use the uclass ID instead. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v1) > > > > cmd/blk_common.c | 2 +- > > drivers/block/blk-uclass.c | 34

Re: [PATCH v2 22/24] blk: Drop if_type

2022-09-13 Thread Heinrich Schuchardt
On 8/12/22 03:35, Simon Glass wrote: Use the uclass ID instead. Signed-off-by: Simon Glass --- (no changes since v1) cmd/blk_common.c | 2 +- drivers/block/blk-uclass.c | 34 +++ drivers/block/blk_legacy.c | 20 +-- include/blk.h

[PATCH v2 22/24] blk: Drop if_type

2022-08-11 Thread Simon Glass
Use the uclass ID instead. Signed-off-by: Simon Glass --- (no changes since v1) cmd/blk_common.c | 2 +- drivers/block/blk-uclass.c | 34 +++ drivers/block/blk_legacy.c | 20 +-- include/blk.h | 41