You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial "Sensors Registry" daemon implementation of [1] as kernel
module.
Qualcomm Sensor Registry (SNS_REG) is a QMI service used by the
Snapdragon Sensor Core (SSC) on Qualcomm SoCs such as MSM8996 to
get platform-specific sensor data. It is served by the application
processor. This service provides SSC with the data it needs to
function, which is basically contents of binary sensor registry
file stored as firmware in qcom/sensors/sns.reg. On Android
devices this file is usually available on "persist" partition
on path: /persist/sensors/sns.reg.
This is yet another QMI service to provide firmware files for the
remote processors, like rmtfs, tqftpserv, pd_mapper and ath10k
WLAN firmware service. The structure of this driver, usage of
auxiliary device and reference counting is inspired by similar
in this regard qcom_pd_mapper driver.
[1] https://gitlab.com/msm8996-mainline/sns-reg
Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
0 commit comments