• Sumeet Pawnikar's avatar
    thermal/drivers/int340x: Fix RFIM mailbox write commands · 2685c77b
    Sumeet Pawnikar authored
    The existing mail mechanism only supports writing of workload types.
    
    However, mailbox command for RFIM (cmd = 0x08) also requires write
    operation which is ignored. This results in failing to store RFI
    restriction.
    
    Fixint this requires enhancing mailbox writes for non workload
    commands too, so remove the check for MBOX_CMD_WORKLOAD_TYPE_WRITE
    in mailbox write to allow this other write commands to be supoorted.
    
    At the same time, however, we have to make sure that there is no
    impact on read commands, by avoiding to write anything into the
    mailbox data register.
    
    To properly implement that, add two separate functions for mbox read
    and write commands for the processor thermal workload command type.
    This helps to distinguish the read and write workload command types
    from each other while sending mbox commands.
    
    Fixes: 5d6fbc96 ("thermal/drivers/int340x: processor_thermal: Export additional attributes")
    Signed-off-by: default avatarSumeet Pawnikar <sumeet.r.pawnikar@intel.com>
    Cc: 5.14+ <stable@vger.kernel.org> # 5.14+
    Acked-by: default avatarSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
    [ rjw: Changelog edits ]
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    2685c77b
processor_thermal_device.h 2.86 KB