mbox series

[0/2] thermal: int340x: processor_thermal: Add additional

Message ID 20210517061441.1921901-1-srinivas.pandruvada@linux.intel.com (mailing list archive)
Headers show
Series thermal: int340x: processor_thermal: Add additional | expand

Message

Srinivas Pandruvada May 17, 2021, 6:14 a.m. UTC
Add additional attributes to RFIM, which use mailbox commands. 

Srinivas Pandruvada (2):
  thermal: int340x: processor_thermal: Export mailbox interface
  thermal: int340x: processor_thermal: Export additional attributes

 .../processor_thermal_device.h                |  2 +
 .../int340x_thermal/processor_thermal_mbox.c  | 12 +++-
 .../int340x_thermal/processor_thermal_rfim.c  | 55 +++++++++++++++++++
 3 files changed, 66 insertions(+), 3 deletions(-)

Comments

You-Sheng Yang July 6, 2021, 8:26 a.m. UTC | #1
Works for me for bringing up PCI MMIO based thermal device.

Tested-by: You-Sheng Yang <vicamo.yang@canonical.com>

On 5/17/21 2:14 PM, Srinivas Pandruvada wrote:
> Add additional attributes to RFIM, which use mailbox commands. 
> 
> Srinivas Pandruvada (2):
>   thermal: int340x: processor_thermal: Export mailbox interface
>   thermal: int340x: processor_thermal: Export additional attributes
> 
>  .../processor_thermal_device.h                |  2 +
>  .../int340x_thermal/processor_thermal_mbox.c  | 12 +++-
>  .../int340x_thermal/processor_thermal_rfim.c  | 55 +++++++++++++++++++
>  3 files changed, 66 insertions(+), 3 deletions(-)
>