aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/smem_state.c
Commit message (Collapse)AuthorAge
* soc: qcom: Update properties for smem state referencingBjorn Andersson2016-06-24
| | | | | | | | | | | | Update the property names to match device tree bindings, the correct values should be qcom,smem-states and qcom,smem-state-names. Also update the #qcom,smem-state-cells for consistency, before we merge any users of these properties. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* soc: qcom: Introduce common SMEM state machine codeBjorn Andersson2015-12-08
This implements a common API for handling and exposing SMP2P and SMSM state information. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>