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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D005CA9EC0 for ; Mon, 28 Oct 2019 14:43:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1519921744 for ; Mon, 28 Oct 2019 14:43:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572273796; bh=BOflCilYti2drkMcOH9FYOtU0uFs1ARO5iv4EuX7X8U=; h=In-Reply-To:References:Cc:From:Subject:To:Date:List-ID:From; b=TOTfu4yEsUdqIVmgCm8mdvKb8ydqunTPKUouYw2JPuu6k82RVWV0oBh/VfqigEy4P 1e+fQ8FXOumD0b+O7pR9D5Cr5HCWWXfTFItGpt5bL1f80AYdX+f4A818n+q1+OTSVs fy5sd4Hu2kaTxtWpwj0WVUDjocVfpOfTNs56t+QU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390271AbfJ1OnP (ORCPT ); Mon, 28 Oct 2019 10:43:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:39666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727982AbfJ1OnP (ORCPT ); Mon, 28 Oct 2019 10:43:15 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 11CFA21721; Mon, 28 Oct 2019 14:43:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572273795; bh=BOflCilYti2drkMcOH9FYOtU0uFs1ARO5iv4EuX7X8U=; h=In-Reply-To:References:Cc:From:Subject:To:Date:From; b=aWUWE+ZkmBGGqlagft8TjjyV1Ue2OaQYoQFsMPRtsmQA3qh7KxBv59imY/yXHuOKS qp3RptX/qo4IAJ6eqzLV9oijkmQ0qdl9wI79gbueXEGTi3rUvb6xmZwKGPV2c31v3k Zqolx7JJAo9Ou48tQ6tLNkJ8OMWEW7tCQdqvmW04= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20190912132613.28093-1-t-kristo@ti.com> <20191010143521.GX5610@atomide.com> Cc: linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, mturquette@baylibre.com, s-anna@ti.com From: Stephen Boyd Subject: Re: [PATCHv3 00/10] clk: ti: remoteproc / iommu support patches To: Tero Kristo , Tony Lindgren User-Agent: alot/0.8.1 Date: Mon, 28 Oct 2019 07:43:14 -0700 Message-Id: <20191028144315.11CFA21721@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Tero Kristo (2019-10-24 05:28:23) > On 10/10/2019 18:32, Tero Kristo wrote: > > On 10/10/2019 17:35, Tony Lindgren wrote: > >> * Tero Kristo [191010 08:34]: > >>> Stephen, any comments on this one or shall I just craft a=20 > >>> pull-request for > >>> this and rest of the TI clock driver changes towards 5.5? There seems= =20 > >>> to be > >>> a pile of them coming this time over... > >> > >> Sounds like we need an immutable branch for the clkctrl related > >> changes against v5.4-rc1 that I can also merge into omap-for-v5.5/prm > >> branch in addition to the immutable prm reset driver branch. > >> > >> Otherwise I can't apply any of the consumer device related dts > >> changes into that branch AFAIK. > >=20 > > Well, the sgx patch you can probably merge, as it will fail silently an= d=20 > > only cause issues if you actually try to enable the device. > >=20 > > However, yes I agree, we should probably setup an immutable branch here. >=20 > Queued this series towards 5.5, thanks. >=20 One minor comment. Otherwise looks fine. Thanks.