Re: [PATCH] of/platform: add initcall_debug logs for device creates

2018-06-19 Thread Frank Rowand
Hi Todd, On 06/18/18 18:46, Todd Poynor wrote: > From: Todd Poynor > > Add initcall_debug logs for the amount of time taken by each OF platform > bus device create call. For example: > >of platform device create /reserved-memory/ramoops@a380 took >3255 usecs > > initcall_debug alr

Re: [PATCH] of/platform: add initcall_debug logs for device creates

2018-06-19 Thread Rob Herring
On Mon, Jun 18, 2018 at 7:46 PM, Todd Poynor wrote: > From: Todd Poynor > > Add initcall_debug logs for the amount of time taken by each OF platform > bus device create call. For example: > >of platform device create /reserved-memory/ramoops@a380 took >3255 usecs > > initcall_debug a

[PATCH] of/platform: add initcall_debug logs for device creates

2018-06-18 Thread Todd Poynor
From: Todd Poynor Add initcall_debug logs for the amount of time taken by each OF platform bus device create call. For example: of platform device create /reserved-memory/ramoops@a380 took 3255 usecs initcall_debug already reports the total of all such device creates as a single entr