[PATCH v4 0/1] Bluetooth: mediatek: add gpio pin to reset bt

Zhangchao Zhang posted 1 patch 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v4 0/1] Bluetooth: mediatek: add gpio pin to reset bt
Posted by Zhangchao Zhang 3 months, 2 weeks ago
Reset Bluetooth using hardware pin via dts

Compared with the previously submitted version, the following
information are some specific revision histories

V3-->V4 modifications:
Modify dt binding format information and
the explanation text in the patch

V2-->V3 modifications:
-Changed the capitalization of co-developer names,
   using the correct capitalization of abbreviations and full
   name, and corrected obvious spelling errors.
-Add a revision history.
-Remove the "BT Driver" in the prefix.
-Add the bt-binding document, include inforamtion related to reset
   pin and compatibility matching.
-Add a comment before the schedule_delayed_work function call,
   although schedule_delayed_work is asynchronous, there is no risk.
   Even if it is not completed within 200ms, it will only postpone
   the subsequent probe and will not have any impact.
-Add a comment before the btmtk_reset_by_gpio function call,
   if the compatibility filed or pin cannot be found in the dts
   files, it can still reset bluetooth using software reset.

V2 modifications:
Modify gpio to GPIO, SW to software,
and fix other obvious spelling errors.
Re: [PATCH v4 0/1] Bluetooth: mediatek: add gpio pin to reset bt
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 23/06/2025 12:23, Zhangchao Zhang wrote:
> Reset Bluetooth using hardware pin via dts
> 
> Compared with the previously submitted version, the following
> information are some specific revision histories
> 
> V3-->V4 modifications:
> Modify dt binding format information and

How? There is no binding, so what and how did you modify?

Best regards,
Krzysztof