mbox series

[0/3] Fixes and updates to amd-sfh

Message ID 20240507071045.295723-1-Basavaraj.Natikar@amd.com (mailing list archive)
Headers show
Series Fixes and updates to amd-sfh | expand

Message

Basavaraj Natikar May 7, 2024, 7:10 a.m. UTC
This patch series include changes for:
- Modify and log errors based on functionality.
- Handle "no sensors" exists in PM operations.
- Use amd_get_c2p_val() to read the C2P register for compatibility.

Basavaraj Natikar (3):
  HID: amd_sfh: Modify and log error only if case of functionality
    failures
  HID: amd_sfh: Handle "no sensors" in PM operations
  HID: amd_sfh: Use amd_get_c2p_val() to read C2P register

 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c          |  5 +----
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c   | 17 ++++++++++++++---
 .../hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c  |  2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)

Comments

Jiri Kosina May 7, 2024, 1:19 p.m. UTC | #1
On Tue, 7 May 2024, Basavaraj Natikar wrote:

> This patch series include changes for:
> - Modify and log errors based on functionality.
> - Handle "no sensors" exists in PM operations.
> - Use amd_get_c2p_val() to read the C2P register for compatibility.
> 
> Basavaraj Natikar (3):
>   HID: amd_sfh: Modify and log error only if case of functionality
>     failures
>   HID: amd_sfh: Handle "no sensors" in PM operations
>   HID: amd_sfh: Use amd_get_c2p_val() to read C2P register
> 
>  drivers/hid/amd-sfh-hid/amd_sfh_pcie.c          |  5 +----
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c   | 17 ++++++++++++++---
>  .../hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c  |  2 +-
>  3 files changed, 16 insertions(+), 8 deletions(-)

Queued for 6.10, thanks.