Re: [U-Boot] [PATCH 1/4] dm: SOC (System on chip) uclass

2018-06-11 Thread Simon Glass
Hi Ramon, On 9 June 2018 at 03:06, Ramon Fried wrote: > > This is a simple uclass for SOC drivers. > It is intend to serve as uclass for SOC specific drivers > that don't fall into any other uclass catagories. > Currently, it doesn't define any special ops. > > Signed-off-by: Ramon Fried > > ---

Re: [U-Boot] [PATCH 1/4] dm: SOC (System on chip) uclass

2018-06-09 Thread Heinrich Schuchardt
On 06/09/2018 01:06 PM, Ramon Fried wrote: > This is a simple uclass for SOC drivers. > It is intend to serve as uclass for SOC specific drivers > that don't fall into any other uclass catagories. > Currently, it doesn't define any special ops. > > Signed-off-by: Ramon Fried Reviewed-by: Heinric

[U-Boot] [PATCH 1/4] dm: SOC (System on chip) uclass

2018-06-09 Thread Ramon Fried
This is a simple uclass for SOC drivers. It is intend to serve as uclass for SOC specific drivers that don't fall into any other uclass catagories. Currently, it doesn't define any special ops. Signed-off-by: Ramon Fried --- drivers/soc/Makefile | 1 + drivers/soc/soc-uclass.c | 8