linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Leo Li <leoyang.li@nxp.com>
To: Shawn Guo <shawnguo@kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: RE: [PATCH 07/15] arm64: defconfig: Enable QorIQ cpufreq driver
Date: Wed, 11 Mar 2020 18:54:00 +0000	[thread overview]
Message-ID: <VE1PR04MB66873A9B6773FFBF96F37C6B8FFC0@VE1PR04MB6687.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20200311061220.GB29269@dragon>



> -----Original Message-----
> From: Shawn Guo <shawnguo@kernel.org>
> Sent: Wednesday, March 11, 2020 1:12 AM
> To: Leo Li <leoyang.li@nxp.com>
> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH 07/15] arm64: defconfig: Enable QorIQ cpufreq driver
> 
> On Mon, Feb 24, 2020 at 05:08:02PM -0600, Li Yang wrote:
> > Enables the generic QorIQ cpufreq driver to support frequency scaling
> > for various QorIQ SoCs.  Enabled as built-in as it is a core feature.
> >
> > Signed-off-by: Li Yang <leoyang.li@nxp.com>
> > ---
> >  arch/arm64/configs/defconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index e97ef8b944b8..996dc749ea5c 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -90,6 +90,7 @@ CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y
> >  CONFIG_ARM_QCOM_CPUFREQ_HW=y
> >  CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
> >  CONFIG_ARM_TEGRA186_CPUFREQ=y
> > +CONFIG_QORIQ_CPUFREQ=y
> >  CONFIG_ARM_SCPI_PROTOCOL=y
> >  CONFIG_RASPBERRYPI_FIRMWARE=y
> >  CONFIG_INTEL_STRATIX10_SERVICE=y
> > @@ -722,7 +723,6 @@ CONFIG_COMMON_CLK_RK808=y
> >  CONFIG_COMMON_CLK_SCPI=y
> >  CONFIG_COMMON_CLK_CS2000_CP=y
> >  CONFIG_COMMON_CLK_S2MPS11=y
> > -CONFIG_CLK_QORIQ=y
> 
> Why is this getting removed?

Newly added QORIQ_CPUFREQ selects CLK_QORIQ, so it is removed by savedefconfig.

Regards,
Leo

> 
> Shawn
> 
> >  CONFIG_COMMON_CLK_PWM=y
> >  CONFIG_CLK_RASPBERRYPI=m
> >  CONFIG_CLK_IMX8MM=y
> > --
> > 2.17.1
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> >
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.inf
> radead.org%2Fmailman%2Flistinfo%2Flinux-arm-
> kernel&amp;data=02%7C01%7Cleoyang.li%40nxp.com%7C9fc5f6a95bf74523
> 717708d7c5832d15%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C
> 637195039498757892&amp;sdata=nsR%2F3bVYD61W2%2BE393dhJNgKCp%2
> FfvH9cYSdRLckOxns%3D&amp;reserved=0

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-03-11 18:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 23:07 [PATCH 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards Li Yang
2020-02-24 23:07 ` [PATCH 01/15] arm64: defconfig: run through savedefconfig for ordering Li Yang
2020-02-24 23:07 ` [PATCH 02/15] arm64: defconfig: Enable NXP flexcan driver Li Yang
2020-02-24 23:07 ` [PATCH 03/15] arm64: defconfig: Enable QorIQ DPAA1 drivers Li Yang
2020-02-24 23:07 ` [PATCH 04/15] arm64: defconfig: Enable QorIQ DPAA2 drivers Li Yang
2020-02-24 23:08 ` [PATCH 05/15] arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch Li Yang
2020-02-24 23:08 ` [PATCH 06/15] arm64: defconfig: Enable NXP/FSL SPI controller drivers Li Yang
2020-03-11  5:51   ` Shawn Guo
     [not found]     ` <CADRPPNQ-VWmVMdBuEUj9RdXAYvt4dhy+scP-EaYbrXj3McSaVQ@mail.gmail.com>
2020-03-11  7:06       ` Shawn Guo
2020-02-24 23:08 ` [PATCH 07/15] arm64: defconfig: Enable QorIQ cpufreq driver Li Yang
2020-03-11  6:12   ` Shawn Guo
2020-03-11 18:54     ` Leo Li [this message]
2020-03-12 14:22       ` Shawn Guo
2020-03-12 16:31         ` Leo Li
2020-02-24 23:08 ` [PATCH 08/15] arm64: defconfig: Enable ARM SBSA watchdog driver Li Yang
2020-02-24 23:08 ` [PATCH 09/15] arm64: defconfig: Enable QorIQ IFC NAND controller driver Li Yang
2020-03-11  6:13   ` Shawn Guo
2020-03-11 18:55     ` Leo Li
2020-02-24 23:08 ` [PATCH 10/15] arm64: defconfig: Enable QorIQ GPIO driver Li Yang
2020-02-24 23:08 ` [PATCH 11/15] arm64: defconfig: Enable ARM Mali display driver Li Yang
2020-02-24 23:08 ` [PATCH 12/15] arm64: defconfig: Enable flash device drivers for QorIQ boards Li Yang
2020-02-24 23:08 ` [PATCH 13/15] arm64: defconfig: Enable RTC devices " Li Yang
2020-02-24 23:08 ` [PATCH 14/15] arm64: defconfig: Enable PHY devices used on " Li Yang
2020-02-24 23:08 ` [PATCH 15/15] arm64: defconfig: Enable e1000 device Li Yang

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=VE1PR04MB66873A9B6773FFBF96F37C6B8FFC0@VE1PR04MB6687.eurprd04.prod.outlook.com \
    --to=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnguo@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).