From patchwork Mon Jun 13 20:15:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Vanheule X-Patchwork-Id: 1642981 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=O2LIlhcZ; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=svanheule.net header.i=@svanheule.net header.a=rsa-sha256 header.s=mail1707 header.b=e9pcemUW; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4LMNFM4gVcz9s2R for ; Tue, 14 Jun 2022 06:19:03 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=2WZ6zXfI38DJaTsjzP1UL/euXSgI64RYHFENx89VCcA=; b=O2LIlhcZkSN6eR LRWNew5ozERToUfhdwScRA8QAPxM/AlrtnWe8pt5d5WlglzuYpiN7fPuVQG7p8aam1R0g5yuqB2SZ wAWYfvccsEvDjhWbiuY8RD2/e80LhmbTiYJ3sy44YSnYtXqQj17lI38Yob5ZYPgknyRCpCI0RQ/oO QmaIqkqgiTSdBx0ZGAUkFOlLuvgxmh/P01Dli+S6/7QvHCPN/kg2+8n30c0fIang3Cem9nLgdHR7A jMM7paZ+oMWiPIu5XAsZC6xR61WGwKFgSJJEu2E/Y3xbuUVez2HfnedfA89fO0jQBKnbc49ioKfjn 1uvHIMOxsNuPj0oMdr3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0qUY-005Yva-Ta; Mon, 13 Jun 2022 20:16:55 +0000 Received: from polaris.svanheule.net ([84.16.241.116]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0qTD-005YDg-Fp for openwrt-devel@lists.openwrt.org; Mon, 13 Jun 2022 20:15:33 +0000 Received: from terra.. (unknown [IPv6:2a02:a03f:eaf9:8401:aa9f:5d01:1b2a:e3cd]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sander@svanheule.net) by polaris.svanheule.net (Postfix) with ESMTPSA id 7D3992E8339; Mon, 13 Jun 2022 22:15:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1655151329; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FwhT3cRm69CETid3TTM3Ie1xt5uA5UnYdDVDqs8DlWA=; b=e9pcemUWMf2gg61isw1VBZycZFd2q5B3nY3XvZt511dzejR+/YPVBtWY75sfIXNacgfRs4 zjuEqRvGIJgberdQPl4SNf288t5crAOHJRrIThRLyOgOOOyQhJJ/dcLQxm7QnUDoJjqbfe 8nffQuGHGzfNPIK3CSwFbcrnHFZrEuzpC+Q8hjox9fvyfNFDIupC3endWQFhr1RCh9GUw0 +6Q/EZFw34+W0OO9IOuhYDx5MXuLuSxact4DQfAQ7Qh22/FZYiKez8B5mH1+2SThdjSA4w eTw9f7NE4eLYzP34GvsfhETDNdTx2xoIxc///yh8H7cmKo97ii/vtGdZ6f1vHw== From: Sander Vanheule To: openwrt-devel@lists.openwrt.org Cc: Christian Lamparter , Sebastian Schaper , Sander Vanheule Subject: [PATCH v2 0/6] ath79: convert QCA955x-based D-Link DAP-2xxx to nvmem Date: Mon, 13 Jun 2022 22:15:19 +0200 Message-Id: X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220613_131531_770014_AE787EF9 X-CRM114-Status: UNSURE ( 3.75 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.9 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Convert the QCA955x based devices to nvmem-cell based calibration data extraction, so this can be removed from the init scripts. Changes in v2: - Put nvmem cell definition directly into partition node Content analysis details: (-0.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [84.16.241.116 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org Convert the QCA955x based devices to nvmem-cell based calibration data extraction, so this can be removed from the init scripts. Changes in v2: - Put nvmem cell definition directly into partition node Sander Vanheule (6): ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI ath79: D-Link DAP-2xxx (QCA955x): convert ath9k caldata to nvmem ath79: D-Link DAP-2680 A1: convert ath10k caldata to nvmem ath79: D-Link DAP-2660 A1: convert ath10k caldata to nvmem ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem ath79: D-Link DAP-3662 A1: convert ath10k caldata to nvmem .../ath79/dts/qca9557_dlink_dap-2660-a1.dts | 20 +++++++++++++------ .../ath79/dts/qca9558_dlink_dap-2680-a1.dts | 20 +++++++++++++------ .../ath79/dts/qca9558_dlink_dap-2695-a1.dts | 20 +++++++++++++------ .../ath79/dts/qca9558_dlink_dap-3662-a1.dts | 20 +++++++++++++------ .../ath79/dts/qca955x_dlink_dap-2xxx.dtsi | 17 +++++++++++++++- .../etc/hotplug.d/firmware/11-ath10k-caldata | 12 ----------- .../etc/hotplug.d/ieee80211/10_fix_wifi_mac | 2 ++ 7 files changed, 74 insertions(+), 37 deletions(-)