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 A940AC3DA79 for ; Thu, 29 Dec 2022 20:18:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229615AbiL2USz (ORCPT ); Thu, 29 Dec 2022 15:18:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233841AbiL2USx (ORCPT ); Thu, 29 Dec 2022 15:18:53 -0500 Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D49514D02 for ; Thu, 29 Dec 2022 12:18:51 -0800 (PST) Received: by mail-lf1-x134.google.com with SMTP id p36so28921634lfa.12 for ; Thu, 29 Dec 2022 12:18:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=u/hmS7ZRFlU0egPJonOLLnIksGJ4WM2luDpw9hwYG3Q=; b=eHAiGv5O8Aa1wXevv+zHD0COpXXHaIA7lDxNXDiKPt1xdy7U8DNM0UGEiDAf46G0BM u17zuPzl9kMwLuqfZk48F6n3gqum4L8Clr7PL9sEiIaccZcTnOoExgpUrtJaoG2nKf4N IF0RPWncS4kzB9qba6SxPHQA/ugs3NpSYXrFQE1Nojx83X61/aJxJR1gV76R6igZjBAu PdQYRvctqAS+Bc1sT2j0YUhcNSImV4eL7pAs45DOmzGjMGXnh+Hj0MQpOGyLBIdLyrb0 OI0bDMwNFsLF0hTcFNyBDY8CKdzBV6+Y0OGQvaVCxyYctFTVpawl87vxBvdzqTF9hJtG cgzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=u/hmS7ZRFlU0egPJonOLLnIksGJ4WM2luDpw9hwYG3Q=; b=wkXUvNqa4CcAbaZT1vHVKuOTBxHfZ7HFLQWlED4JF4XOI5BtdVuAu34IBmixFXL494 h6uQn1z9264S6/wFVbgoT3RIhyy+hJ7z8IPKLseResm+w5Xoczdc2/hDnCfURK3VBwAs qVIRr50ity4fRcUNo4VPmFsR78fuBrRexsaO7KO3D4Gc5aBcyChhjUyym+9XYF8kNVAA aa5rocDQN8FLNC3Ww0usTbJ2L2HybHEfiBIqR9NO6BmE8pTorU9+5P2q9DigkaqKlDm0 uYxOsHY4Rtl00C0rMj4uD+NoWPOhsoM9NMhFFWFUzCAyHlDaP4i1nMMVPSMA7F0R+lLf 6tnQ== X-Gm-Message-State: AFqh2konV1KwRND8c6MqNvGbpYf4bsvvCtX1j6AFTcz2vCrgZ/CqTYmm tKN4W9Rd596z5HPa7qXb0IJXPA== X-Google-Smtp-Source: AMrXdXunGXgJpFiwRGFbyxOCnKhEl+sDDFXycFjfBygCMWiBMf0aMVHepfLueVDIBeWNUuED2KPunA== X-Received: by 2002:a05:6512:2385:b0:4b5:90be:33c8 with SMTP id c5-20020a056512238500b004b590be33c8mr8991769lfv.48.1672345129590; Thu, 29 Dec 2022 12:18:49 -0800 (PST) Received: from [10.10.15.130] ([192.130.178.91]) by smtp.gmail.com with ESMTPSA id bq8-20020a056512150800b00492e5d31201sm3152576lfb.7.2022.12.29.12.18.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 29 Dec 2022 12:18:48 -0800 (PST) Message-ID: Date: Thu, 29 Dec 2022 22:18:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v3 1/2] dt-bindings: phy: qcom,pcie2-phy: convert to YAML format Content-Language: en-GB To: Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski Cc: Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org References: <20221229115932.3312318-1-dmitry.baryshkov@linaro.org> <20221229115932.3312318-2-dmitry.baryshkov@linaro.org> <1b11ca6d-3e28-f019-435d-06daea38d00c@linaro.org> From: Dmitry Baryshkov In-Reply-To: <1b11ca6d-3e28-f019-435d-06daea38d00c@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 29/12/2022 16:01, Krzysztof Kozlowski wrote: > On 29/12/2022 12:59, Dmitry Baryshkov wrote: >> Convert the bindings for the Qualcomm PCIe2 PHY into the YAML format >> from the text description. > > You got here Rob's tag. True, missed it To save a repost: Reviewed-by: Rob Herring For the reference: https://lore.kernel.org/all/167209187655.72399.4038954760167968816.robh@kernel.org/ -- With best wishes Dmitry