
11 Jun
2018
11 Jun
'18
4:54 p.m.
Hi Ramon,
On 9 June 2018 at 03:06, Ramon Fried ramon.fried@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@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