mbox series

[v7,0/1] Enable Bluetooth on qcs6490-rb3gen2 board

Message ID 20250107134157.211702-1-quic_janathot@quicinc.com
Headers show
Series Enable Bluetooth on qcs6490-rb3gen2 board | expand

Message

Janaki Ramaiah Thota Jan. 7, 2025, 1:41 p.m. UTC
- Patch 1/1 Utilize the PMU abstraction for the WCN6750 and update the bindings accordingly.

----
Changes from v6:
* Elaborated the commit message with more information.
* Link to v6: https://lore.kernel.org/lkml/20241223135700.22660-1-quic_janathot@quicinc.com/

Changes from v5:
* Update the wcn6750 required properties in bindings.
* Link to v5: https://lore.kernel.org/linux-arm-msm/20241209103455.9675-1-quic_janathot@quicinc.com/

Changes from v4:
* Added reviewed tag by Krzysztof in p1
* Updated the p2 commit message with sw_ctrl and wifi-enable are
  handled in wifi FW.
* Added blank line between the nodes in p2
* Placed the structures in proper order in p4
* Link to v4: https://lore.kernel.org/all/20241204131706.20791-1-quic_janathot@quicinc.com/

Changes from v3:
* Defined the PMU node and used the its output to power up BT
* Used power sequencer for wcn wcn6750 module
* Split the patch to multiple as per subtree
* Add description of the PMU of the WCN6750 module
* Include separate UART state node for sleep pin configuarion
* Link to v3: https://lore.kernel.org/linux-arm-msm/20241022104600.3228-1-quic_janathot@quicinc.com/

Changes from v2:
* Sorted nodes alphabetically
* Link to v2: https://lore.kernel.org/linux-arm-msm/20241010105107.30118-1-quic_janathot@quicinc.com/

Changes from v1:
* Corrected the board name in subject
* Link to v1: https://lore.kernel.org/linux-arm-msm/20241009111436.23473-1-quic_janathot@quicinc.com/
Janaki Ramaiah Thota (1):
  dt-bindings: bluetooth: Utilize PMU abstraction for WCN6750

 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml           | 5 -----
 1 file changed, 5 deletions(-)

--

Comments

Krzysztof Kozlowski Jan. 8, 2025, 8 a.m. UTC | #1
On Tue, Jan 07, 2025 at 07:11:57PM +0530, Janaki Ramaiah Thota wrote:
> We are now using the on-chip PMU node for power sequencing to manage the
> enable/disable functionality of Bluetooth. Consequently, the inputs
> previously marked as required under the Bluetooth node can be removed.
> 
> For instance, the enable GPIO is now managed by the PMU node with the
> property bt-enable-gpios.
> 
> Signed-off-by: Janaki Ramaiah Thota <quic_janathot@quicinc.com>
> ---
>  .../bindings/net/bluetooth/qualcomm-bluetooth.yaml           | 5 -----
>  1 file changed, 5 deletions(-)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
patchwork-bot+bluetooth@kernel.org Jan. 9, 2025, 4:17 p.m. UTC | #2
Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 7 Jan 2025 19:11:56 +0530 you wrote:
> - Patch 1/1 Utilize the PMU abstraction for the WCN6750 and update the bindings accordingly.
> 
> ----
> Changes from v6:
> * Elaborated the commit message with more information.
> * Link to v6: https://lore.kernel.org/lkml/20241223135700.22660-1-quic_janathot@quicinc.com/
> 
> [...]

Here is the summary with links:
  - [v7,1/1] dt-bindings: bluetooth: Utilize PMU abstraction for WCN6750
    https://git.kernel.org/bluetooth/bluetooth-next/c/7e99441aa705

You are awesome, thank you!