2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-07 21:24:00 +08:00
linux-next/drivers/hid/amd-sfh-hid
Basavaraj Natikar 3978f54817 HID: amd_sfh: Fix period data field to enable sensor
Existing amd-sfh driver is programming the MP2 firmware period field in
units of jiffies, but the MP2 firmware expects in milliseconds unit.

Changing it to milliseconds.

Fixes: 4b2c53d93a ("SFH:Transport Driver to add support of AMD Sensor Fusion Hub (SFH)")
Reviewed-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2021-08-20 14:48:48 +02:00
..
hid_descriptor HID: amd_sfh: Add initial support for HPD sensor 2021-06-24 14:28:03 +02:00
amd_sfh_client.c HID: amd_sfh: Fix period data field to enable sensor 2021-08-20 14:48:48 +02:00
amd_sfh_hid.c HID: amd_sfh: Use devm_kzalloc() instead of kzalloc() 2021-05-27 15:40:34 +02:00
amd_sfh_hid.h HID: amd_sfh: Add initial support for HPD sensor 2021-06-24 14:28:03 +02:00
amd_sfh_pcie.c HID: amd_sfh: Add initial support for HPD sensor 2021-06-24 14:28:03 +02:00
amd_sfh_pcie.h HID: amd_sfh: Add initial support for HPD sensor 2021-06-24 14:28:03 +02:00
Kconfig
Makefile