diff options
author | Sandeep Singh <[email protected]> | 2020-10-10 01:31:35 +0530 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2020-10-22 12:04:57 +0200 |
commit | 302f0dad8c97a11abcf145ff3c7036f8f80e1a1e (patch) | |
tree | c3276bd7f6bfce364a06576c9940b993d91ec926 | |
parent | bf36c6b946c8895cf590f10dbd70b589b0dc101f (diff) |
SFH: Add maintainers and documentation for AMD SFH based on HID framework
Add Maintainers for AMD SFH(SENSOR FUSION HUB) Solution and work flow
document.
Co-developed-by: Nehal Shah <[email protected]>
Signed-off-by: Nehal Shah <[email protected]>
Signed-off-by: Sandeep Singh <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | Documentation/hid/index.rst | 1 | ||||
-rw-r--r-- | MAINTAINERS | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/hid/index.rst b/Documentation/hid/index.rst index 737d66dc16a1..e50f513c579c 100644 --- a/Documentation/hid/index.rst +++ b/Documentation/hid/index.rst @@ -16,3 +16,4 @@ Human Interface Devices (HID) hid-alps intel-ish-hid + amd-sfh-hid diff --git a/MAINTAINERS b/MAINTAINERS index dd1887c3c5bf..9d12f61d0519 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -950,6 +950,14 @@ S: Supported F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi F: drivers/net/ethernet/amd/xgbe/ +AMD SENSOR FUSION HUB DRIVER +M: Nehal Shah <[email protected]> +M: Sandeep Singh <[email protected]> +S: Maintained +F: Documentation/hid/amd-sfh* +F: drivers/hid/amd-sfh-hid/ + AMS AS73211 DRIVER M: Christian Eggers <[email protected]> |