summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2021-12-03 02:39:01 +0100
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-12-03 03:36:03 +0100
commite3fd5f632cdd00e3652e4a5fe743c8c052af11a8 (patch)
tree5e39a5ed101483ff6f16249299cbcaca57b9298e /MAINTAINERS
parentLinux 5.16-rc1 (diff)
downloadlinux-e3fd5f632cdd00e3652e4a5fe743c8c052af11a8.tar.xz
linux-e3fd5f632cdd00e3652e4a5fe743c8c052af11a8.zip
MAINTAINERS: Add entry for Qualcomm clock drivers
Most SoC specific clock drivers are picked by respective SoC maintainer and then sent to the clock maintainers on their way upstream. This has however not been the case for the Qualcomm clock drivers - which doesn't actually have a maintainer per MAINTAINERS and where the framework maintainers have just carried the Qualcomm effort as well, presumably as a result of Stephen's history. Move the maintainership of the Qualcomm clock drivers to use the same model as other SoC vendors and document the ownership by actually introducing an entry in MAINTAINERS. Cc: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Acked-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20211203013901.3460496-1-bjorn.andersson@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a2345ce8521..e58e0eec6ff0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15725,6 +15725,15 @@ F: Documentation/admin-guide/media/qcom_camss.rst
F: Documentation/devicetree/bindings/media/*camss*
F: drivers/media/platform/qcom/camss/
+QUALCOMM CLOCK DRIVERS
+M: Bjorn Andersson <bjorn.andersson@linaro.org>
+L: linux-arm-msm@vger.kernel.org
+S: Supported
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
+F: Documentation/devicetree/bindings/clock/qcom,*
+F: drivers/clk/qcom/
+F: include/dt-bindings/clock/qcom,*
+
QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER
M: Niklas Cassel <nks@flawful.org>
L: linux-pm@vger.kernel.org