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 3E9A1C433EF for ; Sat, 12 Mar 2022 07:52:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229492AbiCLHxp (ORCPT ); Sat, 12 Mar 2022 02:53:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiCLHxp (ORCPT ); Sat, 12 Mar 2022 02:53:45 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3FED876679; Fri, 11 Mar 2022 23:52:39 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A5F9380B3; Sat, 12 Mar 2022 07:51:08 +0000 (UTC) Date: Sat, 12 Mar 2022 09:52:36 +0200 From: Tony Lindgren To: Stephen Boyd Cc: linux-clk@vger.kernel.org, Michael Turquette , Stephen Boyd , Tero Kristo , linux-omap@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH 0/3] Drop TI compatibility clocks Message-ID: References: <20220203085618.16043-1-tony@atomide.com> <20220311033617.5712AC340EE@smtp.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220311033617.5712AC340EE@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Stephen Boyd [220311 03:34]: > Quoting Tony Lindgren (2022-02-03 00:56:15) > > Hi all, > > > > In order to prepare the TI clocks for fixing lots of devicetree warnings, > > let's first drop the now unused compatibility clocks. > > > > The dra7 changes depend on my still pending omap-for-v5.17/fixes-not-urgent > > pull request that did not make it for v5.17-rc series so far. > > > > What should I do with this one though? Well the dependencies are now merged to the mainline kernel, so you could merge in commit 31aa7056bbec, then apply this series if otherwise OK. Commit 31aa7056bbec is based on the old v5.16-rc1. It would bring few other fixes from mainline too if pulled on a v5.17-rc1 based branch: 31aa7056bbec ("ARM: dts: Don't use legacy clock defines for dra7 clkctrl") 9206a3af4fc0 ("clk: ti: Move dra7 clock devices out of the legacy section") 23885389dbbb ("ARM: dts: Fix timer regression for beagleboard revision c") 29a5e8496b3a ("ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt") 34596ba380b0 ("ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of") 80c469a0a037 ("ARM: OMAP2+: hwmod: Add of_node_put() before break") Regards, Tony