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 3A626C4332F for ; Mon, 14 Nov 2022 09:52:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235838AbiKNJwE (ORCPT ); Mon, 14 Nov 2022 04:52:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236313AbiKNJva (ORCPT ); Mon, 14 Nov 2022 04:51:30 -0500 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B09451B7AE for ; Mon, 14 Nov 2022 01:51:29 -0800 (PST) Received: by mail-lf1-x12e.google.com with SMTP id b3so18364599lfv.2 for ; Mon, 14 Nov 2022 01:51:29 -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=VvT8h/E8TkxdBRxEghX2zT3tz4XnVQnc/AkJAIw+E/o=; b=U4iX21QQXhXM5KMU1u5LA8FJ7CtQNv/8PssoggNNxu6oPNXsvmJXG003Qo0mOw3X01 VYdMt0BgeVqKG956J1lVdtr2huYDkkZ8yQqc2U/9Yn1/zVTjyeKm5lzcv/9SGOnhWJXL Hj+ok9i0WIN20dNtGxjN2vyEeehFIdKFnR5FkUJAiZNq8xCyibnCcHaToEk1N7dCZ5B0 h4Ol3lSxr0mWHMiLVh3SeEyqO6anbrMEVexnD3xHf1Rgxdn27cBwSpaBhyO7JUraMd47 V8b2EwEAPKahFa92GeYU4VO/O6x6DnpDC7Cz8AjFX/JVx9FBVMvDvffvlxNMXlmjOBRq ELgA== 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=VvT8h/E8TkxdBRxEghX2zT3tz4XnVQnc/AkJAIw+E/o=; b=YthI2cPibEIZWJXr9kpkIoS+lgjVMVPHGWXUcxXlMbd9hxcZNdv8JM7bl5lKi+UgLc 7Bf+rvJblyRvITgVLof8mXzgvVmpxpIB3gG8iGn1A0tIUM78IP2IHvdXaxSTNoS+HxlO Vjph2HqQefIPz8GPTfqfCjflke3CkPNaIVxhT3BmxOnfNDB9/EV7X9a0aLCy03MK9c1X clthfJU4Y+54SJwjFtQOF7Os1s4vSTMayKQ681cGJDXW6ZiDvEUka1gZC1ee754NUmDr B2j8XdVzmFtJHb1eynUihwYE9Kcj95eF+ViwMreX7gyAePxih1VotVqOM7V/YMysSAgO G6Lg== X-Gm-Message-State: ANoB5pkgSL6nChqoc5j9+BI8/jwGMkPEOc+cmr3faD5BHGSDRXkcSIYb gfZetaTPNCD3OnEkZ+E1ny+bQyCdjaB1Xg== X-Google-Smtp-Source: AA0mqf5ejQfSqV728SIzQoTYjXNwN5CFalOYDT8JzKbcQESNDFhHBkFyc//2Zu+UHVRYC5NpquCyFw== X-Received: by 2002:a05:6512:32a6:b0:4b1:4933:d0de with SMTP id q6-20020a05651232a600b004b14933d0demr3590777lfe.10.1668419488123; Mon, 14 Nov 2022 01:51:28 -0800 (PST) Received: from [192.168.1.211] ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id 14-20020ac25f4e000000b004a03eb21c4fsm1748437lfz.288.2022.11.14.01.51.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Nov 2022 01:51:27 -0800 (PST) Message-ID: <5170fdac-41f8-b532-38cb-eac0db634bac@linaro.org> Date: Mon, 14 Nov 2022 12:51:27 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH 3/3] phy: qcom-qmp-pcie: drop redundant clock allocation Content-Language: en-GB To: Johan Hovold , Vinod Koul Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221111094239.11547-1-johan+linaro@kernel.org> <20221111094239.11547-4-johan+linaro@kernel.org> From: Dmitry Baryshkov In-Reply-To: <20221111094239.11547-4-johan+linaro@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 11/11/2022 12:42, Johan Hovold wrote: > Since the QMP driver split, there is no reason to allocate the > fixed-rate pipe clock structure separately from the driver data. > > Signed-off-by: Johan Hovold > --- > drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry