From: Kevin Hilman <khilman@baylibre.com>
To: Jerome Brunet <jbrunet@baylibre.com>
Cc: devicetree@vger.kernel.org,
Neil Armstrong <narmstrong@baylibre.com>,
linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH 1/2] arm64: meson: enable g12a clock controller
Date: Fri, 08 Feb 2019 09:34:17 -0800 [thread overview]
Message-ID: <7hlg2qfali.fsf@baylibre.com> (raw)
In-Reply-To: <20190208101405.25699-2-jbrunet@baylibre.com>
Jerome Brunet <jbrunet@baylibre.com> writes:
> Enable the g12a clock controller for ARCH_MESON
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
> arch/arm64/Kconfig.platforms | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 819e74ae9224..d0e0bd4af05d 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -114,9 +114,11 @@ config ARCH_MESON
> select PINCTRL_MESON
> select COMMON_CLK_GXBB
> select COMMON_CLK_AXG
> + select COMMON_CLK_G12A
> select MESON_IRQ_GPIO
> help
> - This enables support for the Amlogic S905 SoCs.
> + This enables support for the arm64 based Amlogic SoCs
> + such as the s905, S905X/D, S912, A113X/D or S905X/D2
Queued for v5.1.
nit: s/s905/S905/ to match the others. I'll fix that up when applying
to my v5.1/soc branch.
Kevin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Jerome Brunet <jbrunet@baylibre.com>
Cc: devicetree@vger.kernel.org,
Neil Armstrong <narmstrong@baylibre.com>,
linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH 1/2] arm64: meson: enable g12a clock controller
Date: Fri, 08 Feb 2019 09:34:17 -0800 [thread overview]
Message-ID: <7hlg2qfali.fsf@baylibre.com> (raw)
In-Reply-To: <20190208101405.25699-2-jbrunet@baylibre.com>
Jerome Brunet <jbrunet@baylibre.com> writes:
> Enable the g12a clock controller for ARCH_MESON
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
> arch/arm64/Kconfig.platforms | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 819e74ae9224..d0e0bd4af05d 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -114,9 +114,11 @@ config ARCH_MESON
> select PINCTRL_MESON
> select COMMON_CLK_GXBB
> select COMMON_CLK_AXG
> + select COMMON_CLK_G12A
> select MESON_IRQ_GPIO
> help
> - This enables support for the Amlogic S905 SoCs.
> + This enables support for the arm64 based Amlogic SoCs
> + such as the s905, S905X/D, S912, A113X/D or S905X/D2
Queued for v5.1.
nit: s/s905/S905/ to match the others. I'll fix that up when applying
to my v5.1/soc branch.
Kevin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org,
Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH 1/2] arm64: meson: enable g12a clock controller
Date: Fri, 08 Feb 2019 09:34:17 -0800 [thread overview]
Message-ID: <7hlg2qfali.fsf@baylibre.com> (raw)
In-Reply-To: <20190208101405.25699-2-jbrunet@baylibre.com>
Jerome Brunet <jbrunet@baylibre.com> writes:
> Enable the g12a clock controller for ARCH_MESON
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
> arch/arm64/Kconfig.platforms | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 819e74ae9224..d0e0bd4af05d 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -114,9 +114,11 @@ config ARCH_MESON
> select PINCTRL_MESON
> select COMMON_CLK_GXBB
> select COMMON_CLK_AXG
> + select COMMON_CLK_G12A
> select MESON_IRQ_GPIO
> help
> - This enables support for the Amlogic S905 SoCs.
> + This enables support for the arm64 based Amlogic SoCs
> + such as the s905, S905X/D, S912, A113X/D or S905X/D2
Queued for v5.1.
nit: s/s905/S905/ to match the others. I'll fix that up when applying
to my v5.1/soc branch.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Jerome Brunet <jbrunet@baylibre.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org,
Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH 1/2] arm64: meson: enable g12a clock controller
Date: Fri, 08 Feb 2019 09:34:17 -0800 [thread overview]
Message-ID: <7hlg2qfali.fsf@baylibre.com> (raw)
In-Reply-To: <20190208101405.25699-2-jbrunet@baylibre.com>
Jerome Brunet <jbrunet@baylibre.com> writes:
> Enable the g12a clock controller for ARCH_MESON
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
> arch/arm64/Kconfig.platforms | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 819e74ae9224..d0e0bd4af05d 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -114,9 +114,11 @@ config ARCH_MESON
> select PINCTRL_MESON
> select COMMON_CLK_GXBB
> select COMMON_CLK_AXG
> + select COMMON_CLK_G12A
> select MESON_IRQ_GPIO
> help
> - This enables support for the Amlogic S905 SoCs.
> + This enables support for the arm64 based Amlogic SoCs
> + such as the s905, S905X/D, S912, A113X/D or S905X/D2
Queued for v5.1.
nit: s/s905/S905/ to match the others. I'll fix that up when applying
to my v5.1/soc branch.
Kevin
next prev parent reply other threads:[~2019-02-08 17:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-08 10:14 [PATCH 0/2] arm64: meson: g12a: enable peripheral clock controller Jerome Brunet
2019-02-08 10:14 ` Jerome Brunet
2019-02-08 10:14 ` Jerome Brunet
2019-02-08 10:14 ` [PATCH 1/2] arm64: meson: enable g12a " Jerome Brunet
2019-02-08 10:14 ` Jerome Brunet
2019-02-08 10:14 ` Jerome Brunet
2019-02-08 17:34 ` Kevin Hilman [this message]
2019-02-08 17:34 ` Kevin Hilman
2019-02-08 17:34 ` Kevin Hilman
2019-02-08 17:34 ` Kevin Hilman
2019-02-08 10:14 ` [PATCH 2/2] arm64: dts: meson: g12a: add peripheral " Jerome Brunet
2019-02-08 10:14 ` Jerome Brunet
2019-02-08 10:14 ` Jerome Brunet
2019-02-08 17:42 ` Kevin Hilman
2019-02-08 17:42 ` Kevin Hilman
2019-02-08 17:42 ` Kevin Hilman
2019-02-08 17:42 ` Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7hlg2qfali.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=jbrunet@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=narmstrong@baylibre.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.