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 A3A05C38A2D for ; Thu, 27 Oct 2022 01:12:24 +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:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zICkcl1OxCwNs0pYeTsBPM+15GBBZ8jC2lilUbKvC48=; b=uASBIe0mY0u/6S lVGY5tGIkbSeAJTOSmnHSdRrZrZMkY5hVy91lXl/MaTeLKy/qK2WlWqkzyrVlxwmuiCT0l3/9nqx9 Rb1jMTjw0bwM1kj1Xuoh48kz3GXIlGE11pJ1xe5uUwkR9b5ip6qIMrAdtfUuLnIeYt922SfkUShOH m35pdBiEr3zGmn3tnasSfdi1WyxlrgDuk4Tmku21rr2PVfj9WQ5TjBB1EvcHi54talH3SqI+76+MA IFJVnUAU4ySK24abHU9A1cPKf0w7Kd1xtA2DzCN0KVwd62DDIuvpywhOKOPVAS8FVbcz0DEH2swSU mQyzehE+Aa4vbyp0xu6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1onrQH-00BTOP-3G; Thu, 27 Oct 2022 01:11:06 +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 1onrQC-00BTNn-EE for linux-arm-kernel@lists.infradead.org; Thu, 27 Oct 2022 01:11:01 +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 A43F7620F7; Thu, 27 Oct 2022 01:10:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A99BC433D6; Thu, 27 Oct 2022 01:10:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666833054; bh=VWd30oTwyvksTyVTDfeh8V7aHOOQT63px8KLQkTs16E=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=eaOg2N9g35yQVZhra08R53L9zVHS2DxpWyW7JcFXfjxZGQ0BDX8EV445XSeSkDI7O hGFkJr820P+6lWhWtPN2AaX62EQI6P17hBz+QUrMESnQm46N4wr8XK3+g9MPlrRebB 08rwlZwgY5sUuENnw6Wfuh/DdrCU2UOTTyJurn++1v0k+rtp8x/5J+AUcF1ZG12oUP JOPjRKOB1eyvY3BUxFdKPkcyiPOyEhiiDYzEChamz2s75N8O3eGQveYuzihtPMuaba GL3xGF6iYtkbUeC8d+x0BHot7z3u/UAMbA6vW0rVpaJ5/G9LrdN53SnDhE5kamkqS/ zVWsbd8XL5M8w== MIME-Version: 1.0 In-Reply-To: <20221019152947.3857217-3-arnd@kernel.org> References: <20221019152947.3857217-1-arnd@kernel.org> <20221019152947.3857217-3-arnd@kernel.org> Subject: Re: [PATCH 02/14] ARM: davinci: drop DAVINCI_DMxxx references From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, Kevin Hilman , Arnd Bergmann , linux-clk@vger.kernel.org To: Arnd Bergmann , Bartosz Golaszewski , David Lechner , Michael Turquette , Sekhar Nori , linux-arm-kernel@lists.infradead.org Date: Wed, 26 Oct 2022 18:10:51 -0700 User-Agent: alot/0.10 Message-Id: <20221027011054.0A99BC433D6@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221026_181100_558061_70DE7B79 X-CRM114-Status: UNSURE ( 8.05 ) X-CRM114-Notice: Please train this message. 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 Quoting Arnd Bergmann (2022-10-19 08:29:28) > From: Arnd Bergmann > > Support for all the dm3xx/dm64xx SoCs is no longer > available, so drop all other references to those. > > Signed-off-by: Arnd Bergmann > --- Acked-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel