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 9CF34C04A95 for ; Sat, 22 Oct 2022 10:31:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5B6C510E083; Sat, 22 Oct 2022 10:31:13 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id D5A5910E083 for ; Sat, 22 Oct 2022 10:31:09 +0000 (UTC) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 14C3D60959; Sat, 22 Oct 2022 10:31:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1360C433C1; Sat, 22 Oct 2022 10:31:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666434668; bh=+5LYMc9G1t+vORW3sJXjTTgdrtDBL6soqXawA6zHpeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DDI97jjQHQ0d3rBWnQVJcP78xTV6jRZM+xQre1vGFQxtbVuyPWP3zr/gIwWAe++4o RRepSOxHCDif7tqHWh/oDFA1psAqDVbjmlvHi3ufVnTch/VlKxKR+/Pr4UjlYvcxyP 9yXKaEvyJa/A31fsu91RbyrvoqkFLFrAPRdrRqSM= Date: Sat, 22 Oct 2022 12:31:05 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Subject: Re: [PATCH 02/11] ARM: sa1100: remove unused board files Message-ID: References: <20221021155000.4108406-1-arnd@kernel.org> <20221021155000.4108406-3-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221021155000.4108406-3-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: Stefan Eletzhofer , linux-fbdev@vger.kernel.org, linux-usb@vger.kernel.org, Arnd Bergmann , "Rafael J. Wysocki" , Viresh Kumar , Lee Jones , Russell King , Dominik Brodowski , linux-kernel@vger.kernel.org, Lubomir Rintel , Peter Chubb , Alan Stern , dri-devel@lists.freedesktop.org, linux-pm@vger.kernel.org, Helge Deller , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Oct 21, 2022 at 05:49:32PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The Cerf, H3100, Badge4, Hackkit, LART, NanoEngine, PLEB, Shannon and > Simpad machines were all marked as unused as there are no known users > left. Remove all of these, along with references to them in defconfig > files and drivers. > > Four machines remain now: Assabet, Collie (Zaurus SL5500), iPAQ H3600 > and Jornada 720, each of which had one person still using them, with > Collie also being supported in Qemu. > > Cc: Peter Chubb > Cc: Stefan Eletzhofer > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman