[PATCH 03/18] soc: amlogic: Move power-domain drivers to the genpd dir

Martin Blumenstingl martin.blumenstingl at googlemail.com
Fri Jul 7 11:25:42 PDT 2023


Hi Ulf,

On Fri, Jul 7, 2023 at 4:04 PM Ulf Hansson <ulf.hansson at linaro.org> wrote:
[...]
> --- a/drivers/soc/Makefile
> +++ b/drivers/soc/Makefile
> @@ -23,7 +23,6 @@ obj-y                         += mediatek/
>  obj-y                          += microchip/
>  obj-y                          += nuvoton/
>  obj-y                          += pxa/
> -obj-y                          += amlogic/
I think this change has to be dropped (see below)...

>  obj-y                          += qcom/
>  obj-y                          += renesas/
>  obj-y                          += rockchip/
> diff --git a/drivers/soc/amlogic/Makefile b/drivers/soc/amlogic/Makefile
> index 7b8c5d323f5c..c25f835e6a26 100644
> --- a/drivers/soc/amlogic/Makefile
> +++ b/drivers/soc/amlogic/Makefile
> @@ -2,7 +2,4 @@
>  obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o
>  obj-$(CONFIG_MESON_CLK_MEASURE) += meson-clk-measure.o
>  obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o
> -obj-$(CONFIG_MESON_GX_PM_DOMAINS) += meson-gx-pwrc-vpu.o
>  obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o
> -obj-$(CONFIG_MESON_EE_PM_DOMAINS) += meson-ee-pwrc.o
> -obj-$(CONFIG_MESON_SECURE_PM_DOMAINS) += meson-secure-pwrc.o
...as drivers/soc/amlogic contains drivers which are not moved (in
addition to the genpd drivers there's also SoC info and canvas
drivers).


Best regards,
Martin



More information about the linux-arm-kernel mailing list