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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 88F89C678D4 for ; Tue, 7 Mar 2023 10:06:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YtKjUoxglllz6MUYfgITuAifOxpujlGszbUTV94tPAs=; b=Nn4tm3AzaZZ4st Y4IU5s+lMuTWPXK0QAy8+TEOqMYV8JV49ZETtS09pBqnauNIim1uJ+BfxRlbdqMhnOKY3Rr5/MdUY PubJHjCmqAUUcTh7wpcHn5ehYFVJ8/8QKBE6bObwj6QWXlLUHmFuVjhGBozP2EPPOV5M/M4khAsKm MpPwexmipJPRhUIm4LGEUDI53kuczczHiRGm4BNRYe60d3lqWU/Y/4w5tcf3fvIdjZo3FXyOJCWdJ VEI6/iup/YNU8XTgFBgXG/ATucpaQ/VGGqifob5SUma0OA6gwNJQuY4uB6lX/thMM/DwKH8T+xJHw 1D45O4k4dSlPNTG9N2Gg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pZUC8-00H8bF-LK; Tue, 07 Mar 2023 10:05:20 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pZUC0-00H8Yf-Ub for linux-arm-kernel@lists.infradead.org; Tue, 07 Mar 2023 10:05:16 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pZUBZ-0005Gr-0t; Tue, 07 Mar 2023 11:04:45 +0100 Received: from ore by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1pZQVV-000344-IF; Tue, 07 Mar 2023 07:09:05 +0100 Date: Tue, 7 Mar 2023 07:09:05 +0100 From: Oleksij Rempel To: Andrew Davis Cc: Russell King , Baruch Siach , Vladimir Zapolskiy , Kunihiko Hayashi , Masami Hiramatsu , Arnd Bergmann , Nick Hawkins , Oleksij Rempel , Andreas =?utf-8?Q?F=C3=A4rber?= , Masahiro Yamada , Allison Randal , Thomas Gleixner , Qin Jian , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 02/10] ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms Message-ID: <20230307060905.GD11936@pengutronix.de> References: <20230306163441.16179-1-afd@ti.com> <20230306163441.16179-2-afd@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230306163441.16179-2-afd@ti.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230307_020513_025690_DDEB252C X-CRM114-Status: GOOD ( 24.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 06, 2023 at 10:34:33AM -0600, Andrew Davis wrote: > This removes the need for a dedicated Kconfig and mach directory. > > Signed-off-by: Andrew Davis Reviewed-by: Oleksij Rempel Thank you! > --- > arch/arm/Kconfig | 2 -- > arch/arm/Kconfig.platforms | 9 +++++++++ > arch/arm/mach-asm9260/Kconfig | 9 --------- > 3 files changed, 9 insertions(+), 11 deletions(-) > delete mode 100644 arch/arm/mach-asm9260/Kconfig > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 495b1d9444ab..2f1713c0f7ce 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -360,8 +360,6 @@ source "arch/arm/mach-alpine/Kconfig" > > source "arch/arm/mach-artpec/Kconfig" > > -source "arch/arm/mach-asm9260/Kconfig" > - > source "arch/arm/mach-aspeed/Kconfig" > > source "arch/arm/mach-at91/Kconfig" > diff --git a/arch/arm/Kconfig.platforms b/arch/arm/Kconfig.platforms > index ed1f6da11e24..b80a5b49d276 100644 > --- a/arch/arm/Kconfig.platforms > +++ b/arch/arm/Kconfig.platforms > @@ -66,3 +66,12 @@ config ARCH_VIRT > select ARM_GIC_V3_ITS if PCI > select ARM_PSCI > select HAVE_ARM_ARCH_TIMER > + > +config MACH_ASM9260 > + bool "Alphascale ASM9260" > + depends on ARCH_MULTI_V5 > + depends on CPU_LITTLE_ENDIAN > + select CPU_ARM926T > + select ASM9260_TIMER > + help > + Support for Alphascale ASM9260 based platform. > diff --git a/arch/arm/mach-asm9260/Kconfig b/arch/arm/mach-asm9260/Kconfig > deleted file mode 100644 > index 74e0f61c74c8..000000000000 > --- a/arch/arm/mach-asm9260/Kconfig > +++ /dev/null > @@ -1,9 +0,0 @@ > -# SPDX-License-Identifier: GPL-2.0-only > -config MACH_ASM9260 > - bool "Alphascale ASM9260" > - depends on ARCH_MULTI_V5 > - depends on CPU_LITTLE_ENDIAN > - select CPU_ARM926T > - select ASM9260_TIMER > - help > - Support for Alphascale ASM9260 based platform. > -- > 2.39.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 0CA3DC678D4 for ; Tue, 7 Mar 2023 10:05:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230074AbjCGKFe (ORCPT ); Tue, 7 Mar 2023 05:05:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230431AbjCGKF1 (ORCPT ); Tue, 7 Mar 2023 05:05:27 -0500 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A1E63D936 for ; Tue, 7 Mar 2023 02:05:11 -0800 (PST) Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pZUBZ-0005Gr-0t; Tue, 07 Mar 2023 11:04:45 +0100 Received: from ore by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1pZQVV-000344-IF; Tue, 07 Mar 2023 07:09:05 +0100 Date: Tue, 7 Mar 2023 07:09:05 +0100 From: Oleksij Rempel To: Andrew Davis Cc: Russell King , Baruch Siach , Vladimir Zapolskiy , Kunihiko Hayashi , Masami Hiramatsu , Arnd Bergmann , Nick Hawkins , Oleksij Rempel , Andreas =?utf-8?Q?F=C3=A4rber?= , Masahiro Yamada , Allison Randal , Thomas Gleixner , Qin Jian , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 02/10] ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms Message-ID: <20230307060905.GD11936@pengutronix.de> References: <20230306163441.16179-1-afd@ti.com> <20230306163441.16179-2-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230306163441.16179-2-afd@ti.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 06, 2023 at 10:34:33AM -0600, Andrew Davis wrote: > This removes the need for a dedicated Kconfig and mach directory. > > Signed-off-by: Andrew Davis Reviewed-by: Oleksij Rempel Thank you! > --- > arch/arm/Kconfig | 2 -- > arch/arm/Kconfig.platforms | 9 +++++++++ > arch/arm/mach-asm9260/Kconfig | 9 --------- > 3 files changed, 9 insertions(+), 11 deletions(-) > delete mode 100644 arch/arm/mach-asm9260/Kconfig > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 495b1d9444ab..2f1713c0f7ce 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -360,8 +360,6 @@ source "arch/arm/mach-alpine/Kconfig" > > source "arch/arm/mach-artpec/Kconfig" > > -source "arch/arm/mach-asm9260/Kconfig" > - > source "arch/arm/mach-aspeed/Kconfig" > > source "arch/arm/mach-at91/Kconfig" > diff --git a/arch/arm/Kconfig.platforms b/arch/arm/Kconfig.platforms > index ed1f6da11e24..b80a5b49d276 100644 > --- a/arch/arm/Kconfig.platforms > +++ b/arch/arm/Kconfig.platforms > @@ -66,3 +66,12 @@ config ARCH_VIRT > select ARM_GIC_V3_ITS if PCI > select ARM_PSCI > select HAVE_ARM_ARCH_TIMER > + > +config MACH_ASM9260 > + bool "Alphascale ASM9260" > + depends on ARCH_MULTI_V5 > + depends on CPU_LITTLE_ENDIAN > + select CPU_ARM926T > + select ASM9260_TIMER > + help > + Support for Alphascale ASM9260 based platform. > diff --git a/arch/arm/mach-asm9260/Kconfig b/arch/arm/mach-asm9260/Kconfig > deleted file mode 100644 > index 74e0f61c74c8..000000000000 > --- a/arch/arm/mach-asm9260/Kconfig > +++ /dev/null > @@ -1,9 +0,0 @@ > -# SPDX-License-Identifier: GPL-2.0-only > -config MACH_ASM9260 > - bool "Alphascale ASM9260" > - depends on ARCH_MULTI_V5 > - depends on CPU_LITTLE_ENDIAN > - select CPU_ARM926T > - select ASM9260_TIMER > - help > - Support for Alphascale ASM9260 based platform. > -- > 2.39.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |