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 29BFCC54EB4 for ; Mon, 23 Jan 2023 12:06:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231503AbjAWMGD (ORCPT ); Mon, 23 Jan 2023 07:06:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjAWMGB (ORCPT ); Mon, 23 Jan 2023 07:06:01 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CC319008; Mon, 23 Jan 2023 04:06:01 -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 sin.source.kernel.org (Postfix) with ESMTPS id 5BEF0CE11AB; Mon, 23 Jan 2023 12:05:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8900BC433D2; Mon, 23 Jan 2023 12:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674475557; bh=xomCv4fVScuMgRQPunTMEDlZt86y3oPZFGZ9j/BTOXE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=USEasJXMz7HT7THL5/juE79zj86m04PeEMqm6Cf5U3n47ahStCAEKgrrzGxptY/gK VPqDP+QaoSIt8m9HlZaiqvdjh73XDYAK2w0Oc5vE86Y8VYf0c4cTggAEsv4OrBq3hG boCmwC3mBd7bdpOH+KBUsOCvuDKTW1m9q41N3PvEWnVKsr+n2sKqO0E5bGUBEGHIbQ vBC+W1wHK98FZMZM+0bXxTC+WzrWlx9Mrk0EbUQEaAz8Azi/ELsN1w8gRgv4iXINA8 ZCqUzpStGzI7EIFPLtvQSLVk71io/fHAFoRx3O7WOKkWyPwt4tGSIBU8kqPB3ritj1 Pt7gKgm9eeWDw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pJvaF-000225-2P; Mon, 23 Jan 2023 13:05:55 +0100 Date: Mon, 23 Jan 2023 13:05:55 +0100 From: Johan Hovold To: Dmitry Baryshkov Cc: Luca Weiss , Vinod Koul , linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/3] phy: qcom-qmp-combo: Add config for SM6350 Message-ID: References: <20221130081430.67831-1-luca.weiss@fairphone.com> <20221130081430.67831-2-luca.weiss@fairphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 23, 2023 at 01:15:52PM +0200, Dmitry Baryshkov wrote: > On 23/01/2023 11:43, Johan Hovold wrote: > > We'll convert the older platforms over to use the new binding scheme > > soon and then we'd need this anyway. And if it turns out later that this > > was all bogus, at least we only need to fix the driver (and not worry > > about dts backward compatibility as we had to with the old style > > bindings). > > As you mentioned this. Do you have plans to work on this conversion? If > not, I'll probably take a look during next development window. Yes, I was planning on looking at this after Luca's series is merged. I have some higher prio stuff to get out the door these next couple of weeks first, though. Johan