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 F18EFC636D7 for ; Thu, 2 Feb 2023 22:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230259AbjBBW1O (ORCPT ); Thu, 2 Feb 2023 17:27:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230373AbjBBW1K (ORCPT ); Thu, 2 Feb 2023 17:27:10 -0500 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 238EC10249 for ; Thu, 2 Feb 2023 14:27:09 -0800 (PST) Received: by mail-lf1-x12f.google.com with SMTP id b3so5200015lfv.2 for ; Thu, 02 Feb 2023 14:27:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:user-agent:from:references :in-reply-to:mime-version:from:to:cc:subject:date:message-id :reply-to; bh=rNl1d9WjdzfG8r6+o/TTbbJlOXijTqxl4wlecMFWfHc=; b=W86IfmDtu2J4p+3OYOZAQ2kPhD4TOuckQrtBxpeHkGS4TFNPokFEKLLjCxRVjJzpnT /tMtxDN6d3ao0Yr4ZUPI8JgXfGBBZR0Zrlcu3uRRYTTwu2dDMHLktXbmieOoq62CMAMz 8Rb5vGERLKakT/KMKZHBcOQs8aXITcg3SPmhI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:user-agent:from:references :in-reply-to:mime-version:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=rNl1d9WjdzfG8r6+o/TTbbJlOXijTqxl4wlecMFWfHc=; b=DUCRG6RsB+KxJGoym/1gRhnGZkni9LiaP8AcfFDpNH9umUl24vqB/8zDEOupK7BlIK KnvKece0pDq0uXVUoGDP7TLyOsC3gDnCrnwd8YAqZ/QxeGnCL/yVfhnnagCJNfVQ/cYG S/k9V0bUPYTe2EuwCGucQ5MRWTEe9Wwigo9tKTJrr9JH6IWfKmoP/CPEPOcJ3n292SOg EMrVM3wNus2zpypc7AiQ6Wo/J3wpXRbgo9AMU1+W6esziNy8knwhDoARaeEWv8fo+B/b SycFz6D6isgPj3WSZ2Lnf73qjQbt5gmepRUvcB1lThuAMu7m2FBGrPmvsrFoZ5gPw9KS 0/Lg== X-Gm-Message-State: AO0yUKXel+j2pZOQHNl8Q5PFo5ARyFKJierqB74x8+Rh2snETaLFsnvy TaqqPvJrTeKmD+PCBf3+0q89OTNKjmgXvEHywdhx7g== X-Google-Smtp-Source: AK7set8BLWiiUSmP1ZnKxPXJ1C4jOaYXgC8mhhJgjy8MjW3z0hLNlQVz0f5qVXMSJuwF1hP61XhwjGdZrkB7RksH74E= X-Received: by 2002:ac2:5a19:0:b0:4d8:775b:a58f with SMTP id q25-20020ac25a19000000b004d8775ba58fmr1607468lfn.73.1675376827426; Thu, 02 Feb 2023 14:27:07 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 2 Feb 2023 14:27:06 -0800 MIME-Version: 1.0 In-Reply-To: References: <20230113204548.578798-1-swboyd@chromium.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Thu, 2 Feb 2023 14:27:06 -0800 Message-ID: Subject: Re: [PATCH 5.15.y v2 0/5] phy: qcom-qmp-combo: Backport some stable fixes To: Greg KH Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev, Johan Hovold , Dmitry Baryshkov , Vinod Koul Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Greg KH (2023-01-22 06:23:25) > On Fri, Jan 13, 2023 at 12:45:43PM -0800, Stephen Boyd wrote: > > After the qmp phy driver was split it looks like 5.15.y stable kernels > > aren't getting fixes like commit 7a7d86d14d07 ("phy: qcom-qmp-combo: fix > > broken power on") which is tagged for stable 5.10. Trogdor boards use > > the qmp phy on 5.15.y kernels, so I backported the fixes I could find > > that looked like we may possibly trip over at some point. > > > > USB and DP work on my Trogdor.Lazor board with this set. > > > > Changes from v1 (https://lore.kernel.org/r/20230113005405.3992011-1-swboyd@chromium.org): > > * New patch for memleak on probe deferal to avoid compat issues > > * Update "fix broken power on" patch for pcie/ufs phy > > > > Johan Hovold (5): > > phy: qcom-qmp-combo: disable runtime PM on unbind > > phy: qcom-qmp-combo: fix memleak on probe deferral > > phy: qcom-qmp-usb: fix memleak on probe deferral > > phy: qcom-qmp-combo: fix broken power on > > phy: qcom-qmp-combo: fix runtime suspend > > > > drivers/phy/qualcomm/phy-qcom-qmp.c | 97 ++++++++++++++++++----------- > > 1 file changed, 61 insertions(+), 36 deletions(-) > > > > Cc: Johan Hovold > > Cc: Dmitry Baryshkov > > Cc: Vinod Koul > > > > base-commit: d57287729e229188e7d07ef0117fe927664e08cb > > -- > > https://chromeos.dev > > > > For obvious reasons, I can't take this series if newer kernel releases > do not also contain all of these (no would you want me to.) > > So can you please also provide a backported series for 6.1.y so that > these can be considered? Sure. All of the patches have been applied to 6.1.y except for the last one, which picks cleanly, c7b98de745cf ("phy: qcom-qmp-combo: fix runtime suspend"). I can send that over.