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

Simon Glass sjg at chromium.org
Mon Jun 11 14:54:34 UTC 2018


Hi Ramon,

On 9 June 2018 at 03:06, Ramon Fried <ramon.fried at gmail.com> 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 <ramon.fried at gmail.com>
>
> ---
>
>  drivers/soc/Makefile     | 1 +
>  drivers/soc/soc-uclass.c | 8 ++++++++
>  include/dm/uclass-id.h   | 1 +
>  3 files changed, 10 insertions(+)
>  create mode 100644 drivers/soc/soc-uclass.c

Please see my other email on this series. This is not the correct way
to implement a driver-model uclass.

Regards,
Simon


More information about the U-Boot mailing list