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 9894FC352A4 for ; Wed, 12 Feb 2020 23:43:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 65B93217F4 for ; Wed, 12 Feb 2020 23:43:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581550981; bh=lk/1u/yqXtO5N1TnkPwjmCKI54ya6bM52pKUKl0+978=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=o0lxMgNtmiOIcoUtlyGaG1RHZo49c5vy2gOOe7w3tZqBEN7vZb0rydBAaegwUt6Lh XTfbz58JXbOuxlS4+mqxfpIuPkpj+H8aBBJ1Y8SC9YZAbur0coKjbOXpnopvZN6Jew 4OHSfZhiKNQSI991n9EC6Zdf9XbxF+EUResD7stk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729103AbgBLXnB (ORCPT ); Wed, 12 Feb 2020 18:43:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:59000 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727117AbgBLXnA (ORCPT ); Wed, 12 Feb 2020 18:43:00 -0500 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 3BBA32168B; Wed, 12 Feb 2020 23:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581550980; bh=lk/1u/yqXtO5N1TnkPwjmCKI54ya6bM52pKUKl0+978=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=zKl4Cf/BnhXfBlUgbT4BwheG0TyJAHy6Lbtyqu9aBUqK35J0PAE1HglrrmLMkgYFn mFeus5KwSG80BT8tp3oatxULBhk4FqzbQdyVKNk8OMc7TMog2GCRtzAEZ0oXWjtlNA OP8qbJW8+eowDODjP6XYGnQhFWbFUnv+pR64SNFI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20200114160726.19771-1-dinguyen@kernel.org> <20200114160726.19771-2-dinguyen@kernel.org> Subject: Re: [PATCH 2/2] clk: socfpga: stratix10: simplify paramter passing From: Stephen Boyd Cc: mturquette@baylibre.com, linux-clk@vger.kernel.org To: Dinh Nguyen Date: Wed, 12 Feb 2020 15:42:59 -0800 Message-ID: <158155097933.184098.6917298388067951995@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Dinh Nguyen (2020-02-04 07:29:44) > Ping? Hopefully, there aren't any issues with these patches? Was there a cover letter? Will there be more patches? Seems like it's mostly code shuffling in preparation for something else.