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 6A08BC54EE9 for ; Thu, 22 Sep 2022 14:31:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230467AbiIVObC (ORCPT ); Thu, 22 Sep 2022 10:31:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230378AbiIVOa6 (ORCPT ); Thu, 22 Sep 2022 10:30:58 -0400 Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D408DF3F80 for ; Thu, 22 Sep 2022 07:30:56 -0700 (PDT) Received: by mail-lf1-x12a.google.com with SMTP id a2so14996970lfb.6 for ; Thu, 22 Sep 2022 07:30:56 -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; bh=TVpqDq9Gq83T2g/Zt6RPRB8MTfZo9+TmbmZmSKnXjnk=; b=rQe3815xG47JqBHhtnlBmBU7Z5fm//Dp/mh0rLGX49w6L3fJnETIhy/TKTdItiuwLY qu09XhEb7PSuJWQF7GWDal7WRQYxmKtp0uGnBsVNy2lwGGyFKhgLKkfjRVeXmmuxnWM3 BGKaIc4mcu0KVkA3Y8dH0FmhOrr1K0KFFu8TPssLJZssqRFw1FOOUCvTKD4YHT/qgq5r WNukJ+RhKgdKLE4/W3w66Uy70EY3+9Ai7NqcitpRyBVsCDtHObU1CLWgHjakWJKUYSXz BwKlgxSieKeUEi882udGp4FSVPGH1URxdAtvsJgu87cdzpM4aV2lopPRDVC78ucJQAaw SW/Q== 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; bh=TVpqDq9Gq83T2g/Zt6RPRB8MTfZo9+TmbmZmSKnXjnk=; b=u8pZQ2nT/ew2nxCIUF0HJ1AWouojaiqzM9oFKwlVIqWsVLOIjbwutt7T/3kAZsw/2w 4ALTFWacA6lFcT2XjtKdVDmjjmKNss36j4akMq8o52/nVfnwvjbqJ5KcrxJ9QdXbhG4x uu9l1EHssopDOx+BdXmvdSOqBIG7XP6k2eTaGTH2IsXxYZhOfy/RrjRtldQafwizyZMZ aP7KJSWnr2QQA+cLCrbh+jpYO9UMreY35vqxdy/zdnoKdRW2CUfWDCJPP9lKtYMDjXJZ NvMJC4fz86CD7m8j+rfkX3EAPCn512iOEEUTmFpLJcT1eudXlthkQLTRueRQI15MYzq6 rVKQ== X-Gm-Message-State: ACrzQf3Eu41pqgvuKtldualVn33mOldGU1FwPcYdIUgYaCaTOui8xOGA yMUbn5y81xM8UPcr92ceWsGGCA== X-Google-Smtp-Source: AMsMyM5qe3tWeL8CN4ENBSw/uYXYt7eGxRA+TwCDEsoxVu9fawyJg4zf1dAIqcs7/Df6gTQlClByjA== X-Received: by 2002:ac2:5cb9:0:b0:498:eb6f:740d with SMTP id e25-20020ac25cb9000000b00498eb6f740dmr1308941lfq.106.1663857055151; Thu, 22 Sep 2022 07:30:55 -0700 (PDT) Received: from [192.168.1.211] ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id o19-20020ac25e33000000b004945c1c5cccsm955021lfg.268.2022.09.22.07.30.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 22 Sep 2022 07:30:54 -0700 (PDT) Message-ID: Date: Thu, 22 Sep 2022 17:30:54 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 01/17] phy: qcom-qmp-pcie: drop unused type from config Content-Language: en-GB To: Johan Hovold , Vinod Koul Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220920073826.20811-1-johan+linaro@kernel.org> <20220920073826.20811-2-johan+linaro@kernel.org> From: Dmitry Baryshkov In-Reply-To: <20220920073826.20811-2-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-kernel@vger.kernel.org On 20/09/2022 10:38, Johan Hovold wrote: > The configuration PHY type is no longer used since the QMP driver split > so drop it from the configurations. > > Signed-off-by: Johan Hovold > --- > drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 14 -------------- > 1 file changed, 14 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry