From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BBD782D0C94; Sat, 12 Sep 2026 12:54:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789217691; cv=none; b=afVZe6HGwjE1qFe1kC7OU6c9wBlo8giIsDYcccNCSAy08VJZJXtWjY6xnMI0JHHEhNapYx6iaIGFoBZzC/hGrmLZ483PjpuYD0udaPXsmEBEMELWIeHIiZTEdMptEEaCYCvYqCysPXQntPsWhGAKIaQT4AnThXnJNUOLRkJgcwY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789217691; c=relaxed/simple; bh=tna+3uinBE7rYPeXtvAFFFOKR/StWxqbwQmQdNwpPa4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EN0lpdKEnsYpF4hz/nFdPgah/dPhvPMR2RIxDmUX0pXCxzSvcJNm5w4iF543cyPJZoi5l/V7oPL4hsKLeXjWP3dGtgre3GFLYGk12wj0t5INAi5cU8ljz12NQo38nVsmbU7BUEQjRoWIs/DMl1P+jBcaPKZEvJ2E2CekbXK63iQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=C/QkvvgU; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="C/QkvvgU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E03E1F000FF; Sat, 12 Sep 2026 12:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789217690; bh=CWA9wLR7BMQ2n5drzIDvT0Fns3HR0sV7l4wol+RGoOw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=C/QkvvgUhCSjJZ6taelrUWhDryqnpCJpVyknIoZgKx3YH/rKW17UiImZH2BnLA94v 1RV75RPrJzaJa/wdtLdYIPwoaxzpagEry+lFZIKf6XyJZn1HpeJK7YzRhGXH1vbDqH FBZJ1XMuVI4GtMrEdEMEZuHyOOiElcTmIxUyPk5c= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Sean Wang , Luiz Augusto von Dentz , Sasha Levin Subject: [PATCH 6.12 0991/1376] Bluetooth: btmtk: add MT7902 MCU support Date: Sat, 12 Sep 2026 08:56:57 +0200 Message-ID: <20260912065629.652858826@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065607.535295758@linuxfoundation.org> References: <20260912065607.535295758@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Sean Wang [ Upstream commit aab25984e55972e53f3e58821cb85a7101876056 ] Add MT7902 device ID and firmware filename to enable MCU firmware loading. Signed-off-by: Sean Wang Signed-off-by: Luiz Augusto von Dentz Stable-dep-of: b0c0b3794011 ("Bluetooth: btmtksdio: fix usage_count leak when autosuspend_delay is negative") Signed-off-by: Sasha Levin --- drivers/bluetooth/btmtk.c | 1 + drivers/bluetooth/btmtk.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/bluetooth/btmtk.c b/drivers/bluetooth/btmtk.c index 22b05628e52e1..40ee12dc21792 100644 --- a/drivers/bluetooth/btmtk.c +++ b/drivers/bluetooth/btmtk.c @@ -1335,6 +1335,7 @@ int btmtk_usb_setup(struct hci_dev *hdev) case 0x7922: case 0x7925: case 0x7961: + case 0x7902: btmtk_fw_get_filename(fw_bin_name, sizeof(fw_bin_name), dev_id, fw_version, fw_flavor); diff --git a/drivers/bluetooth/btmtk.h b/drivers/bluetooth/btmtk.h index 5df7c32966247..b4506186b2f70 100644 --- a/drivers/bluetooth/btmtk.h +++ b/drivers/bluetooth/btmtk.h @@ -5,6 +5,7 @@ #define FIRMWARE_MT7663 "mediatek/mt7663pr2h.bin" #define FIRMWARE_MT7668 "mediatek/mt7668pr2h.bin" #define FIRMWARE_MT7922 "mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin" +#define FIRMWARE_MT7902 "mediatek/BT_RAM_CODE_MT7902_1_1_hdr.bin" #define FIRMWARE_MT7961 "mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin" #define FIRMWARE_MT7925 "mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin" -- 2.53.0