mbox series

[0/2] Fixes to amd_sfh driver

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

Message

Basavaraj Natikar Jan. 31, 2022, 5:18 p.m. UTC
Changes include increasing sensor command timeout and
adding illuminance mask value.

Basavaraj Natikar (2):
  amd_sfh: Increase sensor command timeout
  amd_sfh: Add illuminance mask to limit ALS max value

 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c                    | 4 ++--
 drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Jiri Kosina Feb. 2, 2022, 2:05 p.m. UTC | #1
On Mon, 31 Jan 2022, Basavaraj Natikar wrote:

> Changes include increasing sensor command timeout and
> adding illuminance mask value.
> 
> Basavaraj Natikar (2):
>   amd_sfh: Increase sensor command timeout
>   amd_sfh: Add illuminance mask to limit ALS max value

Please make sure to follow the convention and always prefix HID patches 
with 'HID: ' in the shortlog.

I've fixed that up on my side now and applied for 5.17. Thanks,
Basavaraj Natikar Feb. 2, 2022, 3:35 p.m. UTC | #2
On 2/2/2022 7:35 PM, Jiri Kosina wrote:
> On Mon, 31 Jan 2022, Basavaraj Natikar wrote:
>
>> Changes include increasing sensor command timeout and
>> adding illuminance mask value.
>>
>> Basavaraj Natikar (2):
>>   amd_sfh: Increase sensor command timeout
>>   amd_sfh: Add illuminance mask to limit ALS max value
> Please make sure to follow the convention and always prefix HID patches 
> with 'HID: ' in the shortlog.
>
> I've fixed that up on my side now and applied for 5.17. Thanks,
>
Thanks for the feedback. Sure, I will follow this for future patches.

- Basavaraj