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 8656CC38A2D for ; Mon, 24 Oct 2022 05:59:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D42510E25F; Mon, 24 Oct 2022 05:59:13 +0000 (UTC) X-Greylist: delayed 553 seconds by postgrey-1.36 at gabe; Mon, 24 Oct 2022 05:59:06 UTC Received: from muru.com (muru.com [72.249.23.125]) by gabe.freedesktop.org (Postfix) with ESMTP id B60A010E0E8 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 B337783BC; Mon, 24 Oct 2022 05:41:12 +0000 (UTC) Date: Mon, 24 Oct 2022 08:50:25 +0300 From: Tony Lindgren To: Arnd Bergmann Subject: Re: [PATCH 15/17] fbdev: omapfb: remove unused board support Message-ID: References: <20221019144119.3848027-1-arnd@kernel.org> <20221019150410.3851944-1-arnd@kernel.org> <20221019150410.3851944-15-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221019150410.3851944-15-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: linux-fbdev@vger.kernel.org, Arnd Bergmann , Aaro Koskinen , Angelo Arrifano , Helge Deller , Bartlomiej Zolnierkiewicz , Janusz Krzysztofik , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Marek Vasut , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" * Arnd Bergmann [221019 15:11]: > From: Arnd Bergmann > > A number of omap1 based board files got removed, so the corresponding > framebuffer drivers are no longer used. The remaining ones are for > ams_delta, osk and palmTE, which are still part of the mainline kernel. Acked-by: Tony Lindgren