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 5A166C38A2D for ; Thu, 27 Oct 2022 01:12:21 +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=OhAwQmeGqN9R9OSl/qbOLggQugbeRelYjXer2hK6O+A=; b=MJUCBB+g2R+6oG QrBAfPFeOfJmbzgS/olmV7t9ogoNK8zTRIVHoUZOaMktrIadI5y9vik/5jLxmn7LMgo1oJPALHy4s Jty8YGCmI3/Y9N6JWtliNCqUxOG6t7mS2CcH45lmiZC+dgS4fmshWMu+7TS0dRDysw0jGlcVuyLsX frpM3Jrtmp8218gKNNfzuoSIRSzT5VTh272RhHV7aEHT10vjoifG6Rb4YqZzrhgWBmx/zqlm3T0NL iFHzgDesz4Yw8NyErWwLebS1zqKZYS6u4gCpvzRNhnd8KE043/K/eF9uMA3KzJoV45a14CtAq47/U WlAieH/4cAnu8K2UC4sw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1onrPy-00BTLd-S4; Thu, 27 Oct 2022 01:10:46 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1onrPv-00BTLK-NU for linux-arm-kernel@lists.infradead.org; Thu, 27 Oct 2022 01:10:45 +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 ams.source.kernel.org (Postfix) with ESMTPS id 8182BB82227; Thu, 27 Oct 2022 01:10:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EB36C433D6; Thu, 27 Oct 2022 01:10:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666833040; bh=ghOLsfeg088IxK/V/Su106MptF1U9muSHmHSXehujlY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=nr7UI14nYlfto8g00xP8SwjpFKKwMqUaHNCyI1lIccnfmFmOTC005HBqZJQpl3d/S q3FZdEjTWADu20o8sbTJ+s9fKQutkBTgOH9yL9kdKOzr4FVNkKE3fmafv03p5SCHJK CKaxUDyo/xRaAv7huLRsaR2KOWTEg4oeUkW+ZrJYCxl3xqowdZUf3u+CzIjorrguox iwC7bq9k1SZa+f3GFVvGNqOXYb7B58pyB7QMphNIk23W0duQJlHjcJTyf9t7TjWSsk F6jBCY25JCP3RfQ5D3P9rHecXbS2+JKCSOXlAAleOIa2jf63JJf258odcslV5AlOr0 ZvmChasoGDlyQ== MIME-Version: 1.0 In-Reply-To: <20221019152947.3857217-5-arnd@kernel.org> References: <20221019152947.3857217-1-arnd@kernel.org> <20221019152947.3857217-5-arnd@kernel.org> Subject: Re: [PATCH 04/14] clk: remove davinci dm3xx drivers From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, Kevin Hilman , Arnd Bergmann , Lukas Bulwahn , Linus Walleij , 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:38 -0700 User-Agent: alot/0.10 Message-Id: <20221027011040.2EB36C433D6@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221026_181043_948133_EFFC2F41 X-CRM114-Status: UNSURE ( 9.29 ) 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:30) > From: Arnd Bergmann > > The davinci dm3xx machines are all removed, so the clk driver > is no longer needed. The da8xx platforms are now using DT > exclusively, so those drivers remain untouched. > > 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