Re: [PATCH 05/11] platform: use a dedicated list_head for early devices

2018-04-25 Thread kbuild test robot
Hi Bartosz, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING 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://githu

[PATCH 05/11] platform: use a dedicated list_head for early devices

2018-04-24 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The current implementation of early platform device support uses the devres list head in struct device. This causes problems when adding support for device tree based early devices. Use a dedicated list_head which is included in struct device conditionally in order to av