From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E6ABC43334 for ; Thu, 21 Jul 2022 15:17:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229762AbiGUPQ7 (ORCPT ); Thu, 21 Jul 2022 11:16:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbiGUPQ7 (ORCPT ); Thu, 21 Jul 2022 11:16:59 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7AD251BEA1; Thu, 21 Jul 2022 08:16:55 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8036B23A; Thu, 21 Jul 2022 08:16:55 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 347213F70D; Thu, 21 Jul 2022 08:16:49 -0700 (PDT) Date: Thu, 21 Jul 2022 16:16:46 +0100 From: Sudeep Holla To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Russell King , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Florian Fainelli , Ray Jui , Scott Branden , Alexander Shiyan , Krzysztof Kozlowski , Alim Akhtar , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Vladimir Zapolskiy , Taichi Sugaya , Takao Orito , Liviu Dudau , Lorenzo Pieralisi , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Aaro Koskinen , Janusz Krzysztofik , Tony Lindgren , Neil Armstrong , Dinh Nguyen , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Thierry Reding , Jonathan Hunter , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org, linux-oxnas@groups.io, linux-stm32@st-md-mailman.stormreply.com, linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH 0/6] ARM: defconfig cleanups Message-ID: <20220721151646.3xnptk72qhgnrwqw@bogus> References: <20220721141325.2413920-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220721141325.2413920-1-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On Thu, Jul 21, 2022 at 04:13:19PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > In the process of deprecating board files, I had to modify some defconfig > files and ran into the same problem as everyone else that a lot of > them are rather outdated. With some scripting, I managed to split out > a preparation patch that puts all lines into the expected order without > actually changing the contents. > > This helped doing the cleanup separately per Kconfig option that needed > to be addressed. I only did a small portion of the follow-up changes > to get to the point of being able to rebase my board changes on top, > but I did manage to address some bugs that have crept in. > > If there are no objections, I'd apply this set to the arm/defconfig > branch of the soc tree directly. > > Arnd > > Arnd Bergmann (6): > ARM: refresh defconfig files > ARM: defconfig: remove irda remnants > ARM: defconfig: remove stale CONFIG_ZBOOT_ROM entries > ARM: defconfig: address renamed CONFIG_DEBUG_INFO=y > ARM: defconfig: remove broken CONFIG_THUMB disables > ARM: defconfig: kill remnants of CONFIG_LEDS > [...] > arch/arm/configs/vexpress_defconfig | 8 +- For vexpress, Acked-by: Sudeep Holla -- Regards, Sudeep