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 9A2DEC433EF for ; Tue, 28 Jun 2022 12:46:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345897AbiF1MqV (ORCPT ); Tue, 28 Jun 2022 08:46:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345899AbiF1MqR (ORCPT ); Tue, 28 Jun 2022 08:46:17 -0400 Received: from mail-yw1-x1131.google.com (mail-yw1-x1131.google.com [IPv6:2607:f8b0:4864:20::1131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B58B122B0E for ; Tue, 28 Jun 2022 05:46:15 -0700 (PDT) Received: by mail-yw1-x1131.google.com with SMTP id 00721157ae682-31bf3656517so24882967b3.12 for ; Tue, 28 Jun 2022 05:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+/o7h6HDeouJmmTiR7/vdU7nOVyyfqQGDGcnD2AIrn4=; b=P+XLSx7yD8akGOAU998jjSG/8kO1Cz+yxlAH/FwcQbXDiaJXmDqgI3mMrkS7lIyapb /NoF0vqvlp1YzbNRhwdpaV48X1uu4DcJEEwQfInGa3hosNqzHQHWXGSc75BJnrjdFkyO 1753LezlvlhuEnGgEQ1yKLDDXd4pKrLuRXeMkqGSUbnw27ndRq+PDLLZ6qqdZ5gxwuO7 p0iSwrXPeKhU3h1qZzdQYiIIahp25+uxTASMPTVovDcSJXD9xW1BWrCQ3HVYd2BSy1uS AvUHT/jBURD3HeO82AyZ8Em257ivuuZpqgQcjnHvr4krG9DI4HBN9/U+LJY3Zk6H0/uu m79Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+/o7h6HDeouJmmTiR7/vdU7nOVyyfqQGDGcnD2AIrn4=; b=aRedSFeaQfftRlkuOwC+yt/IbmeIK5B0dvF9dIj47DDYgAmc6LEQ8dOzB7mStrbLyF E5FC1lYrHv1bsnqblsQGVL++4a6yCF7rovGgjnDkmUaOPNauDUkpCN7BSvZh6iJMQDg1 FyGryny3UC6Im4qvTDTu9E9ufL+eQMrf4Qi57jr4biRrh9uzv5lsTvhjFdSSxY0cNwAw ib5W2LfF7A2WI0obsd/qlfPwajjXWfgk3YSXkQFC5bPtOIHbpOxbqUz8VCbdTMrtVwNb wlveHU17/czqQTtGMqE+GHtxnLRPeTaoV+UOH/IUnouhrWliHPK2WirG52EtVBEmQnzO 9dbw== X-Gm-Message-State: AJIora9CyNlPxWshNz/gSinfBdcIc9sVbKpB3rkzqZ/HMK6YxUrMfE4Y afjq+Mgb2OHSJIb34lgJYlZJpr2nbRyV3WR55VPKtQ== X-Google-Smtp-Source: AGRyM1s7TJ7lIQB0P1Y0YWoiaMimpZET5SYEiRTwTddSx4NLLUKMWn0W0kXJByprycc3O4v/t6iZ2umtbvHx3WCkyis= X-Received: by 2002:a0d:eace:0:b0:317:87ac:b3a8 with SMTP id t197-20020a0deace000000b0031787acb3a8mr21730890ywe.126.1656420374836; Tue, 28 Jun 2022 05:46:14 -0700 (PDT) MIME-Version: 1.0 References: <20220201134108.2677578-1-vkoul@kernel.org> <1c66890b-6736-61ef-7d16-619f90ced4a0@linaro.org> <4f1ae43c-0f22-19fe-0794-3cc268104396@linaro.org> In-Reply-To: <4f1ae43c-0f22-19fe-0794-3cc268104396@linaro.org> From: Linus Walleij Date: Tue, 28 Jun 2022 14:46:03 +0200 Message-ID: Subject: Re: [PATCH v3 0/2] spmi: pmic-arb: Add support for PMIC v7 To: Dmitry Baryshkov , Bjorn Andersson Cc: Stephen Boyd , Vinod Koul , Rob Herring , David Collins , linux-arm-msm@vger.kernel.org, David Dai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Jun 18, 2022 at 5:30 PM Dmitry Baryshkov wrote: > On 01/05/2022 22:41, Dmitry Baryshkov wrote: > > On 22/02/2022 19:53, Vinod Koul wrote: > >> On 01-02-22, 19:11, Vinod Koul wrote: > >>> Hello, > >>> > >>> The is version 3 of support for PMIC v7. I have added a new property > >>> qcom,bus-id for supporting v7 and then add driver changes for v7 > >>> > >>> This depends on yaml conversion patch: > >>> https://lore.kernel.org/linux-arm-msm/20211227170151.73116-1-david@ixit.cz/ > >>> > >> > >> Any feedback on this... > > > > Another gracious reminder about these patches. At this moment this is > > one of the important pieces lacking for the full SM8450 support in the > > upstream kernel. > > Stephen, yet another ping. This is the blocking point for the further > SM8450 progress. Pending since february! I would rather suspect something is wrong and it somehow goes into the spam or wrong inbox on Stephen's end. Sounds like something Bjorn could solve if Stephen don't have time to manage the SPMI subsystem right now? If it's OK with Stephen or he simply don't respond we can just queue the stuff in the SoC tree I assume? Yours, Linus Walleij