mbox series

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

Message ID 20240214144144.682750-1-Basavaraj.Natikar@amd.com
Headers show
Series Fixes and updates to amd-sfh | expand

Message

Basavaraj Natikar Feb. 14, 2024, 2:41 p.m. UTC
This patch series include changes for:
- Increase sensor command timeout.
- Update HPD sensor structure elements.
- Avoid disabling the interrupt.
- Improve boot time.
- Extend MP2 register access.

Basavaraj Natikar (5):
  HID: amd_sfh: Increase sensor command timeout
  HID: amd_sfh: Update HPD sensor structure elements
  HID: amd_sfh: Avoid disabling the interrupt
  HID: amd_sfh: Improve boot time when SFH is available
  HID: amd_sfh: Extend MP2 register access to SFH

 drivers/hid/amd-sfh-hid/amd_sfh_common.h      |  16 +++
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c        | 118 ++++++++++++++----
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.h        |   6 +-
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c |   2 +-
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c |   4 +-
 .../amd-sfh-hid/sfh1_1/amd_sfh_interface.c    |  10 +-
 6 files changed, 124 insertions(+), 32 deletions(-)

Comments

Jiri Kosina Feb. 27, 2024, 2:14 p.m. UTC | #1
On Wed, 14 Feb 2024, Basavaraj Natikar wrote:

> This patch series include changes for:
> - Increase sensor command timeout.
> - Update HPD sensor structure elements.
> - Avoid disabling the interrupt.
> - Improve boot time.
> - Extend MP2 register access.
> 
> Basavaraj Natikar (5):
>   HID: amd_sfh: Increase sensor command timeout
>   HID: amd_sfh: Update HPD sensor structure elements
>   HID: amd_sfh: Avoid disabling the interrupt
>   HID: amd_sfh: Improve boot time when SFH is available
>   HID: amd_sfh: Extend MP2 register access to SFH
> 
>  drivers/hid/amd-sfh-hid/amd_sfh_common.h      |  16 +++
>  drivers/hid/amd-sfh-hid/amd_sfh_pcie.c        | 118 ++++++++++++++----
>  drivers/hid/amd-sfh-hid/amd_sfh_pcie.h        |   6 +-
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c |   2 +-
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c |   4 +-
>  .../amd-sfh-hid/sfh1_1/amd_sfh_interface.c    |  10 +-
>  6 files changed, 124 insertions(+), 32 deletions(-)

Now queued in hid.git#for-6.9/amd-sfh. Thanks,