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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10FBCC19F2B for ; Fri, 29 Jul 2022 23:47:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239433AbiG2Xr1 (ORCPT ); Fri, 29 Jul 2022 19:47:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230121AbiG2Xr1 (ORCPT ); Fri, 29 Jul 2022 19:47:27 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 874FB82108; Fri, 29 Jul 2022 16:47:26 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 475FEB829DF; Fri, 29 Jul 2022 23:47:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01044C433D6; Fri, 29 Jul 2022 23:47:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659138444; bh=dT5GZ6zmZU3ANlCEsEIrqIoq0Qqt6y3p4JIxrUxZVsA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=IlX0F8ytpgbIXClGKxuq2VaXNQkDMm93SPHREUH/gNYnaKOc226TBayXwf34PjrXq 0U/PmzCZL0eYc+FfoGf5ZYpYagp427wRnISFu83BlDxN856WxFhmMFYjY49KCQOz6j LQOiTn4D7GsiZDQTdQhFvx/PUl3Q93467S5HS1X+8ZBp0vkb13bEoOijpT2ZkStfva fEOek2/yzTjmOanW2d/NSkxXOLVstTdysTQGzBO6yS/e35LKkbFJ2fAvuM1H/PitR8 0kNRd+ki6rkUDT67TnA63JDltV5Hyj8Sa8TtBzJ7xmNQbOo/gy6FQFRbuebyDDkGKO vRDtXH7DHc3aQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220629225331.357308-3-marijn.suijten@somainline.org> References: <20220629225331.357308-1-marijn.suijten@somainline.org> <20220629225331.357308-3-marijn.suijten@somainline.org> Subject: Re: [PATCH v3 02/11] clk: mux: Introduce devm_clk_hw_register_mux_parent_hws() From: Stephen Boyd Cc: ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , Marijn Suijten , Michael Turquette , Rob Clark , Abhinav Kumar , Sean Paul , David Airlie , Daniel Vetter , Rajeev Nandan , Vladimir Lypak , Jonathan Marek , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org To: Dmitry Baryshkov , Marijn Suijten , phone-devel@vger.kernel.org Date: Fri, 29 Jul 2022 16:47:22 -0700 User-Agent: alot/0.10 Message-Id: <20220729234724.01044C433D6@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Marijn Suijten (2022-06-29 15:53:22) > Add the devres variant of clk_hw_register_mux_hws() for registering a > mux clock with clk_hw parent pointers instead of parent names. >=20 > Signed-off-by: Marijn Suijten > Reviewed-by: Dmitry Baryshkov > --- Applied to clk-next