Re: [PATCH v2] amba: Remove deferred device addition

2021-03-04 Thread Saravana Kannan
On Thu, Mar 4, 2021 at 6:12 AM Russell King - ARM Linux admin wrote: > > On Wed, Mar 03, 2021 at 08:08:44PM -0800, Saravana Kannan wrote: > > Marek, > > > > I tested it and saw the device get added before the resources were > > available and the uevent file looked okay. Would you mind testing it

Re: [PATCH v2] amba: Remove deferred device addition

2021-03-04 Thread Russell King - ARM Linux admin
On Wed, Mar 03, 2021 at 08:08:44PM -0800, Saravana Kannan wrote: > Marek, > > I tested it and saw the device get added before the resources were > available and the uevent file looked okay. Would you mind testing it > further? To put it bluntly, if you have tested this, the testing was not very

Re: [PATCH v2] amba: Remove deferred device addition

2021-03-03 Thread Saravana Kannan
On Wed, Mar 3, 2021 at 8:00 PM Saravana Kannan wrote: > > The uevents generated for an amba device need PID and CID information > that's available only when the amba device is powered on, clocked and > out of reset. So, if those resources aren't available, the information > can't be read to

Re: [PATCH v2] amba: Remove deferred device addition

2021-03-03 Thread Saravana Kannan
On Wed, Mar 3, 2021 at 8:00 PM Saravana Kannan wrote: > > The uevents generated for an amba device need PID and CID information > that's available only when the amba device is powered on, clocked and > out of reset. So, if those resources aren't available, the information > can't be read to

[PATCH v2] amba: Remove deferred device addition

2021-03-03 Thread Saravana Kannan
The uevents generated for an amba device need PID and CID information that's available only when the amba device is powered on, clocked and out of reset. So, if those resources aren't available, the information can't be read to generate the uevents. To workaround this requirement, if the resources