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 5C56EC4332F for ; Wed, 19 Oct 2022 12:47:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231487AbiJSMri (ORCPT ); Wed, 19 Oct 2022 08:47:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231840AbiJSMrO (ORCPT ); Wed, 19 Oct 2022 08:47:14 -0400 Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9F79122751 for ; Wed, 19 Oct 2022 05:30:11 -0700 (PDT) Received: by mail-lj1-x236.google.com with SMTP id i17so20976558lja.3 for ; Wed, 19 Oct 2022 05:30:11 -0700 (PDT) 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=L8E8gyXUD2KEx90N6AcvvkieEvFzwXq3d4Azsc6puEA=; b=q/IWmWM1tJF9Sxvzi7WUuwFyXDtQ6zTcGg0AiB0rqy+x6NEfGkJkAAAskyM3a4v9u+ 7ttoX7i45MBk+rJt1b84MKtFXSKINFD1LjLiMrxIfJMBuFFhgUMid2IY57CUrxMvI/ba FTzWa30gegvtu5VBBaJspw0l2BWL4aWTc0YbSi8x7Dn2j5KAsEZHJ57PuaVow28DAcaD DT7F/+RZ1tMH7ih2/r+VaFU8rj6opvNstl45bARoS2Sg4AZg2kGALG44HADNEduPKUWj PeU4/OeJ5wNuHu/zusCWN2xonPtbOL2IFMDZbxUPInpTGELJg7gYLIDPJUxzFR875z4V NoNQ== 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=L8E8gyXUD2KEx90N6AcvvkieEvFzwXq3d4Azsc6puEA=; b=I3yR9XoF8xHoWt9wlHlzvvsD/lZalVS36DpE2TMYBoQgTl9FBQNIlDHNju/OtMwCoT fFcgrokRuZUg6ojSVoAczEldTLijDmcugsMBromxuyYcD+zHMcelRSFVZuDhXh9vura7 wHIfabHQY4Mq3ZQFCPK4TQz+vLOX6oINO6Hmp/QGnQVOwzKPeDtybtyepdVbEiU0ZYWX IEnKwx+EK/rDS25r5ukxCvum+Ag537u1nWDWE1sLc3SwSWKpUi6svWhkMkx9S1tJZtt/ sY5kE/enzrr10MI20NFiQuWuAFu7rvcP9WuzTlr5LLksqR6ntvBfCs/ZSXcJWHIB87Ab 0tiA== X-Gm-Message-State: ACrzQf0f4yb1RBXw2I4MqRRN9Fd3k+TE+XFDPCEuxxUfoT9gopcRHJHq ung4igTYa0S9j4jOE01gKyLFJQ== X-Google-Smtp-Source: AMsMyM6R8uG1DPCTE/NbEB3JR7+VUI8N1pA82Yk2tAD7hvZ5NMqT5I5v9ALWk4IbX/1TjehYlBibxw== X-Received: by 2002:a2e:bf0f:0:b0:26d:e258:9ff6 with SMTP id c15-20020a2ebf0f000000b0026de2589ff6mr3037080ljr.356.1666182547159; Wed, 19 Oct 2022 05:29:07 -0700 (PDT) Received: from [10.10.15.130] ([192.130.178.91]) by smtp.gmail.com with ESMTPSA id f18-20020ac25cd2000000b004a01105eea2sm2266332lfq.150.2022.10.19.05.29.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 19 Oct 2022 05:29:06 -0700 (PDT) Message-ID: <1fa2f38f-34b2-7902-0157-b483c913f885@linaro.org> Date: Wed, 19 Oct 2022 15:29:06 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v2 02/15] phy: qcom-qmp-pcie: move device-id table Content-Language: en-GB To: Johan Hovold , Vinod Koul Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221019113552.22353-1-johan+linaro@kernel.org> <20221019113552.22353-3-johan+linaro@kernel.org> From: Dmitry Baryshkov In-Reply-To: <20221019113552.22353-3-johan+linaro@kernel.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 19/10/2022 14:35, Johan Hovold wrote: > Move the device-id table below probe() and next to the driver structure > to keep the driver callback functions grouped together. > > Signed-off-by: Johan Hovold > --- > drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 90 ++++++++++++------------ > 1 file changed, 45 insertions(+), 45 deletions(-) Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry