[PATCH 2/5] dt-bindings: hwmon: ibmpowernv: convert to dtschema

2024-03-21 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with now new properties. Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/ibm,powernv.yaml | 37 ++ .../devicetree/bindings/hwmon/ibmpowernv.txt | 23

Re: [PATCH 2/5] dt-bindings: hwmon: ibmpowernv: convert to dtschema

2024-03-21 Thread Javier Carrasco
On 3/21/24 21:45, Rob Herring wrote: > > On Thu, 21 Mar 2024 19:43:43 +0100, Javier Carrasco wrote: >> Convert existing binding to support validation. >> >> This is a straightforward conversion with now new properties. >> >> Signed-off-by: Javier Carrasco >

[PATCH 3/5] dt-bindings: hwmon: pwm-fan: drop text file

2024-03-21 Thread Javier Carrasco
This binding was converted to dtschema a year ago. Signed-off-by: Javier Carrasco --- Documentation/devicetree/bindings/hwmon/pwm-fan.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt b/Documentation/devicetree/bindings/hwmon/pwm-fan.txt

[PATCH 4/5] dt-bindings: hwmon: stts751: convert to dtschema

2024-03-21 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with no new properties. Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/st,stts751.yaml | 41 ++ .../devicetree/bindings/hwmon/stts751.txt | 15 2

[PATCH 5/5] dt-bindings: hwmon: ibm,p8-occ-hwmon: move to trivial devices

2024-03-21 Thread Javier Carrasco
This binding meets the requirements to be converted to dtschema via trivial-devices.yaml. Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/ibm,p8-occ-hwmon.txt | 25 -- .../devicetree/bindings/trivial-devices.yaml | 2 ++ 2 files changed, 2 insertions

[PATCH 0/5] dt-bindings: hwmon: convert multiple devices to dtschema

2024-03-21 Thread Javier Carrasco
this device as well. Signed-off-by: Javier Carrasco --- Javier Carrasco (5): dt-bindings: hwmon: as370: convert to dtschema dt-bindings: hwmon: ibmpowernv: convert to dtschema dt-bindings: hwmon: pwm-fan: drop text file dt-bindings: hwmon: stts751: convert to dtschema

[PATCH 1/5] dt-bindings: hwmon: as370: convert to dtschema

2024-03-21 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with now new properties. Signed-off-by: Javier Carrasco --- Documentation/devicetree/bindings/hwmon/as370.txt | 11 .../devicetree/bindings/hwmon/syna,as370.yaml | 32 ++ 2

[PATCH v2 1/5] dt-bindings: hwmon: as370: convert to dtschema

2024-03-22 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with now new properties. Reviewed-by: Rob Herring Signed-off-by: Javier Carrasco --- Documentation/devicetree/bindings/hwmon/as370.txt | 11 .../devicetree/bindings/hwmon/syna,as370.yaml | 32

[PATCH v2 5/5] dt-bindings: hwmon: ibm,p8-occ-hwmon: move to trivial devices

2024-03-22 Thread Javier Carrasco
This binding meets the requirements to be converted to dtschema via trivial-devices.yaml. Reviewed-by: Rob Herring Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/ibm,p8-occ-hwmon.txt | 25 -- .../devicetree/bindings/trivial-devices.yaml | 2 ++ 2

[PATCH v2 4/5] dt-bindings: hwmon: stts751: convert to dtschema

2024-03-22 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with no new properties. Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/st,stts751.yaml | 41 ++ .../devicetree/bindings/hwmon/stts751.txt | 15 2

[PATCH v2 0/5] dt-bindings: hwmon: convert multiple devices to dtschema

2024-03-22 Thread Javier Carrasco
this device as well. Signed-off-by: Javier Carrasco --- Changes in v2: - ibmpowernv: fix compatible string in the example. - Link to v1: https://lore.kernel.org/r/20240321-hwmon_dtschema-v1-0-96c3810c3...@gmail.com --- Javier Carrasco (5): dt-bindings: hwmon: as370: convert to dtschema

[PATCH v2 2/5] dt-bindings: hwmon: ibmpowernv: convert to dtschema

2024-03-22 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with now new properties. Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/ibm,powernv.yaml | 37 ++ .../devicetree/bindings/hwmon/ibmpowernv.txt | 23

[PATCH v2 3/5] dt-bindings: hwmon: pwm-fan: drop text file

2024-03-22 Thread Javier Carrasco
This binding was converted to dtschema a year ago. Acked-by: Rob Herring Signed-off-by: Javier Carrasco --- Documentation/devicetree/bindings/hwmon/pwm-fan.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt b/Documentation/devicetree

[PATCH v3 0/5] dt-bindings: hwmon: convert multiple devices to dtschema

2024-03-22 Thread Javier Carrasco
, and it is not mentioned anywhere in the tree. I could not find the rationale, but its current state does not seem to provide any valuable information. Signed-off-by: Javier Carrasco --- Changes in v3: - Rename ibmpowernv to ibm,opal-sensor to match compatibles. - Link to v2: https://lore.kernel.org/r/20240322

[PATCH v3 1/5] dt-bindings: hwmon: as370: convert to dtschema

2024-03-22 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with now new properties. Reviewed-by: Rob Herring Signed-off-by: Javier Carrasco --- Documentation/devicetree/bindings/hwmon/as370.txt | 11 .../devicetree/bindings/hwmon/syna,as370.yaml | 32

[PATCH v3 4/5] dt-bindings: hwmon: stts751: convert to dtschema

2024-03-22 Thread Javier Carrasco
Convert existing binding to support validation. This is a straightforward conversion with no new properties. Reviewed-by: Conor Dooley Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/st,stts751.yaml | 41 ++ .../devicetree/bindings/hwmon/stts751.txt

[PATCH v3 5/5] dt-bindings: hwmon: ibm,p8-occ-hwmon: move to trivial devices

2024-03-22 Thread Javier Carrasco
This binding meets the requirements to be converted to dtschema via trivial-devices.yaml. Reviewed-by: Rob Herring Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/ibm,p8-occ-hwmon.txt | 25 -- .../devicetree/bindings/trivial-devices.yaml | 2 ++ 2

[PATCH v3 2/5] dt-bindings: hwmon: ibmpowernv: convert to dtschema

2024-03-22 Thread Javier Carrasco
Convert existing binding to support validation. The binding has been renamed to match its compatible strings, with no further additions. Reviewed-by: Conor Dooley Signed-off-by: Javier Carrasco --- .../devicetree/bindings/hwmon/ibm,opal-sensor.yaml | 37 ++ .../devicetree

[PATCH v3 3/5] dt-bindings: hwmon: pwm-fan: drop text file

2024-03-22 Thread Javier Carrasco
This binding was converted to dtschema a year ago. Acked-by: Rob Herring Signed-off-by: Javier Carrasco --- Documentation/devicetree/bindings/hwmon/pwm-fan.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt b/Documentation/devicetree

Re: [PATCH] tty: hvc: hvc_opal: eliminate uses of of_node_put()

2024-05-03 Thread Javier Carrasco
vc_opal: Found HVSI console\n"); > } else > - goto out; > + return; > hvc_opal_boot_termno = index; > udbg_init_opal_common(); > add_preferred_console("hvc", index, NULL); > hvc_instantiate(index, index, ops); > -out: > - of_node_put(stdout_node); > } > > #ifdef CONFIG_PPC_EARLY_DEBUG_OPAL_RAW Best regards, Javier Carrasco