summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi
Commit message (Expand)AuthorAgeFilesLines
...
| | * firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla2018-05-107-66/+69
| | * firmware: arm_scmi: rename get_transition_latency and add_opps_to_deviceSudeep Holla2018-05-101-5/+5
| | * firmware: arm_scmi: fix kernel-docs documentationSudeep Holla2018-05-093-32/+40
| | * firmware: arm_scmi: improve code readability using bitfield accessor macrosSudeep Holla2018-05-092-21/+19
* | | Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2018-05-141-0/+1
|\ \ \ | |/ / |/| |
| * | firmware: arm_scmi: Use after free in scmi_create_protocol_device()Dan Carpenter2018-05-081-0/+1
| |/
* / firmware: arm_scmi: remove redundant null check on arrayColin Ian King2018-04-161-1/+1
|/
* firmware: arm_scmi: prevent accessing rate_discrete uninitializedAnders Roxell2018-03-201-2/+3
* firmware: arm_scmi: add device power domain support using genpdSudeep Holla2018-02-282-0/+130
* firmware: arm_scmi: add per-protocol channels support using idr objectsSudeep Holla2018-02-281-12/+42
* firmware: arm_scmi: refactor in preparation to support per-protocol channelsSudeep Holla2018-02-281-34/+56
* firmware: arm_scmi: add option for polling based performance domain operationsSudeep Holla2018-02-281-8/+11
* firmware: arm_scmi: add support for polling based SCMI transfersSudeep Holla2018-02-281-8/+47
* firmware: arm_scmi: probe and initialise all the supported protocolsSudeep Holla2018-02-281-1/+50
* firmware: arm_scmi: add initial support for sensor protocolSudeep Holla2018-02-282-1/+292
* firmware: arm_scmi: add initial support for power protocolSudeep Holla2018-02-282-1/+222
* firmware: arm_scmi: add initial support for clock protocolSudeep Holla2018-02-282-1/+343
* firmware: arm_scmi: add initial support for performance protocolSudeep Holla2018-02-283-1/+480
* firmware: arm_scmi: add scmi protocol bus to enumerate protocol devicesSudeep Holla2018-02-283-1/+224
* firmware: arm_scmi: add common infrastructure and support for base protocolSudeep Holla2018-02-284-1/+345
* firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla2018-02-283-0/+746