Re: [U-Boot] [PATCH 01/11] misc: Allow child devices

2019-01-21 Thread sjg
Allow misc devices to have children, so that we can use this uclass for cases where a child device (e.g. I2S) needs to access a misc driver for transferring data. Signed-off-by: Simon Glass --- drivers/misc/misc-uclass.c | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm, thanks!

[U-Boot] [PATCH 01/11] misc: Allow child devices

2018-12-27 Thread Simon Glass
Allow misc devices to have children, so that we can use this uclass for cases where a child device (e.g. I2S) needs to access a misc driver for transferring data. Signed-off-by: Simon Glass --- drivers/misc/misc-uclass.c | 1 + 1 file changed, 1 insertion(+) diff --git