OSDN Git Service

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)
commit4f567b9f8141a86c7d878fadf136e5d1408e3e61
tree8b60f70125821bfbd42aa9ccf6d2e349ef3c379c
parent302f0dad8c97a11abcf145ff3c7036f8f80e1a1e
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]