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 28EEFC433F5 for ; Sun, 21 Nov 2021 08:44:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236139AbhKUIrJ (ORCPT ); Sun, 21 Nov 2021 03:47:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:50902 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231700AbhKUIrI (ORCPT ); Sun, 21 Nov 2021 03:47:08 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E834C60249; Sun, 21 Nov 2021 08:43:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637484243; bh=tu69UPs2oFYdHGpPkYWSO++YLwvfUcLbBzuvXbiASYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D5Er70nazIbKppLsd5F5Xp/QgKOjqOlEYkmYtQAD0y5OpCROq1qwnPjiUGqIeKcZ8 QOO4vJmuckEkXlZuydebEuZRyTvuMW/b5mhCpIOGZhRcOOs5SqdyCDrsC6/r6zVqDo HmA0WVOq8M9ANGfm1YLgLfunPKpkDwXmEpFjzP4mPa2cifyRIpKUjJHgRxp0qqN8ge aAFZ/vP97Nfvl6V0Z1FDaRZ8/KstBjxPa4GYQSGNJoqsypN3TnKS0dMrrmiuh+agVj xVbs4DbIeG00oLvkMJiS3xFGdKExpFCqrfLyKaelKtxsdi4wbGSomDVWFP544XHxmf k7pa5d51aJc7Q== Date: Sun, 21 Nov 2021 16:43:28 +0800 From: Shawn Guo To: Lukas Bulwahn Cc: Russell King , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/13] arm: imx: remove dead left-over from i.MX{27,31,35} removal Message-ID: <20211121083934.GK31998@dragon> References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> <20211028141938.3530-8-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211028141938.3530-8-lukas.bulwahn@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 28, 2021 at 04:19:32PM +0200, Lukas Bulwahn wrote: > The commits: > > commit 879c0e5e0ac7 ("ARM: imx: Remove i.MX27 board files") > commit c93197b0041d ("ARM: imx: Remove i.MX31 board files") > commit e1324ece2af4 ("ARM: imx: Remove i.MX35 board files") > > remove the config MACH_MX27_3DS, MACH_MX31_3DS and MACH_MX35_3DS. > Commit a542fc18168c ("ARM: imx31: Remove remaining i.MX31 board code") > further removes arch/arm/mach-imx/3ds_debugboard.{c,h}. So, only some > dead left-over in Kconfig and Makefile remains. > > Remove this remaining left-over. > > This issue was identified with ./scripts/checkkconfigsymbols.py, > which warns on references to the non-existing configs > MACH_MX{27,31,35}_3DS in ./arch/arm/mach-imx/Kconfig. > > Signed-off-by: Lukas Bulwahn Applied, thanks! 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 90687C433EF for ; Sun, 21 Nov 2021 08:44:51 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HxkVT461Bz3bXW for ; Sun, 21 Nov 2021 19:44:49 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=D5Er70na; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=shawnguo@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=D5Er70na; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HxkTj53f0z2xrl for ; Sun, 21 Nov 2021 19:44:09 +1100 (AEDT) Received: by mail.kernel.org (Postfix) with ESMTPSA id E834C60249; Sun, 21 Nov 2021 08:43:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637484243; bh=tu69UPs2oFYdHGpPkYWSO++YLwvfUcLbBzuvXbiASYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D5Er70nazIbKppLsd5F5Xp/QgKOjqOlEYkmYtQAD0y5OpCROq1qwnPjiUGqIeKcZ8 QOO4vJmuckEkXlZuydebEuZRyTvuMW/b5mhCpIOGZhRcOOs5SqdyCDrsC6/r6zVqDo HmA0WVOq8M9ANGfm1YLgLfunPKpkDwXmEpFjzP4mPa2cifyRIpKUjJHgRxp0qqN8ge aAFZ/vP97Nfvl6V0Z1FDaRZ8/KstBjxPa4GYQSGNJoqsypN3TnKS0dMrrmiuh+agVj xVbs4DbIeG00oLvkMJiS3xFGdKExpFCqrfLyKaelKtxsdi4wbGSomDVWFP544XHxmf k7pa5d51aJc7Q== Date: Sun, 21 Nov 2021 16:43:28 +0800 From: Shawn Guo To: Lukas Bulwahn Subject: Re: [PATCH 07/13] arm: imx: remove dead left-over from i.MX{27,31,35} removal Message-ID: <20211121083934.GK31998@dragon> References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> <20211028141938.3530-8-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211028141938.3530-8-lukas.bulwahn@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linus Walleij , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Tomer Maimon , Arnd Bergmann , Dinh Nguyen , Avi Fishman , Patrick Venture , Sascha Hauer , openbmc@lists.ozlabs.org, Sekhar Nori , Russell King , Tali Perry , Krzysztof Halasa , Pengutronix Kernel Team , Imre Kaloz , Fabio Estevam , Bartosz Golaszewski , linux-arm-kernel@lists.infradead.org, Benjamin Fair Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Thu, Oct 28, 2021 at 04:19:32PM +0200, Lukas Bulwahn wrote: > The commits: > > commit 879c0e5e0ac7 ("ARM: imx: Remove i.MX27 board files") > commit c93197b0041d ("ARM: imx: Remove i.MX31 board files") > commit e1324ece2af4 ("ARM: imx: Remove i.MX35 board files") > > remove the config MACH_MX27_3DS, MACH_MX31_3DS and MACH_MX35_3DS. > Commit a542fc18168c ("ARM: imx31: Remove remaining i.MX31 board code") > further removes arch/arm/mach-imx/3ds_debugboard.{c,h}. So, only some > dead left-over in Kconfig and Makefile remains. > > Remove this remaining left-over. > > This issue was identified with ./scripts/checkkconfigsymbols.py, > which warns on references to the non-existing configs > MACH_MX{27,31,35}_3DS in ./arch/arm/mach-imx/Kconfig. > > Signed-off-by: Lukas Bulwahn Applied, thanks! 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 A917CC433F5 for ; Sun, 21 Nov 2021 08:45:38 +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=VZ8WHwZ0S6ptv5l1evnmmNYtEcowxF/asDMZWeVmgwM=; b=mOqsddr3IE4ffZ M5zGQnc62yvnk/FENk/r2SlaWa1DSSggZ5HnY1x81MeCEF8y6d/iDs5mkOyRBe5qjOH3OsLaALka6 X6P2qihvYRRSJQmh7+9rOJSlRjUSGfrcoMWyX2jIW/yn2jVUyYd2kuJbnkbZPb+c9xIyhqFawIIOj WIy9DwUm7FYFVavzl0xI/0Q6a6Q2EPw1hdtKpDSFAyZFB/de1BtIEhnwPTeqlbASzURK3xSvTNKMB BuR65dnFTwC/oF4R2mXDNogheui1Uic6SeFxcbZZ3cVEA/6gPijxxXnuwQ/ne0S8gYok7WLme6yqA PEPGBMaKY2WiRCkOlvqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1moiSJ-00DMmh-3s; Sun, 21 Nov 2021 08:44:11 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1moiSC-00DMlZ-Ia for linux-arm-kernel@lists.infradead.org; Sun, 21 Nov 2021 08:44:08 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id E834C60249; Sun, 21 Nov 2021 08:43:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637484243; bh=tu69UPs2oFYdHGpPkYWSO++YLwvfUcLbBzuvXbiASYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D5Er70nazIbKppLsd5F5Xp/QgKOjqOlEYkmYtQAD0y5OpCROq1qwnPjiUGqIeKcZ8 QOO4vJmuckEkXlZuydebEuZRyTvuMW/b5mhCpIOGZhRcOOs5SqdyCDrsC6/r6zVqDo HmA0WVOq8M9ANGfm1YLgLfunPKpkDwXmEpFjzP4mPa2cifyRIpKUjJHgRxp0qqN8ge aAFZ/vP97Nfvl6V0Z1FDaRZ8/KstBjxPa4GYQSGNJoqsypN3TnKS0dMrrmiuh+agVj xVbs4DbIeG00oLvkMJiS3xFGdKExpFCqrfLyKaelKtxsdi4wbGSomDVWFP544XHxmf k7pa5d51aJc7Q== Date: Sun, 21 Nov 2021 16:43:28 +0800 From: Shawn Guo To: Lukas Bulwahn Cc: Russell King , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/13] arm: imx: remove dead left-over from i.MX{27,31,35} removal Message-ID: <20211121083934.GK31998@dragon> References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> <20211028141938.3530-8-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211028141938.3530-8-lukas.bulwahn@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211121_004404_655360_91EB5B2D X-CRM114-Status: GOOD ( 11.39 ) 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 Thu, Oct 28, 2021 at 04:19:32PM +0200, Lukas Bulwahn wrote: > The commits: > > commit 879c0e5e0ac7 ("ARM: imx: Remove i.MX27 board files") > commit c93197b0041d ("ARM: imx: Remove i.MX31 board files") > commit e1324ece2af4 ("ARM: imx: Remove i.MX35 board files") > > remove the config MACH_MX27_3DS, MACH_MX31_3DS and MACH_MX35_3DS. > Commit a542fc18168c ("ARM: imx31: Remove remaining i.MX31 board code") > further removes arch/arm/mach-imx/3ds_debugboard.{c,h}. So, only some > dead left-over in Kconfig and Makefile remains. > > Remove this remaining left-over. > > This issue was identified with ./scripts/checkkconfigsymbols.py, > which warns on references to the non-existing configs > MACH_MX{27,31,35}_3DS in ./arch/arm/mach-imx/Kconfig. > > Signed-off-by: Lukas Bulwahn Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel