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 CD5B9C04A95 for ; Sat, 22 Oct 2022 10:25:09 +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=vcDVUP+ueQq/M83etv5vffArAiMaSIL/dQoVbLZZzxM=; b=d5CSpexM9H9AVi IqzM+3damozSG+ir1LEQ271rU2wjjunJM+3yNzWbqMa5dFnqc/UEt2JSWDzRA5vHZpIQU1CW3dUHV 4Di9fIO6dGQWCO4w9JxdgUWU3sDjW5M1b9HefqySsGYPfzqBtZrHtQUchhR5ZNsjpwI41CMSBqvwp bxIt66gSbn7FZiWrc89qSTYVUn6RlENlKYKe+LDdSUSGosodCH+xhjwZNz0ni/Au22r2X8m2FikKQ 1Funcwebbul3oFuWSif/93+eSQIZ7gVDLFAE3WxsYKdKip9d/mDkabP7gSdQW9URkau9Vov2Q6EhX 30E8KDecjvaMoUExHyiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omBfq-00CCEB-Ns; Sat, 22 Oct 2022 10:24:14 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1omBfo-00CCDE-2I for linux-arm-kernel@lists.infradead.org; Sat, 22 Oct 2022 10:24:13 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 5B0BA60BC3; Sat, 22 Oct 2022 10:24:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34E7CC433D6; Sat, 22 Oct 2022 10:24:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666434250; bh=l+9LqRHCf0p03ONxHuUbZfrISFee3GbEgSplOTK5/X8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Caijj8iAZMY3tIs9fYMyWcG2Rm1TdPtNWGkZTQSyeOCB32VfuGtdKVdXbhR/Ecvcq HejXmyr+B52rYroWVCK8GzP9twmx+0SAP5xK3ndhMeDYHTL3kFG7qy58iClPKepnaq OlMCuZYtjN2SZ0IIZepCV+Z1aHLzsWBcXih75q0c= Date: Sat, 22 Oct 2022 12:24:08 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Paul Walmsley , Aaro Koskinen , Janusz Krzysztofik , Tony Lindgren , linux-kernel@vger.kernel.org, Arnd Bergmann , linux-omap@vger.kernel.org, Kevin Hilman , Mark Brown , Felipe Balbi , Alan Stern , Bin Liu , Helge Deller , linux-usb@vger.kernel.org, linux-spi@vger.kernel.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org 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-Disposition: inline In-Reply-To: <20221019150410.3851944-14-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221022_032412_165316_0131834F X-CRM114-Status: GOOD ( 12.61 ) 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:36PM +0200, Arnd Bergmann wrote: > 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. > > Cc: Aaro Koskinen > Cc: Janusz Krzysztofik > Cc: Tony Lindgren > Cc: linux-omap@vger.kernel.org > Signed-off-by: Arnd Bergmann Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel