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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 D1507C4363D for ; Wed, 23 Sep 2020 23:58:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 816A2214F1 for ; Wed, 23 Sep 2020 23:58:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600905515; bh=LN6CPAC6BCflrmJR9bhTiAiupB3OJMrSeNoGHcSpR38=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=MHDf3ki8hNilrKTe0JaIT8RzUNITsN9P3r8WXArOpUnDb+73Lvm4m7bgNflTSx+vi aKM2yGAvNmTGQn7qavMkwlDz7hiq2cLH8L1jCYqM37j3MNU0riEFH0j7KA/e+ZGgCD nXfTi/1/BfqyOkQcXY2NTj6GrRvWeXXE3NyCJrys= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726596AbgIWX6f (ORCPT ); Wed, 23 Sep 2020 19:58:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:41006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726562AbgIWX6f (ORCPT ); Wed, 23 Sep 2020 19:58:35 -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 3D2B8214F1; Wed, 23 Sep 2020 23:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600905514; bh=LN6CPAC6BCflrmJR9bhTiAiupB3OJMrSeNoGHcSpR38=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=XLwsMBNz9F3ph/7uyntu0PYtN9X9f0qJBVSKc5HOA+UW5JYCZydQTYJpWP/0m9Ql4 IEvCoE/wjQ6gCd0nr+hYjbwDWwMo0iyadE+Lva3XSgcALk7wh3k3RlhP7Q8o0SFyDv YU1NbBsnwCANEO3r1in3tP30G446QJ2lQvZUetqY= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20200810134252.68614-1-alexandru.ardelean@analog.com> <20200810134252.68614-8-alexandru.ardelean@analog.com> <20200915024138.GA1827@epycbox.lan> <160080374459.310579.14438590389388419207@swboyd.mtv.corp.google.com> Subject: Re: [PATCH v2 0/6] clk: axi-clk-gen: misc updates to the driver From: Stephen Boyd Cc: Moritz Fischer , Alexandru Ardelean , linux-clk@vger.kernel.org, linux-fpga@vger.kernel.org, LKML , Michael Turquette , Mircea Caprioru To: Alexandru Ardelean Date: Wed, 23 Sep 2020 16:58:33 -0700 Message-ID: <160090551301.310579.3934488165908158116@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org Quoting Alexandru Ardelean (2020-09-22 23:22:33) > On Tue, Sep 22, 2020 at 10:42 PM Stephen Boyd wrote: > > > > Quoting Moritz Fischer (2020-09-14 19:41:38) > > > On Mon, Sep 14, 2020 at 11:11:05AM +0300, Alexandru Ardelean wrote: > > > > On Mon, Aug 10, 2020 at 4:41 PM Alexandru Ardelean > > > > wrote: > > > > > > > > > > These patches synchronize the driver with the current state in the > > > > > Analog Devices Linux tree: > > > > > https://github.com/analogdevicesinc/linux/ > > > > > > > > > > They have been in the tree for about 2-3, so they did receive some > > > > > testing. > > > > > > > > Ping on this series. > > > > Do I need to do a re-send? > > > > I got this patch series twice. Not sure why. >=20 > My fault here. > Some Ctrl + R usage and not being attentive with the arguments. > I think I added "*.patch" twice on the send-mail command. > I did something similar [by accident] for some DMA patches. > Apologies. >=20 > I can do a re-send for this, if it helps. Sure. Please resend it. >=20 > > > > > > > > I've applied the FPGA one, the other ones should go through the clock > > > tree I think? > > > > Doesn't patch 6 rely on the FPGA patch? How can that driver build > > without the header file? >=20 > Yes it does depend on the FPGA patch. > We can drop patch 6 for now, pending a merge to Linus' tree and then > wait for the trickle-down. > I don't mind waiting for these patches. > I have plenty of backlog that I want to run through, and cleanup and > then upstream. > So, there is no hurry. Can you send me a signed tag with that patch? I can base this patch series on top of that. Or I can just apply it to clk tree and if nobody changes it in the meantime merge should work out in linux-next and linus' tree upstream.