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 E9357C64EC4 for ; Mon, 6 Mar 2023 19:16:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229905AbjCFTQC (ORCPT ); Mon, 6 Mar 2023 14:16:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbjCFTP6 (ORCPT ); Mon, 6 Mar 2023 14:15:58 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A900065443; Mon, 6 Mar 2023 11:15:57 -0800 (PST) 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 21EBF6108D; Mon, 6 Mar 2023 19:15:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CD4FC433D2; Mon, 6 Mar 2023 19:15:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678130156; bh=Ye8fF5L4qQexJxXqxoN7GU17SAbd7KXZ1DnaEWwRvpo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=FcnciynrfICCRoVPny7ApM1J3wWUh5TfXEn/e1M6KNvjb91D4DaupukW8mdnqwnry M6vpZYCTGS/RbO+bYooe6VfvLqU0b6DRwNk63dwfPMQHEgyBilFhbszVEqw2liydLP 3XAWV1CaW+mHhNrkUNJAzM9iYjzm+sz7jTnWhPlN5xgsvEDjCz2e7u5L1w3+3ypRZ4 U0GfHT8PJOe3vvKxb7VAWP1UOohBXG2WoSTfEl12AkT8YU0oyarpI+xOMVGRg8q2vS wQbBsA1Ij8iX1fwa1vUX4KiBhmIa1j2Mm7rUi/ob4HlQa9qm7ARqqMysZxSwOzNmcM xM9jyzpiAbIvg== Message-ID: <32edd2dd9557b7e3debbd8f1bccccd8d.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20230302014639.297514-1-saravanak@google.com> Subject: Re: [PATCH v2] clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro From: Stephen Boyd Cc: Michael Turquette , Greg Kroah-Hartman , kernel-team@android.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Linus Walleij , Saravana Kannan Date: Mon, 06 Mar 2023 11:15:54 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Saravana Kannan (2023-03-03 13:24:00) > On Thu, Mar 2, 2023 at 5:14=E2=80=AFAM Linus Walleij wrote: > > > > Works like a charm on U8500! > > Tested-by: Linus Walleij > > Reviewed-by: Linus Walleij >=20 > Stephen, Does this look good? Can we have Greg pull this in? >=20 I picked it up for fixes. Will send it off later this week.