Re: [u-boot][PATCH v3 1/4] dm: memory: Introduce new uclass

2022-10-26 Thread Tom Rini
On Thu, Oct 20, 2022 at 04:30:46PM +0300, Roger Quadros wrote: > Introduce UCLASS_MEMORY for future Memory Controller > device drivers. > > Signed-off-by: Roger Quadros > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[u-boot][PATCH v3 1/4] dm: memory: Introduce new uclass

2022-10-20 Thread Roger Quadros
Introduce UCLASS_MEMORY for future Memory Controller device drivers. Signed-off-by: Roger Quadros Reviewed-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 drivers/memory/Kconfig | 17 + drivers/memory/Makefile | 2 ++ drivers/memory/memory-sandbo