Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1427250pxb; Fri, 22 Oct 2021 00:14:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwsDGyr1obM0BdndG6PttN0O9PqIY/mEaS1jsFxtZXtxK/T1vjrrzcg6hH/1gZDBzREaK7U X-Received: by 2002:a05:6402:90c:: with SMTP id g12mr14900905edz.369.1634886877248; Fri, 22 Oct 2021 00:14:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634886877; cv=none; d=google.com; s=arc-20160816; b=xT1IcRdnSzWhQzKLfRCaSKBiOkpHc1ZW1C2f+Lw4tyNfJkiRc9UTy0lZyd0wD8Xmc1 Rr3IUjHGmg3o2wA6y3JR5CRawPE8EnXtSUAR5exopw/tAPNWjIhgunVE6q07ljCYB0Xs c5W6f96FqhCYrw/yuIsxXGqhvHJcthXrN6m9Eb+SlD2RGgZNlX9i2r6y9jr7z6NOrh+g wVG8dy6L5+j7KPn8MoUsXI8qxvAUMr4Cua6vZGqRfLkuanPG0BRp6r9r/P99z4IfoHVH /hwDKAwCwTkJsKW8kQibZseIlWILC+Qx4L/xpWkxGGnGPwH74ilKMgwSnV2AaHIV1hOV diYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:message-id; bh=JlSXWym7rM66ct6/SwcZ68nXQFfBjMmA0L/P5baoplE=; b=TeCweoiv6dXYxyc5SLrJZds/U6A4fF5KNosuXxWtf9ICQYmdMCsWhg26magdU+ZYmQ xa0qOXbNRPqnIjRmueVyaHzWuHhKArD5M0vy6mswO7t9fW6eoNkmVg+iPpOPeqd64OjE /4VcW8+rn3xfZm1sBr8ochjsZMAvdHrlN2Y5HPfRUX+qCoYDTxczzIez5ElbdGGBo6oq yd4Mgc8lv/rEzptfiFF9+zkx/3wiDocxpukYysVRSWTMaKFtdTe/Cf6iAD3i/P8+IyF/ 3Lkl1sjkQLQctoQ37lpW24phlbIp0oohdIx7+M93udo8XFJhgVgsfK6EydoqlDfvCLTf UnGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id js17si2520391ejc.256.2021.10.22.00.14.12; Fri, 22 Oct 2021 00:14:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231758AbhJVHPt (ORCPT + 64 others); Fri, 22 Oct 2021 03:15:49 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:56986 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230332AbhJVHPt (ORCPT ); Fri, 22 Oct 2021 03:15:49 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mdok6-000bfq-IQ; Fri, 22 Oct 2021 10:13:31 +0300 Message-ID: <11df6807c56d9f3f3bc9346b6b55e20a48e90c92.camel@coelho.fi> From: Luca Coelho To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org Date: Fri, 22 Oct 2021 10:13:29 +0300 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.0-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.6 Subject: Re: [PATCH v2 10/12] iwlwifi: Add support for getting rf id with blank otp Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2021-10-22 at 09:25 +0300, Luca Coelho wrote: > Luca Coelho wrote: > > > From: Matti Gottlieb > > > > When having a blank OTP the only way to get the rf id > > and the cdb info is from prph registers. > > > > Currently there is some implementation for this, but it > > is located in the wrong place in the code (should be before > > trying to understand what HW is connected and not after), > > and it has a partial implementation. > > > > Signed-off-by: Matti Gottlieb > > Signed-off-by: Luca Coelho > > 3 patches applied to iwlwifi-next.git, thanks. > > c5dd7b08bae0 iwlwifi: Add support for getting rf id with blank otp > f2bc2f70292e iwlwifi: Add support for more BZ HWs > ca5b81f972a8 iwlwifi: Start scratch debug register for Bz family Kalle, just to clarify. I'm going to take this 3 patches that were left out due to the DHC issue with my previous pull request. They'll be part of my next pull-request. Sorry for these automated emails. I had "no-automatic-emails" in my .pwclientrc instead of "automatic-emails=no"... :( -- Cheers, Luca.