imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema
@ 2025-08-11 13:54 Krzysztof Kozlowski
  2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-11 13:54 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel, Krzysztof Kozlowski

Resending because all dependencies are merged.

Please take individual patches via respective subsystems (phy, leds).

Previously:
- Link to v1: https://lore.kernel.org/r/20250627-dt-bindings-db-v1-0-d5c7072acbee@linaro.org

Best regards,
Krzysztof

---
Krzysztof Kozlowski (2):
      dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema
      dt-bindings: phy: fsl,imx8mq-usb: Drop 'db' suffix duplicating dtschema

 Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml   | 1 -
 Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 1 -
 2 files changed, 2 deletions(-)
---
base-commit: b1549501188cc9eba732c25b033df7a53ccc341f
change-id: 20250627-dt-bindings-db-38eaa005ccd0

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

* [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema Krzysztof Kozlowski
@ 2025-08-11 13:54 ` Krzysztof Kozlowski
  2025-08-11 14:19   ` Krzysztof Kozlowski
                     ` (2 more replies)
  2025-08-11 13:54 ` [PATCH RESEND 2/2] dt-bindings: phy: fsl,imx8mq-usb: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 3 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-11 13:54 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel, Krzysztof Kozlowski

A common property unit suffix '-db' was added to dtschema, thus
in-kernel bindings should not reference the type.

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

---

RFC because this depends on dtschema changes and should be accepted
after new dtschema is released with this merged:
https://github.com/devicetree-org/dt-schema/pull/166
---
 Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml b/Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml
index 3c0431c51159e549920b17cf2ddfd1b85ecde810..906735acfbaf94fa08244f771139df207dd6e4da 100644
--- a/Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml
+++ b/Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml
@@ -42,7 +42,6 @@ properties:
     description: GPIO attached to the SDB pin.
 
   audio-gain-db:
-    $ref: /schemas/types.yaml#/definitions/uint32
     default: 0
     description: Audio gain selection for external analog modulation input.
     enum: [0, 3, 6, 9, 12, 15, 18, 21]

-- 
2.48.1


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

* [PATCH RESEND 2/2] dt-bindings: phy: fsl,imx8mq-usb: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema Krzysztof Kozlowski
  2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
@ 2025-08-11 13:54 ` Krzysztof Kozlowski
  2025-08-11 14:19   ` Krzysztof Kozlowski
  2025-08-11 16:12 ` [PATCH RESEND 0/2] dt-bindings: " Conor Dooley
  2025-08-12 16:41 ` (subset) " Vinod Koul
  3 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-11 13:54 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel, Krzysztof Kozlowski

A common property unit suffix '-db' was added to dtschema, thus
in-kernel bindings should not reference the type.

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

---

RFC because this depends on dtschema changes and should be accepted
after new dtschema is released with this merged:
https://github.com/devicetree-org/dt-schema/pull/166
---
 Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
index 22dd91591a09428214afaa4c9c8e37aae9bd8aba..6a47e08e0e97b286538798190225ca2966a7ab34 100644
--- a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
@@ -76,7 +76,6 @@ properties:
     description:
       Adjust TX de-emphasis attenuation in dB at nominal
       3.5dB point as per USB specification
-    $ref: /schemas/types.yaml#/definitions/uint32
     minimum: 0
     maximum: 36
 

-- 
2.48.1


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

* Re: [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
@ 2025-08-11 14:19   ` Krzysztof Kozlowski
  2025-08-14 21:12   ` Rob Herring (Arm)
  2025-09-02 10:29   ` (subset) " Lee Jones
  2 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-11 14:19 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel

On 11/08/2025 15:54, Krzysztof Kozlowski wrote:
> A common property unit suffix '-db' was added to dtschema, thus
> in-kernel bindings should not reference the type.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> RFC because this depends on dtschema changes and should be accepted
> after new dtschema is released with this merged:
> https://github.com/devicetree-org/dt-schema/pull/166


This note is outdated - you can apply the patch.



Best regards,
Krzysztof

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

* Re: [PATCH RESEND 2/2] dt-bindings: phy: fsl,imx8mq-usb: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 ` [PATCH RESEND 2/2] dt-bindings: phy: fsl,imx8mq-usb: " Krzysztof Kozlowski
@ 2025-08-11 14:19   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-11 14:19 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel

On 11/08/2025 15:54, Krzysztof Kozlowski wrote:
> A common property unit suffix '-db' was added to dtschema, thus
> in-kernel bindings should not reference the type.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> RFC because this depends on dtschema changes and should be accepted
> after new dtschema is released with this merged:
> https://github.com/devicetree-org/dt-schema/pull/166


This note is outdated - you can apply the patch.


Best regards,
Krzysztof

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

* Re: [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema Krzysztof Kozlowski
  2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
  2025-08-11 13:54 ` [PATCH RESEND 2/2] dt-bindings: phy: fsl,imx8mq-usb: " Krzysztof Kozlowski
@ 2025-08-11 16:12 ` Conor Dooley
  2025-08-12 16:41 ` (subset) " Vinod Koul
  3 siblings, 0 replies; 9+ messages in thread
From: Conor Dooley @ 2025-08-11 16:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun, linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

On Mon, Aug 11, 2025 at 03:54:02PM +0200, Krzysztof Kozlowski wrote:
> Resending because all dependencies are merged.
> 
> Please take individual patches via respective subsystems (phy, leds).
> 
> Previously:
> - Link to v1: https://lore.kernel.org/r/20250627-dt-bindings-db-v1-0-d5c7072acbee@linaro.org
> 
> Best regards,
> Krzysztof

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: (subset) [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2025-08-11 16:12 ` [PATCH RESEND 0/2] dt-bindings: " Conor Dooley
@ 2025-08-12 16:41 ` Vinod Koul
  3 siblings, 0 replies; 9+ messages in thread
From: Vinod Koul @ 2025-08-12 16:41 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Kishon Vijay Abraham I, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Li Jun,
	Krzysztof Kozlowski
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel


On Mon, 11 Aug 2025 15:54:02 +0200, Krzysztof Kozlowski wrote:
> Resending because all dependencies are merged.
> 
> Please take individual patches via respective subsystems (phy, leds).
> 
> Previously:
> - Link to v1: https://lore.kernel.org/r/20250627-dt-bindings-db-v1-0-d5c7072acbee@linaro.org
> 
> [...]

Applied, thanks!

[2/2] dt-bindings: phy: fsl,imx8mq-usb: Drop 'db' suffix duplicating dtschema
      commit: 78a474b5a31a25e0a77e50df42be925f7cb575e6

Best regards,
-- 
~Vinod



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

* Re: [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
  2025-08-11 14:19   ` Krzysztof Kozlowski
@ 2025-08-14 21:12   ` Rob Herring (Arm)
  2025-09-02 10:29   ` (subset) " Lee Jones
  2 siblings, 0 replies; 9+ messages in thread
From: Rob Herring (Arm) @ 2025-08-14 21:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Fabio Estevam, devicetree, linux-leds, Li Jun,
	Krzysztof Kozlowski, Pengutronix Kernel Team, linux-kernel,
	Vinod Koul, Sascha Hauer, Kishon Vijay Abraham I, Lee Jones,
	Pavel Machek, Vincent Knecht, imx, Shawn Guo, Conor Dooley,
	linux-phy, linux-arm-kernel


On Mon, 11 Aug 2025 15:54:03 +0200, Krzysztof Kozlowski wrote:
> A common property unit suffix '-db' was added to dtschema, thus
> in-kernel bindings should not reference the type.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> RFC because this depends on dtschema changes and should be accepted
> after new dtschema is released with this merged:
> https://github.com/devicetree-org/dt-schema/pull/166
> ---
>  Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

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


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

* Re: (subset) [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema
  2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
  2025-08-11 14:19   ` Krzysztof Kozlowski
  2025-08-14 21:12   ` Rob Herring (Arm)
@ 2025-09-02 10:29   ` Lee Jones
  2 siblings, 0 replies; 9+ messages in thread
From: Lee Jones @ 2025-09-02 10:29 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vincent Knecht, Vinod Koul, Kishon Vijay Abraham I,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Li Jun, Krzysztof Kozlowski
  Cc: linux-leds, devicetree, linux-kernel, linux-phy, imx,
	linux-arm-kernel

On Mon, 11 Aug 2025 15:54:03 +0200, Krzysztof Kozlowski wrote:
> A common property unit suffix '-db' was added to dtschema, thus
> in-kernel bindings should not reference the type.
> 
> 

Applied, thanks!

[1/2] dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema
      commit: 19c5010e8ae23faf7b98fd738ff9970bb9066b78

--
Lee Jones [李琼斯]


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

end of thread, other threads:[~2025-09-02 10:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 13:54 [PATCH RESEND 0/2] dt-bindings: Drop 'db' suffix duplicating dtschema Krzysztof Kozlowski
2025-08-11 13:54 ` [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: " Krzysztof Kozlowski
2025-08-11 14:19   ` Krzysztof Kozlowski
2025-08-14 21:12   ` Rob Herring (Arm)
2025-09-02 10:29   ` (subset) " Lee Jones
2025-08-11 13:54 ` [PATCH RESEND 2/2] dt-bindings: phy: fsl,imx8mq-usb: " Krzysztof Kozlowski
2025-08-11 14:19   ` Krzysztof Kozlowski
2025-08-11 16:12 ` [PATCH RESEND 0/2] dt-bindings: " Conor Dooley
2025-08-12 16:41 ` (subset) " Vinod Koul

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