All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: "Théo Lebrun" <theo.lebrun@bootlin.com>,
	"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
	"Vladimir Kondratiev" <vladimir.kondratiev@mobileye.com>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Tawfik Bayouk" <tawfik.bayouk@mobileye.com>,
	linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org,
	"Théo Lebrun" <theo.lebrun@bootlin.com>
Subject: Re: [PATCH 1/6] MIPS: eyeq5_defconfig: Update for v6.16-rc1
Date: Fri, 11 Jul 2025 16:19:27 +0200	[thread overview]
Message-ID: <87ldouzu6o.fsf@BLaptop.bootlin.com> (raw)
In-Reply-To: <20250704-of-commits-v1-1-dc2006bf2846@bootlin.com>

Théo Lebrun <theo.lebrun@bootlin.com> writes:

>  - Sort by moving CONFIG_PAGE_SIZE_16KB=y.
>
>  - Drop CONFIG_MACH_EYEQ5=y because it is the default:
>
>       # arch/mips/mobileye/Kconfig
>       choice
>          prompt "Mobileye EyeQ SoC selection"
>          default MACH_EYEQ5
>
>  - Drop CONFIG_SPARSEMEM_MANUAL=y because:
>
>       # mm/Kconfig
>       choice
>          prompt "Memory model"
>          depends on SELECT_MEMORY_MODEL
>          default SPARSEMEM_MANUAL if ARCH_SPARSEMEM_DEFAULT
>          default FLATMEM_MANUAL
>
>       # arch/mips/Kconfig
>       config EYEQ
>          select ARCH_SPARSEMEM_DEFAULT if 64BIT
>

Thaks for the clean-up

Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Thanks,

Gregory


> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
> ---
>  arch/mips/configs/eyeq5_defconfig | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/arch/mips/configs/eyeq5_defconfig b/arch/mips/configs/eyeq5_defconfig
> index ff7af5dc6d9d353cd84a5532c6f1de43c6983dfd..e2d6ad7c3006b037ae370a68c09e7aacab61d083 100644
> --- a/arch/mips/configs/eyeq5_defconfig
> +++ b/arch/mips/configs/eyeq5_defconfig
> @@ -19,20 +19,18 @@ CONFIG_SCHED_AUTOGROUP=y
>  CONFIG_BLK_DEV_INITRD=y
>  CONFIG_EXPERT=y
>  CONFIG_EYEQ=y
> -CONFIG_MACH_EYEQ5=y
>  CONFIG_FIT_IMAGE_FDT_EPM5=y
> -CONFIG_PAGE_SIZE_16KB=y
>  CONFIG_MIPS_CPS=y
>  CONFIG_CPU_HAS_MSA=y
>  CONFIG_NR_CPUS=16
>  CONFIG_MIPS_RAW_APPENDED_DTB=y
>  CONFIG_JUMP_LABEL=y
> +CONFIG_PAGE_SIZE_16KB=y
>  CONFIG_COMPAT_32BIT_TIME=y
>  CONFIG_MODULES=y
>  CONFIG_MODULE_UNLOAD=y
>  CONFIG_TRIM_UNUSED_KSYMS=y
>  # CONFIG_COMPAT_BRK is not set
> -CONFIG_SPARSEMEM_MANUAL=y
>  CONFIG_USERFAULTFD=y
>  CONFIG_NET=y
>  CONFIG_PACKET=y
>
> -- 
> 2.50.0
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2025-07-11 14:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-04 11:47 [PATCH 0/6] MIPS: Mobileye: EyeQ5: add GPIO/I2C devicetrees/defconfigs Théo Lebrun
2025-07-04 11:47 ` [PATCH 1/6] MIPS: eyeq5_defconfig: Update for v6.16-rc1 Théo Lebrun
2025-07-11 14:19   ` Gregory CLEMENT [this message]
2025-07-04 11:47 ` [PATCH 2/6] MIPS: mobileye: eyeq5: add 5 I2C controller nodes Théo Lebrun
2025-07-11 14:21   ` Gregory CLEMENT
2025-07-04 11:47 ` [PATCH 3/6] MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor Théo Lebrun
2025-07-11 14:21   ` Gregory CLEMENT
2025-07-04 11:47 ` [PATCH 4/6] MIPS: mobileye: eyeq5: add two GPIO bank nodes Théo Lebrun
2025-07-11 14:22   ` Gregory CLEMENT
2025-07-04 11:47 ` [PATCH 5/6] MIPS: eyeq5_defconfig: add GPIO subsystem & driver Théo Lebrun
2025-07-11 14:24   ` Gregory CLEMENT
2025-07-04 11:47 ` [PATCH 6/6] MIPS: eyeq5_defconfig: add I2C subsystem, driver and temp sensor driver Théo Lebrun
2025-07-11 14:24   ` Gregory CLEMENT
2025-07-16 18:05 ` [PATCH 0/6] MIPS: Mobileye: EyeQ5: add GPIO/I2C devicetrees/defconfigs Thomas Bogendoerfer

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=87ldouzu6o.fsf@BLaptop.bootlin.com \
    --to=gregory.clement@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=tawfik.bayouk@mobileye.com \
    --cc=theo.lebrun@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tsbogend@alpha.franken.de \
    --cc=vladimir.kondratiev@mobileye.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.