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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 06A04C3A59D for ; Mon, 24 Oct 2022 05:59:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E9F5D10E0E8; Mon, 24 Oct 2022 05:59:09 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by gabe.freedesktop.org (Postfix) with ESMTP id E525110E25F for ; Mon, 24 Oct 2022 05:59:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7BF94822A; Mon, 24 Oct 2022 05:40:37 +0000 (UTC) Date: Mon, 24 Oct 2022 08:49:50 +0300 From: Tony Lindgren To: Arnd Bergmann Subject: Re: [PATCH 14/17] ARM: omap1: remove dead code Message-ID: References: <20221019144119.3848027-1-arnd@kernel.org> <20221019150410.3851944-1-arnd@kernel.org> <20221019150410.3851944-14-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221019150410.3851944-14-arnd@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Felipe Balbi , Paul Walmsley , linux-usb@vger.kernel.org, Arnd Bergmann , Aaro Koskinen , Greg Kroah-Hartman , Helge Deller , Kevin Hilman , Janusz Krzysztofik , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-spi@vger.kernel.org, Mark Brown , Alan Stern , linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org, Bin Liu , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" * Arnd Bergmann [221019 15:10]: > From: Arnd Bergmann > > After the removal of the unused board files, I went through the > omap1 code to look for code that no longer has any callers > and remove that. > > In particular, support for the omap7xx/omap8xx family is now > completely unused, so I'm only leaving omap15xx/omap16xx/omap59xx. Acked-by: Tony Lindgren