Re: [PATCH 08/25] coresight: tmc: Clean up device specific data

From: Suzuki K Poulose
Date: Wed Mar 27 2019 - 07:43:07 EST


On 03/26/2019 09:53 PM, Mathieu Poirier wrote:
Hi Suzuki,

On Wed, Mar 20, 2019 at 06:49:25PM +0000, Suzuki K Poulose wrote:
In preparation to use a consistent device naming scheme,
clean up the device link tracking in replicator driver.
Use the "coresight" device instead of the "real" parent device
for all internal purposes. All other requests (e.g, power management,
DMA operations) must use the "real" device which is the parent device.

Since the CATU driver also uses the TMC-SG infrastructure, update
the callers to ensure they pass the appropriate device argument
for the tables.

Cc: Mathieu Poirier <mathie.poirier@xxxxxxxxxx>

I was wondering why patches 6, 7, and 8 didn't make it to my inbox... Now I
have the answer :o)

Ah! Sorry about that. Will fix it

Suzuki