]> 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)
commit1f4ff354fa3a20deaaae51557a02660c5a2560b7
tree8b60f70125821bfbd42aa9ccf6d2e349ef3c379c
parent6c9e36558a908df367951dbfbb7526533da93746
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]