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 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 1382FC3A59F for ; Thu, 29 Aug 2019 17:43:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0255208C2 for ; Thu, 29 Aug 2019 17:43:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567100590; bh=mjslpPHGtEDwGZueAQ46/cgrEEfGqC5lXFcjVTs2u4Y=; h=In-Reply-To:References:Cc:Subject:To:From:Date:List-ID:From; b=Rml2T0UQ3RQ34kUj6t+7njyYGBeRsb4ZnTuspi6PpwceCqxjvnfKx//7R+qOb1/dM 0CXD8WIjX75sa2KkZpgSMoCM0+RTuH/4+Sklvf22LwD4Jq+KYQee1eCGgkFJ+gPzGf NMxFLGok83ABuOJy2UZqQAle5cc5RxgEvFgecTdA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727500AbfH2RnK (ORCPT ); Thu, 29 Aug 2019 13:43:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:42790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726661AbfH2RnK (ORCPT ); Thu, 29 Aug 2019 13:43:10 -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 5E96D20674; Thu, 29 Aug 2019 17:43:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567100589; bh=mjslpPHGtEDwGZueAQ46/cgrEEfGqC5lXFcjVTs2u4Y=; h=In-Reply-To:References:Cc:Subject:To:From:Date:From; b=bl8v2sL91TDdw9ack7i0skLxScM6e9vX/Wodtl53zCkTGuirL0MWnwol0siTItoQi gsd8nXJwjifQHhDvrNmQ+UOdtep3BQd8CcdgvRB0hnb50kp4YUW3M9natO96Cvp7qj LDpPNm/4RJ7NzBt8m2qCqjlCaGStUab0EmL8b6Kc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190828065929.32150-1-t-kristo@ti.com> References: <20190828065929.32150-1-t-kristo@ti.com> Cc: linux-omap@vger.kernel.org, tony@atomide.com, s-anna@ti.com Subject: Re: [PATCHv2 0/6] clk: ti: reset handling support fixes To: Tero Kristo , linux-clk@vger.kernel.org, mturquette@baylibre.com From: Stephen Boyd User-Agent: alot/0.8.1 Date: Thu, 29 Aug 2019 10:43:08 -0700 Message-Id: <20190829174309.5E96D20674@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-08-27 23:59:23) > Hi, >=20 > This is v2 of the earlier series [1]=C2=A0targeting remoteproc / reset su= pport for > OMAP SoCs. None of the earlier patches have been retained, mostly everyth= ing > is re-written. :) >=20 > Couple of notes about the individual patches: >=20 > #1: needed so that reset handling code can find clkctrl handles > #2: just to convert the code to look a bit neater with all the bit > handling logic > #3: new TI SoC only API for checking standby state for clocks, needed > for remoteproc idle status handling > #4: new TI SoC only API for syncing up status between reset + associated > clock > #5/#6: add missing IVA clkctrl clock entries for omap5, this has been > just missed before and is needed as IVA has reset lines >=20 > I know its already quite late for 5.4, but in theory these > could be picked up for it also. If not, pushing for 5.5 is fine. Its sort of late. I guess let me throw it into fixes and try to send off one more PR to Linus early next week.