mbox series

[0/7] Fixes to amd_sfh

Message ID 20230411161030.909350-1-Basavaraj.Natikar@amd.com (mailing list archive)
Headers show
Series Fixes to amd_sfh | expand

Message

Basavaraj Natikar April 11, 2023, 4:10 p.m. UTC
Changes include correcting structure fields, illuminance values,
shutdown PM operations, stop all command, increasing sensor
command timeout and no sensor condition.

Basavaraj Natikar (7):
  HID: amd_sfh: Correct the structure fields
  HID: amd_sfh: Correct the sensor enable and disable command
  HID: amd_sfh: Fix illuminance value
  HID: amd_sfh: Add support for shutdown operation
  HID: amd_sfh: Correct the stop all command
  HID: amd_sfh: Increase sensor command timeout for SFH1.1
  HID: amd_sfh: Handle "no sensors" enabled for SFH1.1

 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c             |  9 +++++++++
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c      |  2 +-
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c      | 11 +++++++++++
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c | 10 +++++++---
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.h |  8 ++++----
 5 files changed, 32 insertions(+), 8 deletions(-)

Comments

Jiri Kosina April 13, 2023, 1:56 p.m. UTC | #1
On Tue, 11 Apr 2023, Basavaraj Natikar wrote:

> Changes include correcting structure fields, illuminance values,
> shutdown PM operations, stop all command, increasing sensor
> command timeout and no sensor condition.
> 
> Basavaraj Natikar (7):
>   HID: amd_sfh: Correct the structure fields
>   HID: amd_sfh: Correct the sensor enable and disable command
>   HID: amd_sfh: Fix illuminance value
>   HID: amd_sfh: Add support for shutdown operation
>   HID: amd_sfh: Correct the stop all command
>   HID: amd_sfh: Increase sensor command timeout for SFH1.1
>   HID: amd_sfh: Handle "no sensors" enabled for SFH1.1
> 
>  drivers/hid/amd-sfh-hid/amd_sfh_pcie.c             |  9 +++++++++
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c      |  2 +-
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c      | 11 +++++++++++
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c | 10 +++++++---
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.h |  8 ++++----
>  5 files changed, 32 insertions(+), 8 deletions(-)

Applied, thanks.