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 8757FC433FE for ; Sat, 22 Oct 2022 10:25:28 +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=RfE5w3e6vRPq/FmuVaqFiXbfBtC7qUA7DeWKmRjWjh4=; b=tFElCsjU8B+noC FK++Dg1PpgdzQbFgZANW8cYheKkA4ca2aEXOAZt4F3K48c97tYq3Sg4gTu6fCpYUYKS2eiekcQnGv lFUtUyBeoHgtUbCL+YR6KTow+78hLLwoSLsot8jR/Yv8uMBHyYtAWv9lMKF7XZU1mmcrfwT4qSLuK MykLfhJJWuKWFupQHj0V45DvehQhDyhodp/XcnjMUip7MyNVynwhF1TXgLtnCOk7gJuVK+IhBp/ul Xe7ixzztBCikpvglBCKIni4WvnJ+j2OAgwPL7JO8ky9CiZRnOkQ8AO6kfnc+ntlj/Zlx2GWTaBZIi RnSfmNhJerxYBZ7WhhZg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omBgB-00CCKQ-8I; Sat, 22 Oct 2022 10:24:35 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1omBg8-00CCJ0-Aa for linux-arm-kernel@lists.infradead.org; Sat, 22 Oct 2022 10:24:33 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EAA86B815BE; Sat, 22 Oct 2022 10:24:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C1F6C433C1; Sat, 22 Oct 2022 10:24:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666434269; bh=sNnqQxLQOiwqu7Ffq7bguDEOGa/qup8E74EebTPLQiY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CGFosPZlrGF6y4gj9t6Lw1jBTwq0zSqI9G6rgAlwH7CydFsvs8cKOl/zGAtVz8+1z NHJow5DMWeZY9mKDHiwx2/ryRUJMVpRPCF2XGzQni3aKEmBnJkHC3WOet3rx7YHfQ3 zQ5uye9wPLs2kR7f2Pcf0xPcjQXFWWyVdVuRFoNQ= Date: Sat, 22 Oct 2022 12:24:26 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Aaro Koskinen , Janusz Krzysztofik , Tony Lindgren , linux-kernel@vger.kernel.org, Arnd Bergmann , linux-omap@vger.kernel.org, Lee Jones , Ulf Hansson , Felipe Balbi , linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 13/17] ARM: omap1: remove unused board files Message-ID: References: <20221019144119.3848027-1-arnd@kernel.org> <20221019150410.3851944-1-arnd@kernel.org> <20221019150410.3851944-13-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221019150410.3851944-13-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221022_032432_526565_A2A7A24E X-CRM114-Status: GOOD ( 11.68 ) 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 Wed, Oct 19, 2022 at 05:03:35PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > All board support that was marked as 'unused' earlier can > now be removed, leaving the five machines that that still > had someone using them in 2022, or that are supported in > qemu. > > Cc: Aaro Koskinen > Cc: Janusz Krzysztofik > Cc: Tony Lindgren > Cc: linux-omap@vger.kernel.org > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel