Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+9
+9
MAINTAINERS
··· 15725 15725 F: Documentation/devicetree/bindings/media/*camss* 15726 15726 F: drivers/media/platform/qcom/camss/ 15727 15727 15728 + QUALCOMM CLOCK DRIVERS 15729 + M: Bjorn Andersson <bjorn.andersson@linaro.org> 15730 + L: linux-arm-msm@vger.kernel.org 15731 + S: Supported 15732 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git 15733 + F: Documentation/devicetree/bindings/clock/qcom,* 15734 + F: drivers/clk/qcom/ 15735 + F: include/dt-bindings/clock/qcom,* 15736 + 15728 15737 QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER 15729 15738 M: Niklas Cassel <nks@flawful.org> 15730 15739 L: linux-pm@vger.kernel.org