Re: [PATCH v3 23/30] coresight: Add support for releasing platform specific data

2019-05-13 Thread Mathieu Poirier
On Tue, May 07, 2019 at 11:52:50AM +0100, Suzuki K Poulose wrote: > Add a helper to clean up the platform specific data provided > by the firmware. This will be later used for dropping the necessary > references when we switch to the fwnode handles for tracking > connections. > > Cc: Mathieu

[PATCH v3 23/30] coresight: Add support for releasing platform specific data

2019-05-07 Thread Suzuki K Poulose
Add a helper to clean up the platform specific data provided by the firmware. This will be later used for dropping the necessary references when we switch to the fwnode handles for tracking connections. Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose ---