Re: [PATCH 21/25] coresight: Use fwnode handle instead of device names

From: Suzuki K Poulose
Date: Thu Mar 28 2019 - 14:40:46 EST


On 03/28/2019 05:42 PM, Mathieu Poirier wrote:
On Wed, Mar 20, 2019 at 06:49:38PM +0000, Suzuki K Poulose wrote:
We rely on the device names to find a CoreSight device on the
coresight bus. The device name however is obtained from the platform,
which is bound to the real platform/amba device. As we are about
to use different naming scheme for the coresight devices, we can't
rely on the platform device name to find the corresponding
coresight device. Instead we use the platform agnostic
"fwnode handle" of the parent device to find the devices.
We also reuse the same fwnode as the parent for the Coresight
device we create.

Cc: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>

Agreed to all comments. Will address them in the next revision.

Cheers
Suzuki