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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 821E8C3A59C for ; Fri, 16 Aug 2019 16:58:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 563662086C for ; Fri, 16 Aug 2019 16:58:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565974695; bh=xk9mbri+sSP2Ako0+cU4IDTi1rBEvLPjA67uzQhKM9o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=oh1jzRGmV6sSeRCCCnQ19RpWxcBCmQvU/gSe51Qu2vOOl9ZypCm91aBLYEW/HzMlD XoB40ei5CVqQLXS5Ru5mqWMp9uhdFdCifU5pGcy6TvQwuFAkGQDy6u4HPMCatU5kYu 0xBgKhsZOTISQ3iFHBHESXkFtIJEXv+5WqB9eDtU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727498AbfHPQ6O (ORCPT ); Fri, 16 Aug 2019 12:58:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:41570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726497AbfHPQ6O (ORCPT ); Fri, 16 Aug 2019 12:58:14 -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 BC64B2077C; Fri, 16 Aug 2019 16:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565974692; bh=xk9mbri+sSP2Ako0+cU4IDTi1rBEvLPjA67uzQhKM9o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=hxKsVunl58y8c5edThB0D+ZiNMYsKJ/yM6d+OQj43gRG9jpFVjSAk50PLSCpmeBnh GUU/F7/+xO9Z2ifpfXGprqDDH56sFu6IoUZw+0WG/W9aH5dR1XTuFGHDHj/A+4GLv1 aayoMBs6PhUWbGj5MptlxV5K9UG9dJAEJk1+xQlw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190816042440.GY12733@vkoul-mobl.Dlink> References: <20190814122958.4981-1-vkoul@kernel.org> <20190814122958.4981-2-vkoul@kernel.org> <20190814171946.E9E8D20665@mail.kernel.org> <20190816042440.GY12733@vkoul-mobl.Dlink> Subject: Re: [PATCH 2/2] clk: qcom: clk-rpmh: Add support for SM8150 From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Andy Gross , Michael Turquette , Rob Herring , Mark Rutland , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org To: Vinod Koul User-Agent: alot/0.8.1 Date: Fri, 16 Aug 2019 09:58:11 -0700 Message-Id: <20190816165812.BC64B2077C@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Vinod Koul (2019-08-15 21:24:40) > On 14-08-19, 10:19, Stephen Boyd wrote: > > Quoting Vinod Koul (2019-08-14 05:29:58) > > > Add support for rpmh clocks found in SM8150 > > >=20 > > > Signed-off-by: Vinod Koul > > > --- > >=20 > > Patch looks OK, but can you convert this driver to use the new parent > > style and then update the binding to handle it? We can fix the other > > platforms and dts files that use this driver in parallel, but sm8150 > > will be forward looking. >=20 > Yes but that would also impact sdm845 as it uses this driver, so I > wanted to get this one done so that we have support for rpm clock and > then do the conversion. >=20 > Would that be okay with you to get this in and then I convert this? >=20 How does it impact sdm845? The new way of specifying parents supports fallback to legacy string matching.