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 D80C8C433EF for ; Tue, 15 Mar 2022 21:07:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351823AbiCOVIS (ORCPT ); Tue, 15 Mar 2022 17:08:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343868AbiCOVIP (ORCPT ); Tue, 15 Mar 2022 17:08:15 -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 C6492483AC; Tue, 15 Mar 2022 14:07:02 -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 6A83060FDC; Tue, 15 Mar 2022 21:07:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B742DC340E8; Tue, 15 Mar 2022 21:07:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647378421; bh=NiKlQ4AlEgc5TLAFPoW4tC6zwEcBuwoyPhrWAhvkRqk=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=mdj1N6KluB1jAwn2cVFH37tkUHTnfIvn23n86c/LzGumrNO2srBLGoqx6nTqIpsw9 WNPFx33VqkrFUMXZ/Hym5t4UsbKC4ceojUiDyRLUpwtPYv5tfUTBeHY5sOaVD4pQ3E 1vyq9Ugi0bbcPlnAf9AUaOzyIjz3VLm8S4OcIRAYhP5tlHyB3mVD4sRkpz/z/Uivio Rij4DttkjXZX/sxzoSb04LSEvk3QpSlLW81jZsO0XrAr715rJBC9K9qTWiYdC2Oak9 YFlR0CFfhsM3h22c8a0kIpS2/sq4m9l+TlOur4ZYBQSuPmhjtHc+sRVHQrhRTV7oXC kcNyPQnKJEEdw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20220203085618.16043-1-tony@atomide.com> <20220311033617.5712AC340EE@smtp.kernel.org> Subject: Re: [PATCH 0/3] Drop TI compatibility clocks From: 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 To: Tony Lindgren Date: Tue, 15 Mar 2022 14:06:59 -0700 User-Agent: alot/0.10 Message-Id: <20220315210701.B742DC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Tony Lindgren (2022-03-11 23:52:36) > * Stephen Boyd [220311 03:34]: > > Quoting Tony Lindgren (2022-02-03 00:56:15) > > > Hi all, > > >=20 > > > In order to prepare the TI clocks for fixing lots of devicetree warni= ngs, > > > let's first drop the now unused compatibility clocks. > > >=20 > > > 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. > > >=20 > >=20 > > What should I do with this one though? >=20 > Well the dependencies are now merged to the mainline kernel, so you could > merge in commit 31aa7056bbec, then apply this series if otherwise OK. >=20 > Commit 31aa7056bbec is based on the old v5.16-rc1. It would bring few oth= er Ok. Looks like I can merge v5.17-rc4 and then apply these patches. I'll do that now. Thanks!