Re: [U-Boot] [PATCHv2 3/6] dm: cache: Create a uclass for cache

2019-03-22 Thread Simon Glass
Hi Dinh, On Tue, 12 Mar 2019 at 22:41, Dinh Nguyen wrote: > > The cache UCLASS will be used for configure settings that can be found > in a CPU's L2 cache controller. > > Add a uclass and a test for cache. > > Signed-off-by: Dinh Nguyen > --- > v2: separate out uclass patch from driver and add t

[U-Boot] [PATCHv2 3/6] dm: cache: Create a uclass for cache

2019-03-12 Thread Dinh Nguyen
The cache UCLASS will be used for configure settings that can be found in a CPU's L2 cache controller. Add a uclass and a test for cache. Signed-off-by: Dinh Nguyen --- v2: separate out uclass patch from driver and add test --- drivers/Kconfig | 2 ++ drivers/Makefile