Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-28 Thread Grygorii Strashko
On 08/28/2015 12:24 PM, Keerthy wrote: On Thursday 27 August 2015 10:36 PM, Grygorii Strashko wrote: On 08/27/2015 07:38 PM, Tony Lindgren wrote: * Grygorii Strashko [150827 06:42]: Hi Tony, On 08/26/2015 09:10 PM, Tony Lindgren wrote: * Grygorii Strashko [150826 11:01]: Now Kernel fail

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-28 Thread Keerthy
On Thursday 27 August 2015 10:36 PM, Grygorii Strashko wrote: On 08/27/2015 07:38 PM, Tony Lindgren wrote: * Grygorii Strashko [150827 06:42]: Hi Tony, On 08/26/2015 09:10 PM, Tony Lindgren wrote: * Grygorii Strashko [150826 11:01]: Now Kernel fails to boot 50% of times (form build to bu

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-27 Thread Grygorii Strashko
On 08/27/2015 07:38 PM, Tony Lindgren wrote: > * Grygorii Strashko [150827 06:42]: >> Hi Tony, >> >> On 08/26/2015 09:10 PM, Tony Lindgren wrote: >>> * Grygorii Strashko [150826 11:01]: Now Kernel fails to boot 50% of times (form build to build) with RT-patchset applied due to the follo

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-27 Thread Tony Lindgren
* Grygorii Strashko [150827 06:42]: > Hi Tony, > > On 08/26/2015 09:10 PM, Tony Lindgren wrote: > > * Grygorii Strashko [150826 11:01]: > >> Now Kernel fails to boot 50% of times (form build to build) with > >> RT-patchset applied due to the following race - on late boot > >> stages deferred_pro

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-27 Thread Grygorii Strashko
Hi Tony, On 08/26/2015 09:10 PM, Tony Lindgren wrote: > * Grygorii Strashko [150826 11:01]: >> Now Kernel fails to boot 50% of times (form build to build) with >> RT-patchset applied due to the following race - on late boot >> stages deferred_probe_work_func races with omap_device_late_ini >> >>

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-26 Thread Tony Lindgren
* Grygorii Strashko [150826 11:01]: > Now Kernel fails to boot 50% of times (form build to build) with > RT-patchset applied due to the following race - on late boot > stages deferred_probe_work_func races with omap_device_late_ini > > late_initcall > - deferred_probe_initcal() tries to re-probe

[PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-26 Thread Grygorii Strashko
Now Kernel fails to boot 50% of times (form build to build) with RT-patchset applied due to the following race - on late boot stages deferred_probe_work_func races with omap_device_late_ini late_initcall - deferred_probe_initcal() tries to re-probe all pending driver's probe. [In general, It's