Re: [PATCH 3/3] platform/x86: Intel PMT Telemetry capability driver

From: David E. Box
Date: Thu May 07 2020 - 22:33:09 EST


On Tue, 2020-05-05 at 16:49 +0300, Andy Shevchenko wrote:
> ...
>
> > + /* TODO: replace with device properties??? */
>
> So, please, fulfill. swnode I guess is what you are looking for.

I kept the platform data in v2 because swnode properties doesn't look
like a good fit. We are only passing information that was read from the
pci device. It is not hard coded, platform specific data.

David