Re: [PATCH 10/11] of: platform: provide of_early_platform_probe()

2018-04-25 Thread kbuild test robot
Hi Bartosz, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc2] [cannot apply to next-20180424] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0d

[PATCH 10/11] of: platform: provide of_early_platform_probe()

2018-04-24 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Implement a function that must be called from machine code early in the bo process in order to probe all registered early devices. Signed-off-by: Bartosz Golaszewski --- drivers/of/platform.c | 12 include/linux/of_platform.h | 2 ++ 2 files change