Re: [PATCH 1/4] thermal: int340x: processor_thermal: Refactor MMIO interface

2020-12-09 Thread Srinivas Pandruvada
On Thu, 2020-11-26 at 09:18 -0800, Srinivas Pandruvada wrote: > The Processor Thermal PCI device supports multiple features. > Currently > we export only RAPL. But we need more features from this device > exposed > for Tiger Lake and Alder Lake based platforms. So re-structure the > current MMIO

[PATCH 1/4] thermal: int340x: processor_thermal: Refactor MMIO interface

2020-11-26 Thread Srinivas Pandruvada
The Processor Thermal PCI device supports multiple features. Currently we export only RAPL. But we need more features from this device exposed for Tiger Lake and Alder Lake based platforms. So re-structure the current MMIO interface, so that more features can be added cleanly. No functional