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 20A7DC6FD1F for ; Tue, 14 Mar 2023 08:50:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230429AbjCNIun (ORCPT ); Tue, 14 Mar 2023 04:50:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230033AbjCNIu1 (ORCPT ); Tue, 14 Mar 2023 04:50:27 -0400 Received: from mail-ot1-x333.google.com (mail-ot1-x333.google.com [IPv6:2607:f8b0:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 048665FEBC for ; Tue, 14 Mar 2023 01:50:13 -0700 (PDT) Received: by mail-ot1-x333.google.com with SMTP id f19-20020a9d5f13000000b00693ce5a2f3eso8036211oti.8 for ; Tue, 14 Mar 2023 01:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678783812; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=8Kj9g/LeQ83xDX02olQrR6FP1LDCJnXQ1jcM5Q4/yMw=; b=GtuTf4HBgqcSh2fqp19H3x4iRzxGYvae2x9KB7fpwEoDgvrgJKPjAxr4vQuUM4cbRy 2QGvD/PIQRxhFiTij/uOJsvmQ4NuOdCVzNYfVtqELEZDLTjyBvIrxGgXW0B5RUHCvIR9 /ziHj0pymSx942ncx1cImXHVtCjKuTEhHUawMlmfmirY/5TGDW6LwEaWuRhB0+A8yTI7 0aaISBHCOtUDq/2biuCKzeCZsa7Q3sDoCE8EmsyXSLXtrBLmgAb5mRmbjI79eLJBaEHW 0KqVZBgNnpm3d5Rq2zgXd3rzna9fD0dyyXixWqpqrAxYowfGddh57elOZw6uL+HESEo1 DqhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678783812; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=8Kj9g/LeQ83xDX02olQrR6FP1LDCJnXQ1jcM5Q4/yMw=; b=f4xaFHqSoPN3kmx+JBCHFSvHcHL6ZgURw99qNu8/GNE4JK4/ycmCNxOX2CJdaHR6gV czXTe/TxB/mF4iOZPVkV6Pgzs+ILHuvf5neP+TgrZmbqxJOIOMkXWVbT6hLS9Uy5pQnI Q2mzJXAT7TR+mWdUfh2DiDcmsSqozqSDlF+nN7OVt0s/b93rLh3nNliG31ZVi9OCiC9L 3LAYeSjbqJSdjpFNdc7ymmvHCIuh77sSFzaoRb7w/99Er4OOwVo0JNB3NKzzVyMqS3tU Wc9mAHmzYB3ZtyfYqyvChE+6uaaCQVeL7BtrolmmSyMilw0gzQAexZbFuvh4xtLwHmsp Yrlg== X-Gm-Message-State: AO0yUKVTmZhppZ9wtyBkrUOrenlA4OfCt8gMntqdtDuYxus24mBZCsZF kI+sQQntYPEtW80unDyP4bUdxFd/SJvIgn/MgiIapEOGMBILG9Ik X-Google-Smtp-Source: AK7set+IAL4itAqh8tizKhYgG8WyuNWlhwwXIki/T0OPK5VHPjohAzss6/pTOodxpfHcPE4Z3466u3wqaUcfE0o/uSI= X-Received: by 2002:a05:6830:2464:b0:694:39ee:5f4a with SMTP id x36-20020a056830246400b0069439ee5f4amr12424644otr.2.1678783812257; Tue, 14 Mar 2023 01:50:12 -0700 (PDT) MIME-Version: 1.0 References: <20230311150647.22935-1-sireeshkodali1@gmail.com> <20230311150647.22935-2-sireeshkodali1@gmail.com> In-Reply-To: <20230311150647.22935-2-sireeshkodali1@gmail.com> From: Loic Poulain Date: Tue, 14 Mar 2023 09:49:36 +0100 Message-ID: Subject: Re: [PATCH 1/1] net: wireless: ath: wcn36xx: add support for pronto-v3 To: Sireesh Kodali Cc: wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, linux-kernel@vger.kernel.org, Vladimir Lypak , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, 11 Mar 2023 at 16:07, Sireesh Kodali wrote: > > From: Vladimir Lypak > > Pronto v3 has a different DXE address than prior Pronto versions. This > patch changes the macro to return the correct register address based on > the pronto version. > > Signed-off-by: Vladimir Lypak > Signed-off-by: Sireesh Kodali Acked-by: Loic Poulain Could you also submit a change for the new 'qcom,pronto-v3-pil' compatible in the related devicetree documentation ? (bindings/remoteproc/qcom,wcnss-pil.txt)