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 1086BC6FD1C for ; Tue, 14 Mar 2023 08:50:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230463AbjCNIup (ORCPT ); Tue, 14 Mar 2023 04:50:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230325AbjCNIu0 (ORCPT ); Tue, 14 Mar 2023 04:50:26 -0400 Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04CFF60D62 for ; Tue, 14 Mar 2023 01:50:13 -0700 (PDT) Received: by mail-ot1-x330.google.com with SMTP id a4-20020a056830008400b0069432af1380so8022016oto.13 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=RxNsnXYBzJzwKnTi+fnwH7P1YCrZAmhKy0ogOWPKjdBB+5FJuKjTGvIhoKBm09obVz q1wT5m0i2qsvELBRfBAQfrY7cxLcgY3TKLKzVuSq/ImqFRiLI9jMHKGOxKNHWi6bbz3n 2L1GmNaVtvv+NkDK6ODmCm0BrVZx595jigPDW8q0y6c7rMdIQvvglpZO1O3hMAz3VS/z DZSCF9T7WP1WGyzGH3BcIO9ErkDMdVEC+6gOGi42oE1UbdV1VBBEo4bkN8/HiLdIAA1c 2TUikWl7YoaLZSRGZ/qn3OowIBjRWb5/wKxPVW7XogXh1Qbf2tfM0YaonAsJkFYobbqo Kwlw== X-Gm-Message-State: AO0yUKWemQnZcANzl/21Ol5YG6YMaGLgKYeV92arpocxvipPPQHZJTyo nTyNubAdlJAtxvuByxYQEeQIe+TEe6PYEEdogPiR0A== 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-kernel@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)