All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<Ludovic.Desroches@microchip.com>, <robh+dt@kernel.org>,
	<linux@armlinux.org.uk>, <mturquette@baylibre.com>,
	<sboyd@kernel.org>, <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-clk@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 7/8] ARM: configs: at91: sama7: enable cpu idle
Date: Mon, 20 Dec 2021 08:14:30 +0000	[thread overview]
Message-ID: <a3998908-9d45-cf5f-5b6d-8f4884cfff0c@microchip.com> (raw)
In-Reply-To: <YcA0uxt8O/kO3Bo5@ada-deb-carambola.ifak-system.com>

On 20.12.2021 09:46, Alexander Dahl wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Hello Claudiu,
> 
> Am Thu, Dec 16, 2021 at 04:13:37PM +0200 schrieb Claudiu Beznea:
>> Enable CPU idle support for SAMA7 config.
>>
>> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
>> ---
>>  arch/arm/configs/sama7_defconfig | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
>> index 938aae4bd80b..95c2a7ed4816 100644
>> --- a/arch/arm/configs/sama7_defconfig
>> +++ b/arch/arm/configs/sama7_defconfig
>> @@ -26,6 +26,7 @@ CONFIG_FORCE_MAX_ZONEORDER=15
>>  CONFIG_UACCESS_WITH_MEMCPY=y
>>  # CONFIG_ATAGS is not set
>>  CONFIG_CMDLINE="console=ttyS0,115200 earlyprintk ignore_loglevel"
>> +CONFIG_CPU_IDLE=y
>>  CONFIG_VFP=y
>>  CONFIG_NEON=y
>>  CONFIG_KERNEL_MODE_NEON=y
>> @@ -33,7 +34,6 @@ CONFIG_MODULES=y
>>  CONFIG_MODULE_FORCE_LOAD=y
>>  CONFIG_MODULE_UNLOAD=y
>>  CONFIG_MODULE_FORCE_UNLOAD=y
>> -# CONFIG_BLK_DEV_BSG is not set
>>  CONFIG_PARTITION_ADVANCED=y
>>  # CONFIG_EFI_PARTITION is not set
>>  # CONFIG_COREDUMP is not set
>> @@ -90,6 +90,7 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
>>  CONFIG_EEPROM_AT24=y
>>  CONFIG_SCSI=y
>>  CONFIG_BLK_DEV_SD=y
>> +# CONFIG_BLK_DEV_BSG is not set
> 
> That move of the CONFIG_BLK_DEV_BSG entry is not related to enabling
> the CONFIG_CPU_IDLE option, right?

Hi Alex,

Yes, it is not related to CONFIG_CPU_IDLE, it has just been moved down here
as a result of using "make menuconfig + make savedefconfig" when enabling
CONFIG_CPU_IDLE.

Thank you,
Claudiu Beznea

> 
> Greets
> Alex
> 
>>  CONFIG_NETDEVICES=y
>>  CONFIG_MACB=y
>>  CONFIG_MICREL_PHY=y
>> --
>> 2.32.0
>>


WARNING: multiple messages have this Message-ID (diff)
From: <Claudiu.Beznea@microchip.com>
To: <Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<Ludovic.Desroches@microchip.com>, <robh+dt@kernel.org>,
	<linux@armlinux.org.uk>, <mturquette@baylibre.com>,
	<sboyd@kernel.org>, <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-clk@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 7/8] ARM: configs: at91: sama7: enable cpu idle
Date: Mon, 20 Dec 2021 08:14:30 +0000	[thread overview]
Message-ID: <a3998908-9d45-cf5f-5b6d-8f4884cfff0c@microchip.com> (raw)
In-Reply-To: <YcA0uxt8O/kO3Bo5@ada-deb-carambola.ifak-system.com>

On 20.12.2021 09:46, Alexander Dahl wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Hello Claudiu,
> 
> Am Thu, Dec 16, 2021 at 04:13:37PM +0200 schrieb Claudiu Beznea:
>> Enable CPU idle support for SAMA7 config.
>>
>> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
>> ---
>>  arch/arm/configs/sama7_defconfig | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
>> index 938aae4bd80b..95c2a7ed4816 100644
>> --- a/arch/arm/configs/sama7_defconfig
>> +++ b/arch/arm/configs/sama7_defconfig
>> @@ -26,6 +26,7 @@ CONFIG_FORCE_MAX_ZONEORDER=15
>>  CONFIG_UACCESS_WITH_MEMCPY=y
>>  # CONFIG_ATAGS is not set
>>  CONFIG_CMDLINE="console=ttyS0,115200 earlyprintk ignore_loglevel"
>> +CONFIG_CPU_IDLE=y
>>  CONFIG_VFP=y
>>  CONFIG_NEON=y
>>  CONFIG_KERNEL_MODE_NEON=y
>> @@ -33,7 +34,6 @@ CONFIG_MODULES=y
>>  CONFIG_MODULE_FORCE_LOAD=y
>>  CONFIG_MODULE_UNLOAD=y
>>  CONFIG_MODULE_FORCE_UNLOAD=y
>> -# CONFIG_BLK_DEV_BSG is not set
>>  CONFIG_PARTITION_ADVANCED=y
>>  # CONFIG_EFI_PARTITION is not set
>>  # CONFIG_COREDUMP is not set
>> @@ -90,6 +90,7 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
>>  CONFIG_EEPROM_AT24=y
>>  CONFIG_SCSI=y
>>  CONFIG_BLK_DEV_SD=y
>> +# CONFIG_BLK_DEV_BSG is not set
> 
> That move of the CONFIG_BLK_DEV_BSG entry is not related to enabling
> the CONFIG_CPU_IDLE option, right?

Hi Alex,

Yes, it is not related to CONFIG_CPU_IDLE, it has just been moved down here
as a result of using "make menuconfig + make savedefconfig" when enabling
CONFIG_CPU_IDLE.

Thank you,
Claudiu Beznea

> 
> Greets
> Alex
> 
>>  CONFIG_NETDEVICES=y
>>  CONFIG_MACB=y
>>  CONFIG_MICREL_PHY=y
>> --
>> 2.32.0
>>

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

  reply	other threads:[~2021-12-20  8:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 14:13 [PATCH 0/8] ARM: at91: add cpu idle and cpufreq opps for sama7g5 Claudiu Beznea
2021-12-16 14:13 ` Claudiu Beznea
2021-12-16 14:13 ` [PATCH 1/8] ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependency Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2021-12-16 14:13 ` [PATCH 2/8] ARM: at91: ddr: align macro definitions Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2021-12-16 14:13 ` [PATCH 3/8] ARM: at91: ddr: fix typo to align with datasheet naming Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2021-12-16 14:13 ` [PATCH 4/8] ARM: at91: PM: add cpu idle support for sama7g5 Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2022-01-08  0:48   ` Stephen Boyd
2022-01-08  0:48     ` Stephen Boyd
2021-12-16 14:13 ` [PATCH 5/8] ARM: at91: Kconfig: select PM_OPP Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2021-12-16 14:13 ` [PATCH 6/8] ARM: dts: at91: sama7g5: add opps Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2022-02-24 14:59   ` Nicolas Ferre
2022-02-24 14:59     ` Nicolas Ferre
2022-02-24 18:23     ` Nicolas Ferre
2022-02-24 18:23       ` Nicolas Ferre
2021-12-16 14:13 ` [PATCH 7/8] ARM: configs: at91: sama7: enable cpu idle Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea
2021-12-20  7:46   ` Alexander Dahl
2021-12-20  7:46     ` Alexander Dahl
2021-12-20  8:14     ` Claudiu.Beznea [this message]
2021-12-20  8:14       ` Claudiu.Beznea
2021-12-16 14:13 ` [PATCH 8/8] ARM: configs: at91: sama7: add config for cpufreq Claudiu Beznea
2021-12-16 14:13   ` Claudiu Beznea

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=a3998908-9d45-cf5f-5b6d-8f4884cfff0c@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Ludovic.Desroches@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@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 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.