From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-44.ptr.blmpb.com (va-2-44.ptr.blmpb.com [209.127.231.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 446BF35677E for ; Thu, 17 Sep 2026 02:20:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.44 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789611632; cv=none; b=OeivJau+N/lYbq+kwhNq58i1TWKqHuvl6jfQn5GOro7bID6K90mqM96yhR3+A/7vMJpIWfTRR2X5mWQeU0W/32xK1lTd2wzbOn7JjjGWlM31/IxBBDEAF5JeCBN6IHfxWJDEzGRePomkVcZPXqfnChQM6TnLsG5rPtYmrAlwTug= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789611632; c=relaxed/simple; bh=YGqD+IFDIEdV8dvU4ixpK9NRMwtXwxwTm7PUXqf0dWA=; h=Date:Mime-Version:To:Cc:Message-Id:Content-Type:From:Subject; b=EGL4BZfRQcT+Mh7Cd9a97VaShVFSzH0RJybLbwAQNQq/wmc3GhtA/Bt62J32Tuq1588cJ/tu191yR8Q/yVyEmP/SJcuWkx+t89RRhYcpgkOezQbnF5oB9pC/qCW+MRnTUYxh9LROzlp7L9kkvuABq7aprQZ0bwIawHnkTT2+5kM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=bedmex.com; spf=none smtp.mailfrom=bedmex.com; dkim=pass (2048-bit key) header.d=bedmex-com.20200927.dkim.feishu.cn header.i=@bedmex-com.20200927.dkim.feishu.cn header.b=PQ1r6Lgm; arc=none smtp.client-ip=209.127.231.44 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=bedmex.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bedmex.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bedmex-com.20200927.dkim.feishu.cn header.i=@bedmex-com.20200927.dkim.feishu.cn header.b="PQ1r6Lgm" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=bedmex-com.20200927.dkim.feishu.cn; t=1789611619; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=oHh/5s3M6pXOjbNy0GxQxoiOTw0NvL602oW8qlAiArM=; b=PQ1r6LgmbCgk4NHY8GtS4l3nJ77m4MXwpi6q+e7Yi+l4VCCkBRZwPRXF5mI14hcTDbL+Ol 04WGOdIc0Qi7hUDKkpHvR4zgG8sa5ri1dEzprlDXSy6DcU2RTS9l+ugZXaoT/rdXtwdZ5h /UNwZQU7G08KVUvTJUct73oWRMHaB2HdB/+qR3Roay3DeHsBkXzomi7aqNxQQiJOPlqVQb syrwkb+xAedY16xBdPJ9dQfnEM3ZsqRkcjPers8Cvya+hfY+ESXPb3dgj7TgGWphCZDxyh jXvcJrzl7TwqaX6o9Qe0G/QL4ztXpSVk1OP+AucJJogvWOM/akhTaWY1azxfiw== Date: Wed, 16 Sep 2026 16:12:38 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Received: from [127.0.1.1] ([36.141.79.164]) by smtp.feishu.cn with ESMTPS; Thu, 17 Sep 2026 10:20:16 +0800 X-Original-From: Yanli Yang X-Lms-Return-Path: Content-Transfer-Encoding: 7bit To: Cc: , , , , , , , , , , , Message-Id: Content-Type: text/plain; charset=UTF-8 From: "Yanli Yang" Subject: [RFC PATCH bluetooth-next 0/3] Bluetooth: Add AIC8800D80 SDIO firmware loader and UART HCI Hi, This RFC series adds initial Bluetooth support for the AIC8800D80. SDIO function 1 loads the Bluetooth firmware; HCI traffic uses a separate UART interface with H4 framing at 1500000 baud and hardware flow control. The series adds the AIC vendor prefix, Device Tree bindings for the two interfaces, and the btaic driver with build and maintainer integration. The UART node references its SDIO firmware provider through the aic,firmware-sdio property. Validation status: - The vendor has confirmed that SDIO firmware loading works. - UART HCI communication, controller initialization, scanning, pairing, connections and data transfer have not yet been validated. - Suspend/resume and Wi-Fi/Bluetooth coexistence have not been validated. - No hardware functionality beyond firmware loading is claimed. This is an RFC for implementation and binding review, not a request for merging at this stage. Feedback is particularly welcome on the SDIO/UART split, the firmware-provider association and the device lifetime handling. The driver requests the following external firmware files: aic/aic8800d80/fw_adid_8800d80_u02.bin aic/aic8800d80/fw_patch_8800d80_u02.bin aic/aic8800d80/fw_patch_table_8800d80_u02.bin Firmware binaries are not included in this kernel patch series. This copy is sent to my own mailbox for private review. Thanks, Yanli Yanli Yang (3): dt-bindings: vendor-prefixes: Add AIC Semiconductor dt-bindings: net: bluetooth: Add AIC8800D80 Bluetooth: btaic: Add AIC8800D80 SDIO loader and UART transport .../net/bluetooth/aic,aic8800d80-bt.yaml | 87 ++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + MAINTAINERS | 11 + drivers/bluetooth/Kconfig | 16 + drivers/bluetooth/Makefile | 3 + drivers/bluetooth/btaic.h | 26 + drivers/bluetooth/btaic_core.c | 180 ++++ drivers/bluetooth/btaic_sdio.c | 886 ++++++++++++++++++ drivers/bluetooth/btaic_uart.c | 331 +++++++ 9 files changed, 1542 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/bluetooth/aic,aic8800d80-bt.yaml create mode 100644 drivers/bluetooth/btaic.h create mode 100644 drivers/bluetooth/btaic_core.c create mode 100644 drivers/bluetooth/btaic_sdio.c create mode 100644 drivers/bluetooth/btaic_uart.c base-commit: 6696072ffe07205255cf83621a95a1aa2f9f6e62 -- 2.34.1