public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Hilda Wu <hildawu@realtek.com>
To: "marcel@holtmann.org" <marcel@holtmann.org>
Cc: "luiz.dentz@gmail.com" <luiz.dentz@gmail.com>,
	"linux-bluetooth@vger.kernel.org"
	<linux-bluetooth@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Max Chou <max.chou@realtek.com>,
	"alex_lu@realsil.com.cn" <alex_lu@realsil.com.cn>
Subject: RE: [PATCH v2 0/2] Bluetooth: Add support for RTK firmware version 3 and enhanced ACL-based download acceleration
Date: Wed, 2 Jul 2025 03:36:16 +0000	[thread overview]
Message-ID: <bb5d83c2efa24dd8ad271ce812581d02@realtek.com> (raw)
In-Reply-To: <20250606090559.896242-1-hildawu@realtek.com>

Hi Marcel, Luiz and Maintainers,

I hope this message finds you well.

I submitted two patches for the Bluetooth subsystem recently and wanted to kindly follow up to see if you had a chance to review them:

- https://patchwork.kernel.org/project/bluetooth/patch/20250606090559.896242-2-hildawu@realtek.com/
- https://patchwork.kernel.org/project/bluetooth/patch/20250606090559.896242-3-hildawu@realtek.com/

These patches address the future chips firmware format enhancement and download firmware improve.

Please let me know if you need any further info or changes from my side.
Thank you very much for your time and consideration.

Best regards,  
Hilda

-----Original Message-----
From: Hilda Wu <hildawu@realtek.com> 
Sent: Friday, June 6, 2025 5:06 PM
To: marcel@holtmann.org
Cc: luiz.dentz@gmail.com; linux-bluetooth@vger.kernel.org; linux-kernel@vger.kernel.org; Max Chou <max.chou@realtek.com>; alex_lu@realsil.com.cn
Subject: [PATCH v2 0/2] Bluetooth: Add support for RTK firmware version 3 and enhanced ACL-based download acceleration

Dear Maintainers,

I am submitting a patch for the Bluetooth that introduces support for RTK firmware version 3 and implements an enhanced download mechanism through ACL to improve firmware loading times.

Patch Overview:

1. Bluetooth: btrtl: Firmware format v3 support
   - This addition ensures the latest RTK chipsets with firmware version 3
     are fully supported. It includes necessary modifications to
     accommodate new firmware structure changes.

2. Bluetooth: btrtl: Add enhanced download support
   - By leveraging ACL links for firmware transmission, the download
     process is significantly accelerated, reducing the overall time and
     enhancing performance.

Testing and Validation:

- The implementation has been tested on various RTK chipsets under Linux
  based distribution.

Impact and Benefits:

These enhancements are beneficial for future firmware v3 chips and compatible with previous firmware versions. Users can expect shortened initialization times.

Your feedback and suggestions are welcome to further refine these changes.
Thank you for considering these enhancements.

Best regards,
Hilda

---
Change in V2:
- Move structure to btrtl.h
- Fill in the missing symbols
- Fix build warnings

Hilda Wu (2):
  Bluetooth: btrtl: Firmware format v3 support
  Bluetooth: btrtl: Add enhanced download support

 drivers/bluetooth/btrtl.c | 857 +++++++++++++++++++++++++++++++++++++-
 drivers/bluetooth/btrtl.h | 122 ++++++
 drivers/bluetooth/btusb.c |   3 +
 3 files changed, 974 insertions(+), 8 deletions(-)

--
2.34.1


  parent reply	other threads:[~2025-07-02  3:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06  9:05 [PATCH v2 0/2] Bluetooth: Add support for RTK firmware version 3 and enhanced ACL-based download acceleration Hilda Wu
2025-06-06  9:05 ` [PATCH v2 1/2] Bluetooth: btrtl: Firmware format v3 support Hilda Wu
2025-06-06  9:35   ` Bluetooth: Add support for RTK firmware version 3 and enhanced ACL-based download acceleration bluez.test.bot
2025-06-09 23:12   ` [PATCH v2 1/2] Bluetooth: btrtl: Firmware format v3 support kernel test robot
2025-06-06  9:05 ` [PATCH v2 2/2] Bluetooth: btrtl: Add enhanced download support Hilda Wu
2025-07-02  3:36 ` Hilda Wu [this message]
2025-07-02 13:05   ` [PATCH v2 0/2] Bluetooth: Add support for RTK firmware version 3 and enhanced ACL-based download acceleration Luiz Augusto von Dentz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb5d83c2efa24dd8ad271ce812581d02@realtek.com \
    --to=hildawu@realtek.com \
    --cc=alex_lu@realsil.com.cn \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=marcel@holtmann.org \
    --cc=max.chou@realtek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox