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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89BCEFA373E for ; Thu, 27 Oct 2022 01:10:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233705AbiJ0BKr (ORCPT ); Wed, 26 Oct 2022 21:10:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233408AbiJ0BKl (ORCPT ); Wed, 26 Oct 2022 21:10:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3682448CA7; Wed, 26 Oct 2022 18:10:41 -0700 (PDT) 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 D056E620F7; Thu, 27 Oct 2022 01:10:40 +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== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Arnd Bergmann (2022-10-19 08:29:30) > From: Arnd Bergmann >=20 > 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. >=20 > Signed-off-by: Arnd Bergmann > --- Acked-by: Stephen Boyd