linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
@ 2024-02-24  8:40 Krzysztof Kozlowski
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-24  8:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Martin Blumenstingl, Jerome Brunet, Kevin Hilman, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

Amlogic bindings were marked as work-in-progress / unstable in 2017 in
commit 7e8634e821e1 ("dt-bindings: amlogic: add unstable statement").
Almost seven years is enough, so drop the "unstable" remark and expect
usual ABI rules.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/arm/amlogic.yaml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index ce0ea36de0c0..edbc21159588 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -9,17 +9,6 @@ title: Amlogic SoC based Platforms
 maintainers:
   - Kevin Hilman <khilman@baylibre.com>
 
-description: |+
-  Work in progress statement:
-
-  Device tree files and bindings applying to Amlogic SoCs and boards are
-  considered "unstable". Any Amlogic device tree binding may change at
-  any time. Be sure to use a device tree binary and a kernel image
-  generated from the same source tree.
-
-  Please refer to Documentation/devicetree/bindings/ABI.rst for a definition of a
-  stable binding/ABI.
-
 properties:
   $nodename:
     const: '/'
-- 
2.34.1


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

* [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-24  8:40 [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Krzysztof Kozlowski
@ 2024-02-24  8:40 ` Krzysztof Kozlowski
  2024-02-26  8:19   ` Martin Blumenstingl
                     ` (3 more replies)
  2024-02-26  8:20 ` [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Neil Armstrong
                   ` (2 subsequent siblings)
  3 siblings, 4 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-24  8:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Martin Blumenstingl, Jerome Brunet, Kevin Hilman, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
Amlogic board/SoC binding maintainers.

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

---

Entries ordered by lastname.
---
 Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index edbc21159588..949537cea6be 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -7,6 +7,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Amlogic SoC based Platforms
 
 maintainers:
+  - Neil Armstrong <neil.armstrong@linaro.org>
+  - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
+  - Jerome Brunet <jbrunet@baylibre.com>
   - Kevin Hilman <khilman@baylibre.com>
 
 properties:
-- 
2.34.1


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

* Re: [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
@ 2024-02-26  8:19   ` Martin Blumenstingl
  2024-02-26  8:40     ` Krzysztof Kozlowski
  2024-02-26  8:20   ` Neil Armstrong
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: Martin Blumenstingl @ 2024-02-26  8:19 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jerome Brunet, Kevin Hilman, devicetree, linux-kernel

Hi Krzysztof,

On Sat, Feb 24, 2024 at 9:40 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
> Amlogic board/SoC binding maintainers.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Obviously the patch is fine for me - still I have one question:
are you expecting an Acked-by here so you can take it through a
devicetree git tree or should Neil take it through the amlogic tree
(in that case I'm not sure if he can as the amlogic mailing list is
not CC'ed)?


Best regards,
Martin

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

* Re: [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
  2024-02-24  8:40 [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Krzysztof Kozlowski
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
@ 2024-02-26  8:20 ` Neil Armstrong
  2024-02-26 22:04   ` Martin Blumenstingl
  2024-02-26 19:43 ` Rob Herring
  2024-02-27 13:55 ` Neil Armstrong
  3 siblings, 1 reply; 12+ messages in thread
From: Neil Armstrong @ 2024-02-26  8:20 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Martin Blumenstingl, Jerome Brunet, Kevin Hilman,
	devicetree, linux-kernel, linux-amlogic

+ linux-amlogic@lists.infradead.org

On 24/02/2024 09:40, Krzysztof Kozlowski wrote:
> Amlogic bindings were marked as work-in-progress / unstable in 2017 in
> commit 7e8634e821e1 ("dt-bindings: amlogic: add unstable statement").
> Almost seven years is enough, so drop the "unstable" remark and expect
> usual ABI rules.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   Documentation/devicetree/bindings/arm/amlogic.yaml | 11 -----------
>   1 file changed, 11 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
> index ce0ea36de0c0..edbc21159588 100644
> --- a/Documentation/devicetree/bindings/arm/amlogic.yaml
> +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
> @@ -9,17 +9,6 @@ title: Amlogic SoC based Platforms
>   maintainers:
>     - Kevin Hilman <khilman@baylibre.com>
>   
> -description: |+
> -  Work in progress statement:
> -
> -  Device tree files and bindings applying to Amlogic SoCs and boards are
> -  considered "unstable". Any Amlogic device tree binding may change at
> -  any time. Be sure to use a device tree binary and a kernel image
> -  generated from the same source tree.
> -
> -  Please refer to Documentation/devicetree/bindings/ABI.rst for a definition of a
> -  stable binding/ABI.
> -
>   properties:
>     $nodename:
>       const: '/'

Acked-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
  2024-02-26  8:19   ` Martin Blumenstingl
@ 2024-02-26  8:20   ` Neil Armstrong
  2024-02-26 22:05     ` Martin Blumenstingl
  2024-02-26 19:43   ` Rob Herring
  2024-03-08 17:54   ` Kevin Hilman
  3 siblings, 1 reply; 12+ messages in thread
From: Neil Armstrong @ 2024-02-26  8:20 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Martin Blumenstingl, Jerome Brunet, Kevin Hilman,
	devicetree, linux-kernel, linux-amlogic

+ linux-amlogic@lists.infradead.org

On 24/02/2024 09:40, Krzysztof Kozlowski wrote:
> Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
> Amlogic board/SoC binding maintainers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Entries ordered by lastname.
> ---
>   Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
> index edbc21159588..949537cea6be 100644
> --- a/Documentation/devicetree/bindings/arm/amlogic.yaml
> +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
> @@ -7,6 +7,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>   title: Amlogic SoC based Platforms
>   
>   maintainers:
> +  - Neil Armstrong <neil.armstrong@linaro.org>
> +  - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> +  - Jerome Brunet <jbrunet@baylibre.com>
>     - Kevin Hilman <khilman@baylibre.com>
>   
>   properties:

Acked-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-26  8:19   ` Martin Blumenstingl
@ 2024-02-26  8:40     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-26  8:40 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jerome Brunet, Kevin Hilman, devicetree, linux-kernel

On 26/02/2024 09:19, Martin Blumenstingl wrote:
> Hi Krzysztof,
> 
> On Sat, Feb 24, 2024 at 9:40 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
>> Amlogic board/SoC binding maintainers.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Obviously the patch is fine for me - still I have one question:
> are you expecting an Acked-by here so you can take it through a
> devicetree git tree or should Neil take it through the amlogic tree
> (in that case I'm not sure if he can as the amlogic mailing list is
> not CC'ed)?

I would prefer if you/Neil take it. Just like with all SoC-specific
bindings.

Best regards,
Krzysztof


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

* Re: [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
  2024-02-24  8:40 [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Krzysztof Kozlowski
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
  2024-02-26  8:20 ` [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Neil Armstrong
@ 2024-02-26 19:43 ` Rob Herring
  2024-02-27 13:55 ` Neil Armstrong
  3 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2024-02-26 19:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Jerome Brunet, Kevin Hilman, Conor Dooley, Martin Blumenstingl,
	linux-kernel, devicetree, Krzysztof Kozlowski, Neil Armstrong


On Sat, 24 Feb 2024 09:40:29 +0100, Krzysztof Kozlowski wrote:
> Amlogic bindings were marked as work-in-progress / unstable in 2017 in
> commit 7e8634e821e1 ("dt-bindings: amlogic: add unstable statement").
> Almost seven years is enough, so drop the "unstable" remark and expect
> usual ABI rules.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/amlogic.yaml | 11 -----------
>  1 file changed, 11 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>


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

* Re: [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
  2024-02-26  8:19   ` Martin Blumenstingl
  2024-02-26  8:20   ` Neil Armstrong
@ 2024-02-26 19:43   ` Rob Herring
  2024-03-08 17:54   ` Kevin Hilman
  3 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2024-02-26 19:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Jerome Brunet, Neil Armstrong, linux-kernel, Martin Blumenstingl,
	Kevin Hilman, Conor Dooley, devicetree, Krzysztof Kozlowski


On Sat, 24 Feb 2024 09:40:30 +0100, Krzysztof Kozlowski wrote:
> Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
> Amlogic board/SoC binding maintainers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Entries ordered by lastname.
> ---
>  Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


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

* Re: [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
  2024-02-26  8:20 ` [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Neil Armstrong
@ 2024-02-26 22:04   ` Martin Blumenstingl
  0 siblings, 0 replies; 12+ messages in thread
From: Martin Blumenstingl @ 2024-02-26 22:04 UTC (permalink / raw)
  To: neil.armstrong
  Cc: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jerome Brunet, Kevin Hilman, devicetree,
	linux-kernel, linux-amlogic

On Mon, Feb 26, 2024 at 9:20 AM Neil Armstrong
<neil.armstrong@linaro.org> wrote:
>
> + linux-amlogic@lists.infradead.org
>
> On 24/02/2024 09:40, Krzysztof Kozlowski wrote:
> > Amlogic bindings were marked as work-in-progress / unstable in 2017 in
> > commit 7e8634e821e1 ("dt-bindings: amlogic: add unstable statement").
> > Almost seven years is enough, so drop the "unstable" remark and expect
> > usual ABI rules.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

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

* Re: [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-26  8:20   ` Neil Armstrong
@ 2024-02-26 22:05     ` Martin Blumenstingl
  0 siblings, 0 replies; 12+ messages in thread
From: Martin Blumenstingl @ 2024-02-26 22:05 UTC (permalink / raw)
  To: neil.armstrong
  Cc: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jerome Brunet, Kevin Hilman, devicetree,
	linux-kernel, linux-amlogic

On Mon, Feb 26, 2024 at 9:21 AM Neil Armstrong
<neil.armstrong@linaro.org> wrote:
>
> + linux-amlogic@lists.infradead.org
>
> On 24/02/2024 09:40, Krzysztof Kozlowski wrote:
> > Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
> > Amlogic board/SoC binding maintainers.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

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

* Re: [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
  2024-02-24  8:40 [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2024-02-26 19:43 ` Rob Herring
@ 2024-02-27 13:55 ` Neil Armstrong
  3 siblings, 0 replies; 12+ messages in thread
From: Neil Armstrong @ 2024-02-27 13:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Martin Blumenstingl, Jerome Brunet, Kevin Hilman, devicetree,
	linux-kernel, Krzysztof Kozlowski

Hi,

On Sat, 24 Feb 2024 09:40:29 +0100, Krzysztof Kozlowski wrote:
> Amlogic bindings were marked as work-in-progress / unstable in 2017 in
> commit 7e8634e821e1 ("dt-bindings: amlogic: add unstable statement").
> Almost seven years is enough, so drop the "unstable" remark and expect
> usual ABI rules.
> 
> 

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.9/arm64-dt)

[1/2] dt-bindings: arm: amlogic: remove unstable remark
      https://git.kernel.org/amlogic/c/bb707d63b37e0079193c97dfead041b2903d5591
[2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
      https://git.kernel.org/amlogic/c/a3b7554ade36436bbbd52b058207a31dc4224e36

These changes has been applied on the intermediate git tree [1].

The v6.9/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.

In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].

The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.

If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

-- 
Neil


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

* Re: [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
  2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
                     ` (2 preceding siblings ...)
  2024-02-26 19:43   ` Rob Herring
@ 2024-03-08 17:54   ` Kevin Hilman
  3 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2024-03-08 17:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Neil Armstrong, Martin Blumenstingl, Jerome Brunet,
	devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> writes:

> Add rest of Linux Amlogic Meson SoC maintainers and reviewers to the
> Amlogic board/SoC binding maintainers.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> Entries ordered by lastname.
> ---
>  Documentation/devicetree/bindings/arm/amlogic.yaml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
> index edbc21159588..949537cea6be 100644
> --- a/Documentation/devicetree/bindings/arm/amlogic.yaml
> +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
> @@ -7,6 +7,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Amlogic SoC based Platforms
>  
>  maintainers:
> +  - Neil Armstrong <neil.armstrong@linaro.org>
> +  - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> +  - Jerome Brunet <jbrunet@baylibre.com>
>    - Kevin Hilman <khilman@baylibre.com>

Acked-by: Kevin Hilman <khilman@baylibre.com>

FWIW, I still believe "stable DT" is an oxymoron, but I don't care
enough anymore to fight this battle, so happy to see the other
maintainers listed & recognized for the great work they're doing.

Thanks,

Kevin


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

end of thread, other threads:[~2024-03-08 17:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-24  8:40 [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Krzysztof Kozlowski
2024-02-24  8:40 ` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers Krzysztof Kozlowski
2024-02-26  8:19   ` Martin Blumenstingl
2024-02-26  8:40     ` Krzysztof Kozlowski
2024-02-26  8:20   ` Neil Armstrong
2024-02-26 22:05     ` Martin Blumenstingl
2024-02-26 19:43   ` Rob Herring
2024-03-08 17:54   ` Kevin Hilman
2024-02-26  8:20 ` [PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark Neil Armstrong
2024-02-26 22:04   ` Martin Blumenstingl
2024-02-26 19:43 ` Rob Herring
2024-02-27 13:55 ` Neil Armstrong

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).