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 2051CCCA47B for ; Thu, 14 Jul 2022 09:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237947AbiGNJOv (ORCPT ); Thu, 14 Jul 2022 05:14:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237874AbiGNJO3 (ORCPT ); Thu, 14 Jul 2022 05:14:29 -0400 Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0D7E26559 for ; Thu, 14 Jul 2022 02:14:03 -0700 (PDT) Received: by mail-lf1-x136.google.com with SMTP id r9so1755903lfp.10 for ; Thu, 14 Jul 2022 02:14:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=nwvO67pthvU0zeevtyCnNAZLdAsSKLX1m6E7/kckD6Q=; b=irMu+nRCb0Rz/A2vhiztdaS3OmLQs2bfGkWAjeW6sNsjgO4suKz4rVku+vivyJo8P+ T2IfYYFCRP2pALyqJyXcloCeYsHys2hO7N/XXRERSvwDrnIQSvQmWNOgcJJ+CVQAWb6P x+3SypgDDjIH6k63vCI9zMkoyE5OmLPbhkLnfwkKKbXDDjD5xadgwk4X1tWs7+ckG41X mZJgPnjZ7Zgpvvvdh7hjkwm3sRGQuLbB6WFCbzVH0d7ehKXqsUp0+3LCWWUlV8VdMLU7 zyRbmtBois5WXzrdGKM2Knjnh2qPW339D4WChQaFYg52L27LffRcrz713AuxVS6PE/v4 qhlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=nwvO67pthvU0zeevtyCnNAZLdAsSKLX1m6E7/kckD6Q=; b=JXNCLZ/rUaDFl5tkJdnckCsgjUCaxuqmzxBRSIH28EWqZqUEIKgkKSoR1mnCNm6joi lPs8tstC6KReckU7H2yahcXDC+u6sfKbquaKLSk1GnSkqOcUN7edAaklMq1M3CLSwbon 1i7MK6l3LbH430l0PCedjWsFIVuTcYrDANv4wU2+GMisZ0TMXbTZHDDAPyUoAvkOOWIF vgmLoYAUvdtNWzSjE4gwDKkNQw1OWmT4TyScMJxaQUnEt/xGxr5ObrsgJsdH0RJ9Ve6Z LAVuu86+RAkUwGXHyCJkF23/5ZJGIHQsQn7GfCPtg09MXIdXpDb1MseDozf5YjuNUeqZ acdw== X-Gm-Message-State: AJIora9fdiKuT2FaYbZVgKuXUbfLBvL0unVEWAZIW6IFqsqFkTQopfRL MOc8jgjhakPd5b2blf2jGtzrxA== X-Google-Smtp-Source: AGRyM1uN44hG70+tSGODvdTF3iQbM3VjrcEY73XGjgx+6lSHhPIzcLJyF97ltAfGRZzDy0lqVrT2QQ== X-Received: by 2002:ac2:5213:0:b0:48a:1082:b8e3 with SMTP id a19-20020ac25213000000b0048a1082b8e3mr3222399lfl.141.1657790041468; Thu, 14 Jul 2022 02:14:01 -0700 (PDT) Received: from [10.0.0.8] (fwa5da9-171.bb.online.no. [88.93.169.171]) by smtp.gmail.com with ESMTPSA id r16-20020ac25c10000000b0047f7c897b61sm253776lfp.129.2022.07.14.02.13.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 14 Jul 2022 02:14:00 -0700 (PDT) Message-ID: <4790173f-86b0-a079-dac8-282fe1d46755@linaro.org> Date: Thu, 14 Jul 2022 11:13:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2 11/30] dt-bindings: phy: qcom,msm8996-qmp-pcie: deprecate reset names Content-Language: en-US To: Johan Hovold , Vinod Koul , Rob Herring , Krzysztof Kozlowski Cc: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220707134725.3512-1-johan+linaro@kernel.org> <20220707134725.3512-12-johan+linaro@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20220707134725.3512-12-johan+linaro@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 07/07/2022 15:47, Johan Hovold wrote: > Deprecate the PHY node 'reset-names' property which specified that the > reset name should have an unnecessary "lane" suffix. > > Signed-off-by: Johan Hovold Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof