aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi/sensors.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-14firmware: arm_scmi: Move scmi protocols registration into the driverSudeep Holla1-6/+1
2020-09-07firmware: arm_scmi: Constify static scmi-opsRikard Falkeborn1-1/+1
2020-07-13firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_headerCristian Marussi1-1/+1
2020-07-01firmware: arm_scmi: Add sensor notifications supportCristian Marussi1-5/+64
2020-04-14firmware: arm_scmi: Update protocol commands and notification listSudeep Holla1-0/+4
2019-12-24firmware: arm_scmi: Stash version in protocol init functionsSudeep Holla1-0/+2
2019-08-12firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla1-11/+6
2019-08-12firmware: arm_scmi: Add asynchronous sensor read if it supportsSudeep Holla1-8/+22
2019-08-12firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla1-2/+2
2019-08-12firmware: arm_scmi: Align few names in sensors protocol with SCMI specificationSudeep Holla1-13/+15
2019-06-12firmware: arm_scmi: fetch and store sensor scaleFlorian Fainelli1-0/+6
2019-06-12firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributesSudeep Holla1-2/+2
2018-09-10firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla1-1/+1
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla1-10/+10
2018-02-28firmware: arm_scmi: add initial support for sensor protocolSudeep Holla1-0/+291