]> git.baikalelectronics.ru Git - kernel.git/commit
SFH: PCIe driver to add support of AMD sensor fusion hub
authorSandeep Singh <sandeep.singh@amd.com>
Fri, 9 Oct 2020 20:01:36 +0000 (01:31 +0530)
committerJiri Kosina <jkosina@suse.cz>
Thu, 22 Oct 2020 10:05:02 +0000 (12:05 +0200)
commit0bb5450b3c9ce974b73f43f144c208a4b0cbddd9
tree8b60f70125821bfbd42aa9ccf6d2e349ef3c379c
parentc571cae8fe046abde20d655a5a230171fb7cc7bd
SFH: PCIe driver to add support of AMD sensor fusion hub

AMD SFH (Sensor Fusion Hub) is a solution running on MP2
(which is ARM core connected to x86 for processing sensor data).
AMD SFH uses HID over PCI bus to form the HID descriptors and
talks to HID clients like the monitor-sensor/iio-proxy. MP2 which
is exposed as a PCI device to the x86, uses mailboxes to talk to
MP2 firmware to send/receive commands.

Co-developed-by: Nehal Shah <Nehal-bakulchandra.Shah@amd.com>
Signed-off-by: Nehal Shah <Nehal-bakulchandra.Shah@amd.com>
Signed-off-by: Sandeep Singh <sandeep.singh@amd.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/amd-sfh-hid/Kconfig [new file with mode: 0644]
drivers/hid/amd-sfh-hid/Makefile [new file with mode: 0644]
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c [new file with mode: 0644]
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h [new file with mode: 0644]