From patchwork Mon Jun 13 20:02:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Vanheule X-Patchwork-Id: 1642978 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=Wv4VuNbX; 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=EoAjqwUy; 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 4LMN2m4cFRz9sFx for ; Tue, 14 Jun 2022 06:09:52 +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=uXQdvL1XYAheu8/8k0wbNRQeBhNkMgCFipa8gRyCUYA=; b=Wv4VuNbXH2hHWL Da286rlVOLJj0cqw6F/MlA09naguRUwopiEDOl9hYol74/GctgQn5Osis+txWD2GCNqfQC+V2+Cm/ ygC7AH5lQFgrHwysppTBm23lj3k5GBTrhEIMEyu6QG3ZRqVje0cDh+pOuUImx1wCUW84mVZxxy4Pp e0imQ7KK9hrwhZNw2Oe4mHNAHbMhVyDy8Rc7iWbpVzx4zo12hfjY3b+ajrYZWwCRH3G9EkQsi/U60 k7aHPju79VnKELCZoF/PQyCZEKYRYJ8IMTO2329dpWu5Oxd2ejpF0vennHWifamI2cRSwQze6CzHf CWN22Bmle665kHyc0ymA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0qIa-005Txa-NH; Mon, 13 Jun 2022 20:04:32 +0000 Received: from polaris.svanheule.net ([2a00:c98:2060:a004:1::200]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0qIT-005Trk-1T for openwrt-devel@lists.openwrt.org; Mon, 13 Jun 2022 20:04:28 +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 DC96B2E8322; Mon, 13 Jun 2022 22:04:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1655150656; 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=kXXxqLSfpget40swjeeYcP/bdCgE212Tz4+MGLIlJYE=; b=EoAjqwUyF678NtFBnI38kc3it0Jg8m3quXzjxbdCirsVXsvKXAsDvPhyQWGFpmfgIiuPgf QNIGKdJWUsHS39NCVkO5HE7LlV/Yh0NhqU0uWBJGCb/6W+9VeMxSTt6HxW5GdxjBVFpNUy BA/UDEu9N/PCW0Pr3VYvckNR4Dy/kZAgLEuhAY5zsGDjA4efiNs15EfLmqIwYUbQD1r23/ ZvxgFU70Z+8ULGGfaatc/uwLzzVFAp4fPfJb4wskJgRAyeNy/+S5T42QyLTiQtce4EQCh5 eIXV+N8NqQGjCI+U8JqVRleEpArHk11Bd/zcnXVTdSxMGx0O/K8SnZ7oE/GFlw== From: Sander Vanheule To: openwrt-devel@lists.openwrt.org Cc: Christian Lamparter , Sebastian Schaper , Sander Vanheule Subject: [PATCH v2 0/2] ath79: convert QCA953x-based D-Link DAP-2xxx to nvmem Date: Mon, 13 Jun 2022 22:02:44 +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_130427_063972_9D257CE5 X-CRM114-Status: UNSURE ( 3.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.5 (--) 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 QCA9533 based devices to nvmem-cell based calibration data extraction, so the downstream mtd-cal-data property can be dropped. Changes in v2: - Put nvmem-cell definition in partition node Content analysis details: (-2.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2a00:c98:2060:a004:1:0:0:200 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 QCA9533 based devices to nvmem-cell based calibration data extraction, so the downstream mtd-cal-data property can be dropped. Changes in v2: - Put nvmem-cell definition in partition node Sander Vanheule (2): ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI ath79: D-Link DAP-2xxx (QCA953x): convert ath9k caldata to nvmem .../ath79/dts/qca9533_dlink_dap-2230-a1.dts | 6 ------ .../ath79/dts/qca9533_dlink_dap-3320-a1.dts | 6 ------ .../linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi | 17 ++++++++++++++++- 3 files changed, 16 insertions(+), 13 deletions(-)