From patchwork Thu Jan 11 16:48:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1885726 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4T9rHR0zdGz1yPp for ; Fri, 12 Jan 2024 03:49:39 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rNyFH-0006yj-Fo; Thu, 11 Jan 2024 16:49:31 +0000 Received: from mail-pj1-f50.google.com ([209.85.216.50]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rNyFA-0006y5-Op for kernel-team@lists.ubuntu.com; Thu, 11 Jan 2024 16:49:25 +0000 Received: by mail-pj1-f50.google.com with SMTP id 98e67ed59e1d1-28c467446f0so4577281a91.0 for ; Thu, 11 Jan 2024 08:49:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704991762; x=1705596562; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ywdNeHGyjL3sYVrysjDjy/RH2ufggEqkMSA+seWWk2Q=; b=U/AjaKWI/4k7lfVSAL/9hsnW2+pJuL79GFiDhpXG3uMM8PclL1f5j2GpGga3w+49fH 85Ep2p4WvMr7d4StG6/3Tezkis8UYKJDEeXF9632kNuPDBC+S76dsipucwMiC6DuyeBu Atw8Zg4XS3XO7VhM4guBPoDY7m1by+CJe234LbtIniLQQHMmxsnP/vVo9VfHb2a0WkWd kwr6+Zmzujfh4Qel43EiUvUGMk7X6opqQALMJblp2IadoOqVCUEb9ck9EII8PfObf/Rj Doem+UAAsn9bvId0tmVd7bB4tXWSEF5WIuKhLbgcUHMcvWbisGhjeXNSr+v7cb6WoWu/ ImYA== X-Gm-Message-State: AOJu0YwtP09+0N+eQe03gjQk8dlBrWQQ/nTAxKQlNmgupiKic26j7dLP VweOA8wpskmG2a+U2EpXQOG/3FGxpZY= X-Google-Smtp-Source: AGHT+IGMx7NfZmdXHqaDVYYCP9LV87WVyd6wXU1xhIcjjspfuWW28IsoZJ4OFCDOzoPLUYm2m9Q5UQ== X-Received: by 2002:a17:90a:1189:b0:28d:1581:29e6 with SMTP id e9-20020a17090a118900b0028d158129e6mr141802pja.13.1704991762114; Thu, 11 Jan 2024 08:49:22 -0800 (PST) Received: from localhost.localdomain (125-229-129-140.hinet-ip.hinet.net. [125.229.129.140]) by smtp.gmail.com with ESMTPSA id x1-20020a17090a388100b0028c95804922sm4352433pjb.51.2024.01.11.08.49.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jan 2024 08:49:21 -0800 (PST) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [SRU][PULL][linux-firmware][Jammy] Support Mediatek MT7925 WiFi/BT Date: Fri, 12 Jan 2024 00:48:40 +0800 Message-ID: <20240111164840.2197539-1-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.216.50; envelope-from=vicamo@gmail.com; helo=mail-pj1-f50.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2043542 [Impact] Missing firmware for Mediatek MT7925 WiFi/BT. [Fix] Upstream firmware commits: - WiFi: 4de2d71b322b ("linux-firmware: add firmware for MT7925") - Bluetooth: b83108216200 ("linux-firmware: add firmware for mediatek bluetooth chip (MT7925)") [Test Case] Initial hardware support. One should be able to find WiFi/BT interfaces up available along with proposed kernels. [Where problems could occur] Features for MT7925 are not all available at this moment, and expect more fixes for every corner case. [Other Info] MT7925 is supported since v6.7, and we need it for oem-6.5 as well. Nominate for Jammy and Noble. ---------------------------------------------------------------- The following changes since commit 6095df14b6303c7587667e2adfb28dc3a6dcdcfb: UBUNTU: Ubuntu-20220329.git681281e4-0ubuntu3.24 (2023-12-15 13:54:14 +0100) are available in the Git repository at: https://kernel.ubuntu.com/gitea/vicamo/linux-firmware.git bug-2043542/mt7925/jammy for you to fetch changes up to f1bade9a4fabd689d1605b4b73fb12438b39d83c: linux-firmware: add firmware for mediatek bluetooth chip (MT7925) (2024-01-12 00:16:19 +0800) ---------------------------------------------------------------- Deren Wu (1): linux-firmware: add firmware for MT7925 Peter Tsao (1): linux-firmware: add firmware for mediatek bluetooth chip (MT7925) WHENCE | 20 ++++++++++++++++++++ mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin | Bin 0 -> 445935 bytes mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin | Bin 0 -> 210656 bytes mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin | Bin 0 -> 1086064 bytes 4 files changed, 20 insertions(+) create mode 100755 mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin create mode 100644 mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin create mode 100644 mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin