devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] Add support for Amlogic HCI UART
@ 2024-07-16  3:13 Yang Li
  0 siblings, 0 replies; 4+ messages in thread
From: Yang Li @ 2024-07-16  3:13 UTC (permalink / raw)
  To: Kelvin Zhang, xianwei.zhao, ye.he
  Cc: Yang Li, linux-bluetooth, netdev, devicetree, linux-kernel,
	linux-arm-kernel

Add support for Amlogic HCI UART, including dt-binding, Amlogic Bluetooth driver
and enable HCIUART_AML in defconfig.

To: Marcel Holtmann <marcel@holtmann.org>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: David S. Miller <davem@davemloft.net>
To: Eric Dumazet <edumazet@google.com>
To: Jakub Kicinski <kuba@kernel.org>
To: Paolo Abeni <pabeni@redhat.com>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Catalin Marinas <catalin.marinas@arm.com>
To: Will Deacon <will@kernel.org>
Cc: linux-bluetooth@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Yang Li <yang.li@amlogic.com>

---
Changes in v2:
- EDITME: describe what is new in this series revision.
- EDITME: use bulletpoints and terse descriptions.
- Link to v1: https://lore.kernel.org/r/20240705-btaml-v1-0-7f1538f98cef@amlogic.com



--- b4-submit-tracking ---
# This section is used internally by b4 prep for tracking purposes.
{
  "series": {
    "revision": 2,
    "change-id": "20240418-btaml-f9d7b19724ab",
    "prefixes": [],
    "history": {
      "v1": [
        "20240705-btaml-v1-0-7f1538f98cef@amlogic.com"
      ]
    }
  }
}
-- 
2.42.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/4] Add support for Amlogic HCI UART
@ 2024-07-16  6:43 Yang Li
  2024-07-16  6:59 ` Yang Li
  2024-07-16 10:22 ` Kelvin Zhang
  0 siblings, 2 replies; 4+ messages in thread
From: Yang Li @ 2024-07-16  6:43 UTC (permalink / raw)
  To: Kelvin Zhang, xianwei.zhao, ye.he
  Cc: Yang Li, linux-bluetooth, netdev, devicetree, linux-kernel,
	linux-arm-kernel

Add support for Amlogic HCI UART, including dt-binding,
and Amlogic Bluetooth driver.

To: Marcel Holtmann <marcel@holtmann.org>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: David S. Miller <davem@davemloft.net>
To: Eric Dumazet <edumazet@google.com>
To: Jakub Kicinski <kuba@kernel.org>
To: Paolo Abeni <pabeni@redhat.com>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Catalin Marinas <catalin.marinas@arm.com>
To: Will Deacon <will@kernel.org>
Cc: linux-bluetooth@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Yang Li <yang.li@amlogic.com>

---
Changes in v2:
- Employ a regulator for powering up the Bluetooth chip, bypassing the need for power sequencing.
- Utilize the GPIO Consumer API to manipulate the GPIO pins.
- Link to v1: https://lore.kernel.org/r/20240705-btaml-v1-0-7f1538f98cef@amlogic.com

--- b4-submit-tracking ---
{
  "series": {
    "revision": 2,
    "change-id": "20240418-btaml-f9d7b19724ab",
    "prefixes": [],
    "history": {
      "v1": [
        "20240705-btaml-v1-0-7f1538f98cef@amlogic.com"
      ]
    }
  }
}
-- 
2.42.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] Add support for Amlogic HCI UART
  2024-07-16  6:43 Yang Li
@ 2024-07-16  6:59 ` Yang Li
  2024-07-16 10:22 ` Kelvin Zhang
  1 sibling, 0 replies; 4+ messages in thread
From: Yang Li @ 2024-07-16  6:59 UTC (permalink / raw)
  To: Kelvin Zhang
  Cc: linux-bluetooth, netdev, devicetree, linux-kernel,
	linux-arm-kernel

Dear all

I am very sorry for my mistake, please ignore this email.

On 2024/7/16 14:43, Yang Li wrote:
> Add support for Amlogic HCI UART, including dt-binding,
> and Amlogic Bluetooth driver.
>
> To: Marcel Holtmann <marcel@holtmann.org>
> To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
> To: David S. Miller <davem@davemloft.net>
> To: Eric Dumazet <edumazet@google.com>
> To: Jakub Kicinski <kuba@kernel.org>
> To: Paolo Abeni <pabeni@redhat.com>
> To: Rob Herring <robh@kernel.org>
> To: Krzysztof Kozlowski <krzk+dt@kernel.org>
> To: Conor Dooley <conor+dt@kernel.org>
> To: Catalin Marinas <catalin.marinas@arm.com>
> To: Will Deacon <will@kernel.org>
> Cc: linux-bluetooth@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Signed-off-by: Yang Li <yang.li@amlogic.com>
>
> ---
> Changes in v2:
> - Employ a regulator for powering up the Bluetooth chip, bypassing the need for power sequencing.
> - Utilize the GPIO Consumer API to manipulate the GPIO pins.
> - Link to v1: https://lore.kernel.org/r/20240705-btaml-v1-0-7f1538f98cef@amlogic.com
>
> --- b4-submit-tracking ---
> {
>    "series": {
>      "revision": 2,
>      "change-id": "20240418-btaml-f9d7b19724ab",
>      "prefixes": [],
>      "history": {
>        "v1": [
>          "20240705-btaml-v1-0-7f1538f98cef@amlogic.com"
>        ]
>      }
>    }
> }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] Add support for Amlogic HCI UART
  2024-07-16  6:43 Yang Li
  2024-07-16  6:59 ` Yang Li
@ 2024-07-16 10:22 ` Kelvin Zhang
  1 sibling, 0 replies; 4+ messages in thread
From: Kelvin Zhang @ 2024-07-16 10:22 UTC (permalink / raw)
  To: Yang Li, xianwei.zhao, ye.he
  Cc: linux-bluetooth, netdev, devicetree, linux-kernel,
	linux-arm-kernel



On 2024/7/16 14:43, Yang Li wrote:
> Add support for Amlogic HCI UART, including dt-binding,
> and Amlogic Bluetooth driver.
> 
> To: Marcel Holtmann <marcel@holtmann.org>
> To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
> To: David S. Miller <davem@davemloft.net>
> To: Eric Dumazet <edumazet@google.com>
> To: Jakub Kicinski <kuba@kernel.org>
> To: Paolo Abeni <pabeni@redhat.com>
> To: Rob Herring <robh@kernel.org>
> To: Krzysztof Kozlowski <krzk+dt@kernel.org>
> To: Conor Dooley <conor+dt@kernel.org>
> To: Catalin Marinas <catalin.marinas@arm.com>
> To: Will Deacon <will@kernel.org>
> Cc: linux-bluetooth@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Signed-off-by: Yang Li <yang.li@amlogic.com>
> 
> ---
> Changes in v2:
> - Employ a regulator for powering up the Bluetooth chip, bypassing the need for power sequencing.

Introduce a regulator for powering up the Bluetooth chip instead of 
power sequencing.

> - Utilize the GPIO Consumer API to manipulate the GPIO pins.

Use the GPIO Consumer API to manipulate the GPIO pins instead of ...

Minor fixes

> - Link to v1: https://lore.kernel.org/r/20240705-btaml-v1-0-7f1538f98cef@amlogic.com
> 
> --- b4-submit-tracking ---
> {
>    "series": {
>      "revision": 2,
>      "change-id": "20240418-btaml-f9d7b19724ab",
>      "prefixes": [],
>      "history": {
>        "v1": [
>          "20240705-btaml-v1-0-7f1538f98cef@amlogic.com"
>        ]
>      }
>    }
> }


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-16 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  3:13 [PATCH 1/4] Add support for Amlogic HCI UART Yang Li
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16  6:43 Yang Li
2024-07-16  6:59 ` Yang Li
2024-07-16 10:22 ` Kelvin Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).