Re: [PATCH 8/8] disk: Make blk_get_ops() internal to blk uclass

2023-08-23 Thread Tom Rini
On Mon, Aug 14, 2023 at 01:46:48AM +0200, Marek Vasut wrote: > Move the macro into blk-uclass.c , since it is only used there. > > Signed-off-by: Marek Vasut > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 8/8] disk: Make blk_get_ops() internal to blk uclass

2023-08-15 Thread Marek Vasut
On 8/15/23 02:31, AKASHI Takahiro wrote: On Mon, Aug 14, 2023 at 04:42:57PM -0600, Simon Glass wrote: On Sun, 13 Aug 2023 at 17:47, Marek Vasut wrote: Move the macro into blk-uclass.c , since it is only used there. Signed-off-by: Marek Vasut --- Cc: AKASHI Takahiro Cc: Abdellatif El Khlifi

Re: [PATCH 8/8] disk: Make blk_get_ops() internal to blk uclass

2023-08-14 Thread AKASHI Takahiro
On Mon, Aug 14, 2023 at 04:42:57PM -0600, Simon Glass wrote: > On Sun, 13 Aug 2023 at 17:47, Marek Vasut > wrote: > > > > Move the macro into blk-uclass.c , since it is only used there. > > > > Signed-off-by: Marek Vasut > > --- > > Cc: AKASHI Takahiro > > Cc: Abdellatif El Khlifi > > Cc: Bin M

Re: [PATCH 8/8] disk: Make blk_get_ops() internal to blk uclass

2023-08-14 Thread Simon Glass
On Sun, 13 Aug 2023 at 17:47, Marek Vasut wrote: > > Move the macro into blk-uclass.c , since it is only used there. > > Signed-off-by: Marek Vasut > --- > Cc: AKASHI Takahiro > Cc: Abdellatif El Khlifi > Cc: Bin Meng > Cc: Heinrich Schuchardt > Cc: Joshua Watt > Cc: Michal Suchanek > Cc: S

[PATCH 8/8] disk: Make blk_get_ops() internal to blk uclass

2023-08-13 Thread Marek Vasut
Move the macro into blk-uclass.c , since it is only used there. Signed-off-by: Marek Vasut --- Cc: AKASHI Takahiro Cc: Abdellatif El Khlifi Cc: Bin Meng Cc: Heinrich Schuchardt Cc: Joshua Watt Cc: Michal Suchanek Cc: Simon Glass Cc: Tobias Waldekranz --- drivers/block/blk-uclass.c | 2 ++