]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware: qcom: scm: Convert to platform driver
authorAndy Gross <agross@codeaurora.org>
Mon, 20 Jul 2015 22:25:52 +0000 (17:25 -0500)
committerAndy Gross <agross@codeaurora.org>
Wed, 14 Oct 2015 03:05:53 +0000 (22:05 -0500)
commitdfa82ffd5b0585234fb3a5e9ead245fbee06f0ea
tree26e906c4fd35dc43e3bf7932ff25f08da5f8b7a0
parent0aa1fdc805bb85aba954d0b8eeb1f8166af49cc7
firmware: qcom: scm: Convert to platform driver

This patch creates a platform driver for the SCM so that we can adequately
manage resources.  This removes clients having to carry the necessary
clocks to use the SCM resources.

Signed-off-by: Andy Gross <agross@codeaurora.org>
Documentation/devicetree/bindings/firmware/qcom,scm.txt [new file with mode: 0644]
drivers/firmware/qcom_scm.c