devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: allow NVMEM cells based on old syntax
@ 2023-10-24 17:12 Rafał Miłecki
  2023-10-24 17:12 ` [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: " Rafał Miłecki
  2023-10-25 14:05 ` [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: " Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Rafał Miłecki @ 2023-10-24 17:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Srinivas Kandagatla, Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, Bartosz Golaszewski,
	Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Maxime Ripard,
	devicetree, linux-arm-kernel, linux-i2c, linux-sunxi,
	linux-kernel, Rafał Miłecki, Rob Herring

From: Rafał Miłecki <rafal@milecki.pl>

This binding supported NVMEM cells as subnodes and that syntax is used
by few in-kenel DTS files. Modify binding to allow it.

Reported-by: Rob Herring <robh@kernel.org>
Fixes: c5330723d5a0 ("dt-bindings: nvmem: move deprecated cells binding to its own file")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
This fixes issue introduced by v6.7 queued char-misc commit:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?h=char-misc-next&id=c5330723d5a0c77299a38a46e5611a584e887b87
---
 .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
index 0928ec408170..4424c3c5e75c 100644
--- a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
+++ b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
@@ -12,6 +12,7 @@ maintainers:
 
 allOf:
   - $ref: nvmem.yaml#
+  - $ref: nvmem-deprecated-cells.yaml#
 
 properties:
   compatible:
-- 
2.35.3


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

* [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: allow NVMEM cells based on old syntax
  2023-10-24 17:12 [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: allow NVMEM cells based on old syntax Rafał Miłecki
@ 2023-10-24 17:12 ` Rafał Miłecki
  2023-10-25 14:05   ` Rob Herring
  2023-10-25 14:52   ` Bartosz Golaszewski
  2023-10-25 14:05 ` [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: " Rob Herring
  1 sibling, 2 replies; 5+ messages in thread
From: Rafał Miłecki @ 2023-10-24 17:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Srinivas Kandagatla, Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, Bartosz Golaszewski,
	Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Maxime Ripard,
	devicetree, linux-arm-kernel, linux-i2c, linux-sunxi,
	linux-kernel, Rafał Miłecki, Rob Herring

From: Rafał Miłecki <rafal@milecki.pl>

This binding supported NVMEM cells as subnodes and that syntax is used
by few in-kenel DTS files. Modify binding to allow it.

Reported-by: Rob Herring <robh@kernel.org>
Fixes: c5330723d5a0 ("dt-bindings: nvmem: move deprecated cells binding to its own file")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index 6385b05a1e62..b6864d0ee81e 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -12,6 +12,7 @@ maintainers:
 
 allOf:
   - $ref: /schemas/nvmem/nvmem.yaml
+  - $ref: /schemas/nvmem/nvmem-deprecated-cells.yaml
 
 select:
   properties:
-- 
2.35.3


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

* Re: [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: allow NVMEM cells based on old syntax
  2023-10-24 17:12 [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: allow NVMEM cells based on old syntax Rafał Miłecki
  2023-10-24 17:12 ` [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: " Rafał Miłecki
@ 2023-10-25 14:05 ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2023-10-25 14:05 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Greg Kroah-Hartman, Srinivas Kandagatla, Krzysztof Kozlowski,
	Conor Dooley, Bartosz Golaszewski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Maxime Ripard, devicetree, linux-arm-kernel,
	linux-i2c, linux-sunxi, linux-kernel, Rafał Miłecki

On Tue, Oct 24, 2023 at 07:12:52PM +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> This binding supported NVMEM cells as subnodes and that syntax is used
> by few in-kenel DTS files. Modify binding to allow it.
> 
> Reported-by: Rob Herring <robh@kernel.org>
> Fixes: c5330723d5a0 ("dt-bindings: nvmem: move deprecated cells binding to its own file")
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
> This fixes issue introduced by v6.7 queued char-misc commit:
> https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?h=char-misc-next&id=c5330723d5a0c77299a38a46e5611a584e887b87
> ---
>  .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml       | 1 +
>  1 file changed, 1 insertion(+)

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


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

* Re: [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: allow NVMEM cells based on old syntax
  2023-10-24 17:12 ` [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: " Rafał Miłecki
@ 2023-10-25 14:05   ` Rob Herring
  2023-10-25 14:52   ` Bartosz Golaszewski
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2023-10-25 14:05 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Greg Kroah-Hartman, Srinivas Kandagatla, Krzysztof Kozlowski,
	Conor Dooley, Bartosz Golaszewski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Maxime Ripard, devicetree, linux-arm-kernel,
	linux-i2c, linux-sunxi, linux-kernel, Rafał Miłecki

On Tue, Oct 24, 2023 at 07:12:53PM +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> This binding supported NVMEM cells as subnodes and that syntax is used
> by few in-kenel DTS files. Modify binding to allow it.
> 
> Reported-by: Rob Herring <robh@kernel.org>
> Fixes: c5330723d5a0 ("dt-bindings: nvmem: move deprecated cells binding to its own file")
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
>  Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
>  1 file changed, 1 insertion(+)

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

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

* Re: [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: allow NVMEM cells based on old syntax
  2023-10-24 17:12 ` [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: " Rafał Miłecki
  2023-10-25 14:05   ` Rob Herring
@ 2023-10-25 14:52   ` Bartosz Golaszewski
  1 sibling, 0 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2023-10-25 14:52 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Greg Kroah-Hartman, Srinivas Kandagatla, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Maxime Ripard, devicetree, linux-arm-kernel,
	linux-i2c, linux-sunxi, linux-kernel, Rafał Miłecki,
	Rob Herring

On Tue, Oct 24, 2023 at 7:13 PM Rafał Miłecki <zajec5@gmail.com> wrote:
>
> From: Rafał Miłecki <rafal@milecki.pl>
>
> This binding supported NVMEM cells as subnodes and that syntax is used
> by few in-kenel DTS files. Modify binding to allow it.
>
> Reported-by: Rob Herring <robh@kernel.org>
> Fixes: c5330723d5a0 ("dt-bindings: nvmem: move deprecated cells binding to its own file")
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
>  Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
> index 6385b05a1e62..b6864d0ee81e 100644
> --- a/Documentation/devicetree/bindings/eeprom/at24.yaml
> +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
> @@ -12,6 +12,7 @@ maintainers:
>
>  allOf:
>    - $ref: /schemas/nvmem/nvmem.yaml
> +  - $ref: /schemas/nvmem/nvmem-deprecated-cells.yaml
>
>  select:
>    properties:
> --
> 2.35.3
>

Do you want it to go through the at24 and subsequently i2c tree?

Otherwise if someone else will pick it up:

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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

end of thread, other threads:[~2023-10-25 14:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 17:12 [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: allow NVMEM cells based on old syntax Rafał Miłecki
2023-10-24 17:12 ` [PATCH 6.7 fix 2/2] dt-bindings: eeprom: at24: " Rafał Miłecki
2023-10-25 14:05   ` Rob Herring
2023-10-25 14:52   ` Bartosz Golaszewski
2023-10-25 14:05 ` [PATCH 6.7 fix 1/2] dt-bindings: nvmem: SID: " Rob Herring

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