All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
@ 2021-10-08 12:35 Krzysztof Kozlowski
  2021-10-08 12:35 ` [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-08 12:35 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Chanwoo Choi, Krzysztof Kozlowski,
	Bartlomiej Zolnierkiewicz, Liam Girdwood, Mark Brown, devicetree,
	linux-kernel

Hi,

Convert Maxim MAX77686 bindings to dtschema.  The MFD patch (2/2)
depends on regulator, so this should go via one tree, for example MFD or DT.

Changes since v1:
=================
See individual patches.

Clock bindings
==============
Existing Documentation/devicetree/bindings/clock/maxim,max77686.txt are
left untouched. The file is still used/referenced by other Maxim
devices: MAX77620 and MAX77802.

Best regards,
Krzysztof

Krzysztof Kozlowski (2):
  regulator: dt-bindings: maxim,max77686: convert to dtschema
  dt-bindings: mfd: maxim,max77686: convert to dtschema

 .../devicetree/bindings/mfd/max77686.txt      |  26 ----
 .../bindings/mfd/maxim,max77686.yaml          | 132 ++++++++++++++++++
 .../bindings/regulator/max77686.txt           |  71 ----------
 .../bindings/regulator/maxim,max77686.yaml    |  83 +++++++++++
 MAINTAINERS                                   |   2 +-
 5 files changed, 216 insertions(+), 98 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
 delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml

-- 
2.30.2


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

* [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: convert to dtschema
  2021-10-08 12:35 [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema Krzysztof Kozlowski
@ 2021-10-08 12:35 ` Krzysztof Kozlowski
  2021-10-08 20:40   ` Rob Herring
  2021-10-08 12:35 ` [PATCH v2 2/2] dt-bindings: mfd: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-08 12:35 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Chanwoo Choi, Krzysztof Kozlowski,
	Bartlomiej Zolnierkiewicz, Liam Girdwood, Mark Brown, devicetree,
	linux-kernel

Convert the regulators of Maxim MAX77686 PMIC to DT schema format.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Mark Brown <broonie@kernel.org>

---

Changes since v1:
1. Split regulator nodes pattern on those supporting ena-gpios and those
   don't.
2. Drop regulator-name from properties.
3. Add tag.
---
 .../bindings/regulator/max77686.txt           | 71 ----------------
 .../bindings/regulator/maxim,max77686.yaml    | 83 +++++++++++++++++++
 MAINTAINERS                                   |  1 +
 3 files changed, 84 insertions(+), 71 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml

diff --git a/Documentation/devicetree/bindings/regulator/max77686.txt b/Documentation/devicetree/bindings/regulator/max77686.txt
deleted file mode 100644
index e9f7578ca09a..000000000000
--- a/Documentation/devicetree/bindings/regulator/max77686.txt
+++ /dev/null
@@ -1,71 +0,0 @@
-Binding for Maxim MAX77686 regulators
-
-This is a part of the device tree bindings of MAX77686 multi-function device.
-More information can be found in ../mfd/max77686.txt file.
-
-The MAX77686 PMIC has 9 high-efficiency Buck and 26 Low-DropOut (LDO)
-regulators that can be controlled over I2C.
-
-Following properties should be present in main device node of the MFD chip.
-
-Optional node:
-- voltage-regulators : The regulators of max77686 have to be instantiated
-  under subnode named "voltage-regulators" using the following format.
-
-	regulator_name {
-		regulator-compatible = LDOn/BUCKn
-		standard regulator constraints....
-	};
-	refer Documentation/devicetree/bindings/regulator/regulator.txt
-
-  The regulator node's name should be initialized with a string
-to get matched with their hardware counterparts as follow:
-
-	-LDOn 	:	for LDOs, where n can lie in range 1 to 26.
-			example: LDO1, LDO2, LDO26.
-	-BUCKn 	:	for BUCKs, where n can lie in range 1 to 9.
-			example: BUCK1, BUCK5, BUCK9.
-
-  Regulators which can be turned off during system suspend:
-	-LDOn	:	2, 6-8, 10-12, 14-16,
-	-BUCKn	:	1-4.
-  Use standard regulator bindings for it ('regulator-off-in-suspend').
-
-  LDO20, LDO21, LDO22, BUCK8 and BUCK9 can be configured to GPIO enable
-  control. To turn this feature on this property must be added to the regulator
-  sub-node:
-	- maxim,ena-gpios :	one GPIO specifier enable control (the gpio
-				flags are actually ignored and always
-				ACTIVE_HIGH is used)
-
-Example:
-
-	max77686: pmic@9 {
-		compatible = "maxim,max77686";
-		interrupt-parent = <&wakeup_eint>;
-		interrupts = <26 IRQ_TYPE_NONE>;
-		reg = <0x09>;
-
-		voltage-regulators {
-			ldo11_reg: LDO11 {
-				regulator-name = "vdd_ldo11";
-				regulator-min-microvolt = <1900000>;
-				regulator-max-microvolt = <1900000>;
-				regulator-always-on;
-			};
-
-			buck1_reg: BUCK1 {
-				regulator-name = "vdd_mif";
-				regulator-min-microvolt = <950000>;
-				regulator-max-microvolt = <1300000>;
-				regulator-always-on;
-				regulator-boot-on;
-			};
-
-			buck9_reg: BUCK9 {
-				regulator-name = "CAM_ISP_CORE_1.2V";
-				regulator-min-microvolt = <1000000>;
-				regulator-max-microvolt = <1200000>;
-				maxim,ena-gpios = <&gpm0 3 GPIO_ACTIVE_HIGH>;
-			};
-	};
diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77686.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77686.yaml
new file mode 100644
index 000000000000..bb64b679f765
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/maxim,max77686.yaml
@@ -0,0 +1,83 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/regulator/maxim,max77686.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Maxim MAX77686 Power Management IC regulators
+
+maintainers:
+  - Chanwoo Choi <cw00.choi@samsung.com>
+  - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
+
+description: |
+  This is a part of device tree bindings for Maxim MAX77686 Power Management
+  Integrated Circuit (PMIC).
+
+  The Maxim MAX77686 provides high-efficiency Buck and 26 Low-DropOut (LDO)
+  regulators.
+
+  See also Documentation/devicetree/bindings/mfd/maxim,max77686.yaml for
+  additional information and example.
+
+patternProperties:
+  # 26 LDOs
+  "^LDO([1-9]|1[0-9]|2[3-6])$":
+    type: object
+    $ref: regulator.yaml#
+    unevaluatedProperties: false
+    description: |
+      Properties for single LDO regulator.
+      Regulators which can be turned off during system suspend:
+        LDO2, LDO6-8, LDO10-12, LDO14-16
+
+    required:
+      - regulator-name
+
+  # LDO20-LDO22 with maxim,ena-gpios
+  "^LDO2[0-2]$":
+    type: object
+    $ref: regulator.yaml#
+    unevaluatedProperties: false
+    description: |
+      Properties for single LDO regulator.
+
+    properties:
+      maxim,ena-gpios:
+        maxItems: 1
+        description: |
+          GPIO specifier to enable the GPIO control (on/off) for regulator.
+
+    required:
+      - regulator-name
+
+  # 9 bucks
+  "^BUCK[1-7]$":
+    type: object
+    $ref: regulator.yaml#
+    unevaluatedProperties: false
+    description: |
+      Properties for single BUCK regulator.
+      Regulators which can be turned off during system suspend:
+      BUCK[1-4]
+
+    required:
+      - regulator-name
+
+  "^BUCK[89]$":
+    type: object
+    $ref: regulator.yaml#
+    unevaluatedProperties: false
+    description: |
+      Properties for single BUCK regulator.
+
+    properties:
+      maxim,ena-gpios:
+        maxItems: 1
+        description: |
+          GPIO specifier to enable the GPIO control (on/off) for regulator.
+
+    required:
+      - regulator-name
+
+additionalProperties: false
diff --git a/MAINTAINERS b/MAINTAINERS
index e6e276790034..00e47346a680 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11499,6 +11499,7 @@ M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/*/max77686.txt
+F:	Documentation/devicetree/bindings/*/maxim,max77686.yaml
 F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
 F:	Documentation/devicetree/bindings/mfd/max14577.txt
 F:	Documentation/devicetree/bindings/mfd/max77693.txt
-- 
2.30.2


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

* [PATCH v2 2/2] dt-bindings: mfd: maxim,max77686: convert to dtschema
  2021-10-08 12:35 [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema Krzysztof Kozlowski
  2021-10-08 12:35 ` [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: " Krzysztof Kozlowski
@ 2021-10-08 12:35 ` Krzysztof Kozlowski
  2021-10-21 10:03 ` [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: " Lee Jones
  2021-11-24 15:31 ` Lee Jones
  3 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-08 12:35 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Chanwoo Choi, Krzysztof Kozlowski,
	Bartlomiej Zolnierkiewicz, Liam Girdwood, Mark Brown, devicetree,
	linux-kernel
  Cc: Rob Herring

Convert the MFD part of Maxim MAX77686 PMIC to DT schema format.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Rob Herring <robh@kernel.org>

---

Changes since v1:
1. Add tag.
2. Correct title prefix.
3. Extend example with LDO22.
---
 .../devicetree/bindings/mfd/max77686.txt      |  26 ----
 .../bindings/mfd/maxim,max77686.yaml          | 132 ++++++++++++++++++
 MAINTAINERS                                   |   1 -
 3 files changed, 132 insertions(+), 27 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml

diff --git a/Documentation/devicetree/bindings/mfd/max77686.txt b/Documentation/devicetree/bindings/mfd/max77686.txt
deleted file mode 100644
index 42968b7144e0..000000000000
--- a/Documentation/devicetree/bindings/mfd/max77686.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Maxim MAX77686 multi-function device
-
-MAX77686 is a Multifunction device with PMIC, RTC and Charger on chip. It is
-interfaced to host controller using i2c interface. PMIC and Charger submodules
-are addressed using same i2c slave address whereas RTC submodule uses
-different i2c slave address,presently for which we are statically creating i2c
-client while probing.This document describes the binding for mfd device and
-PMIC submodule.
-
-Bindings for the built-in 32k clock generator block and
-regulators are defined in ../clk/maxim,max77686.txt and
-../regulator/max77686.txt respectively.
-
-Required properties:
-- compatible : Must be "maxim,max77686";
-- reg : Specifies the i2c slave address of PMIC block.
-- interrupts : This i2c device has an IRQ line connected to the main SoC.
-
-Example:
-
-	max77686: pmic@9 {
-		compatible = "maxim,max77686";
-		interrupt-parent = <&wakeup_eint>;
-		interrupts = <26 0>;
-		reg = <0x09>;
-	};
diff --git a/Documentation/devicetree/bindings/mfd/maxim,max77686.yaml b/Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
new file mode 100644
index 000000000000..859655a789c3
--- /dev/null
+++ b/Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
@@ -0,0 +1,132 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/mfd/maxim,max77686.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Maxim MAX77686 Power Management IC
+
+maintainers:
+  - Chanwoo Choi <cw00.choi@samsung.com>
+  - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
+
+description: |
+  This is a part of device tree bindings for Maxim MAX77686 Power Management
+  Integrated Circuit (PMIC).
+
+  The Maxim MAX77686 is a Power Management IC which includes voltage and
+  current regulators, RTC and clock outputs.
+
+  The MAX77686 provides three 32.768khz clock outputs that can be controlled
+  (gated/ungated) over I2C.  The clock IDs are defined as preprocessor macros
+  in dt-bindings/clock/maxim,max77686.h.
+
+properties:
+  compatible:
+    const: maxim,max77686
+
+  '#clock-cells':
+    const: 1
+
+  interrupts:
+    maxItems: 1
+
+  reg:
+    maxItems: 1
+
+  voltage-regulators:
+    $ref: ../regulator/maxim,max77686.yaml
+    description:
+      List of child nodes that specify the regulators.
+
+  wakeup-source: true
+
+required:
+  - compatible
+  - '#clock-cells'
+  - reg
+
+additionalProperties: false
+
+examples:
+  - |
+    #include <dt-bindings/gpio/gpio.h>
+    #include <dt-bindings/interrupt-controller/irq.h>
+
+    i2c {
+        #address-cells = <1>;
+        #size-cells = <0>;
+
+        max77686: pmic@9 {
+            compatible = "maxim,max77686";
+            reg = <0x09>;
+
+            interrupt-parent = <&gpx0>;
+            interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
+            pinctrl-0 = <&max77686_irq>;
+            pinctrl-names = "default";
+            wakeup-source;
+            #clock-cells = <1>;
+
+            voltage-regulators {
+                LDO1 {
+                    regulator-name = "VALIVE_1.0V_AP";
+                    regulator-min-microvolt = <1000000>;
+                    regulator-max-microvolt = <1000000>;
+                    regulator-always-on;
+                };
+
+                LDO2 {
+                    regulator-name = "VM1M2_1.2V_AP";
+                    regulator-min-microvolt = <1200000>;
+                    regulator-max-microvolt = <1200000>;
+                    regulator-always-on;
+                    regulator-state-mem {
+                        regulator-on-in-suspend;
+                    };
+                };
+
+                // ...
+
+                LDO22 {
+                    regulator-name = "VMEM_VDD_2.8V";
+                    regulator-min-microvolt = <2800000>;
+                    regulator-max-microvolt = <2800000>;
+                    maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
+                };
+
+                // ...
+
+                BUCK1 {
+                    regulator-name = "VDD_MIF";
+                    regulator-min-microvolt = <850000>;
+                    regulator-max-microvolt = <1100000>;
+                    regulator-always-on;
+                    regulator-boot-on;
+                    regulator-state-mem {
+                        regulator-off-in-suspend;
+                    };
+                };
+
+                BUCK2 {
+                    regulator-name = "VDD_ARM";
+                    regulator-min-microvolt = <850000>;
+                    regulator-max-microvolt = <1500000>;
+                    regulator-always-on;
+                    regulator-boot-on;
+                    regulator-state-mem {
+                        regulator-on-in-suspend;
+                    };
+                };
+
+                // ...
+
+                BUCK9 {
+                    regulator-name = "CAM_ISP_CORE_1.2V";
+                    regulator-min-microvolt = <1000000>;
+                    regulator-max-microvolt = <1200000>;
+                    maxim,ena-gpios = <&gpm0 3 GPIO_ACTIVE_HIGH>;
+                };
+            };
+        };
+    };
diff --git a/MAINTAINERS b/MAINTAINERS
index 00e47346a680..e086102e8340 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11498,7 +11498,6 @@ M:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
 M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
-F:	Documentation/devicetree/bindings/*/max77686.txt
 F:	Documentation/devicetree/bindings/*/maxim,max77686.yaml
 F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
 F:	Documentation/devicetree/bindings/mfd/max14577.txt
-- 
2.30.2


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

* Re: [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: convert to dtschema
  2021-10-08 12:35 ` [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: " Krzysztof Kozlowski
@ 2021-10-08 20:40   ` Rob Herring
  0 siblings, 0 replies; 9+ messages in thread
From: Rob Herring @ 2021-10-08 20:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Mark Brown, Rob Herring, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	devicetree, linux-kernel, Liam Girdwood, Lee Jones

On Fri, 08 Oct 2021 14:35:51 +0200, Krzysztof Kozlowski wrote:
> Convert the regulators of Maxim MAX77686 PMIC to DT schema format.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> Acked-by: Mark Brown <broonie@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. Split regulator nodes pattern on those supporting ena-gpios and those
>    don't.
> 2. Drop regulator-name from properties.
> 3. Add tag.
> ---
>  .../bindings/regulator/max77686.txt           | 71 ----------------
>  .../bindings/regulator/maxim,max77686.yaml    | 83 +++++++++++++++++++
>  MAINTAINERS                                   |  1 +
>  3 files changed, 84 insertions(+), 71 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
>  create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml
> 

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

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

* Re: [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
  2021-10-08 12:35 [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema Krzysztof Kozlowski
  2021-10-08 12:35 ` [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: " Krzysztof Kozlowski
  2021-10-08 12:35 ` [PATCH v2 2/2] dt-bindings: mfd: " Krzysztof Kozlowski
@ 2021-10-21 10:03 ` Lee Jones
  2021-10-21 10:12   ` Krzysztof Kozlowski
  2021-11-24 15:31 ` Lee Jones
  3 siblings, 1 reply; 9+ messages in thread
From: Lee Jones @ 2021-10-21 10:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	Liam Girdwood, Mark Brown, devicetree, linux-kernel

On Fri, 08 Oct 2021, Krzysztof Kozlowski wrote:

> Hi,
> 
> Convert Maxim MAX77686 bindings to dtschema.  The MFD patch (2/2)
> depends on regulator, so this should go via one tree, for example MFD or DT.
> 
> Changes since v1:
> =================
> See individual patches.
> 
> Clock bindings
> ==============
> Existing Documentation/devicetree/bindings/clock/maxim,max77686.txt are
> left untouched. The file is still used/referenced by other Maxim
> devices: MAX77620 and MAX77802.
> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (2):
>   regulator: dt-bindings: maxim,max77686: convert to dtschema
>   dt-bindings: mfd: maxim,max77686: convert to dtschema
> 
>  .../devicetree/bindings/mfd/max77686.txt      |  26 ----
>  .../bindings/mfd/maxim,max77686.yaml          | 132 ++++++++++++++++++
>  .../bindings/regulator/max77686.txt           |  71 ----------
>  .../bindings/regulator/maxim,max77686.yaml    |  83 +++++++++++
>  MAINTAINERS                                   |   2 +-
>  5 files changed, 216 insertions(+), 98 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
>  create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
>  delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
>  create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml

Does this need a PR too?

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
  2021-10-21 10:03 ` [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: " Lee Jones
@ 2021-10-21 10:12   ` Krzysztof Kozlowski
  2021-10-21 11:47     ` Lee Jones
  0 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-21 10:12 UTC (permalink / raw)
  To: Lee Jones
  Cc: Rob Herring, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	Liam Girdwood, Mark Brown, devicetree, linux-kernel

On 21/10/2021 12:03, Lee Jones wrote:
> On Fri, 08 Oct 2021, Krzysztof Kozlowski wrote:
> 
>> Hi,
>>
>> Convert Maxim MAX77686 bindings to dtschema.  The MFD patch (2/2)
>> depends on regulator, so this should go via one tree, for example MFD or DT.
>>
>> Changes since v1:
>> =================
>> See individual patches.
>>
>> Clock bindings
>> ==============
>> Existing Documentation/devicetree/bindings/clock/maxim,max77686.txt are
>> left untouched. The file is still used/referenced by other Maxim
>> devices: MAX77620 and MAX77802.
>>
>> Best regards,
>> Krzysztof
>>
>> Krzysztof Kozlowski (2):
>>   regulator: dt-bindings: maxim,max77686: convert to dtschema
>>   dt-bindings: mfd: maxim,max77686: convert to dtschema
>>
>>  .../devicetree/bindings/mfd/max77686.txt      |  26 ----
>>  .../bindings/mfd/maxim,max77686.yaml          | 132 ++++++++++++++++++
>>  .../bindings/regulator/max77686.txt           |  71 ----------
>>  .../bindings/regulator/maxim,max77686.yaml    |  83 +++++++++++
>>  MAINTAINERS                                   |   2 +-
>>  5 files changed, 216 insertions(+), 98 deletions(-)
>>  delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
>>  create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
>>  delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
>>  create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml
> 
> Does this need a PR too?

No, I hope not. The regulator patch was acked by Mark and Rob, so you
can freely take both of these. I am not aware of any conflicts or other
dependencies.


Best regards,
Krzysztof

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

* Re: [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
  2021-10-21 10:12   ` Krzysztof Kozlowski
@ 2021-10-21 11:47     ` Lee Jones
  0 siblings, 0 replies; 9+ messages in thread
From: Lee Jones @ 2021-10-21 11:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	Liam Girdwood, Mark Brown, devicetree, linux-kernel

On Thu, 21 Oct 2021, Krzysztof Kozlowski wrote:

> On 21/10/2021 12:03, Lee Jones wrote:
> > On Fri, 08 Oct 2021, Krzysztof Kozlowski wrote:
> > 
> >> Hi,
> >>
> >> Convert Maxim MAX77686 bindings to dtschema.  The MFD patch (2/2)
> >> depends on regulator, so this should go via one tree, for example MFD or DT.
> >>
> >> Changes since v1:
> >> =================
> >> See individual patches.
> >>
> >> Clock bindings
> >> ==============
> >> Existing Documentation/devicetree/bindings/clock/maxim,max77686.txt are
> >> left untouched. The file is still used/referenced by other Maxim
> >> devices: MAX77620 and MAX77802.
> >>
> >> Best regards,
> >> Krzysztof
> >>
> >> Krzysztof Kozlowski (2):
> >>   regulator: dt-bindings: maxim,max77686: convert to dtschema
> >>   dt-bindings: mfd: maxim,max77686: convert to dtschema
> >>
> >>  .../devicetree/bindings/mfd/max77686.txt      |  26 ----
> >>  .../bindings/mfd/maxim,max77686.yaml          | 132 ++++++++++++++++++
> >>  .../bindings/regulator/max77686.txt           |  71 ----------
> >>  .../bindings/regulator/maxim,max77686.yaml    |  83 +++++++++++
> >>  MAINTAINERS                                   |   2 +-
> >>  5 files changed, 216 insertions(+), 98 deletions(-)
> >>  delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
> >>  create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
> >>  delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
> >>  create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml
> > 
> > Does this need a PR too?
> 
> No, I hope not. The regulator patch was acked by Mark and Rob, so you
> can freely take both of these. I am not aware of any conflicts or other
> dependencies.

Acks do sometimes need PRs to be reciprocated.  Just need to make sure.

Mark, do you need a PR if I take this in via MFD?

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
  2021-10-08 12:35 [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2021-10-21 10:03 ` [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: " Lee Jones
@ 2021-11-24 15:31 ` Lee Jones
  2021-11-24 18:32   ` Krzysztof Kozlowski
  3 siblings, 1 reply; 9+ messages in thread
From: Lee Jones @ 2021-11-24 15:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	Liam Girdwood, Mark Brown, devicetree, linux-kernel

On Fri, 08 Oct 2021, Krzysztof Kozlowski wrote:

> Hi,
> 
> Convert Maxim MAX77686 bindings to dtschema.  The MFD patch (2/2)
> depends on regulator, so this should go via one tree, for example MFD or DT.
> 
> Changes since v1:
> =================
> See individual patches.
> 
> Clock bindings
> ==============
> Existing Documentation/devicetree/bindings/clock/maxim,max77686.txt are
> left untouched. The file is still used/referenced by other Maxim
> devices: MAX77620 and MAX77802.
> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (2):
>   regulator: dt-bindings: maxim,max77686: convert to dtschema
>   dt-bindings: mfd: maxim,max77686: convert to dtschema
> 
>  .../devicetree/bindings/mfd/max77686.txt      |  26 ----
>  .../bindings/mfd/maxim,max77686.yaml          | 132 ++++++++++++++++++
>  .../bindings/regulator/max77686.txt           |  71 ----------
>  .../bindings/regulator/maxim,max77686.yaml    |  83 +++++++++++
>  MAINTAINERS                                   |   2 +-
>  5 files changed, 216 insertions(+), 98 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
>  create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
>  delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
>  create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml

Tired to hoover these up, but they do not apply cleanly.  Would you be
kind enough to rebase this onto at least v5.16-rc1 and resubmit please?

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
  2021-11-24 15:31 ` Lee Jones
@ 2021-11-24 18:32   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-24 18:32 UTC (permalink / raw)
  To: Lee Jones
  Cc: Rob Herring, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	Liam Girdwood, Mark Brown, devicetree, linux-kernel

On 24/11/2021 16:31, Lee Jones wrote:
> On Fri, 08 Oct 2021, Krzysztof Kozlowski wrote:
> 
>>  MAINTAINERS                                   |   2 +-
>>  5 files changed, 216 insertions(+), 98 deletions(-)
>>  delete mode 100644 Documentation/devicetree/bindings/mfd/max77686.txt
>>  create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77686.yaml
>>  delete mode 100644 Documentation/devicetree/bindings/regulator/max77686.txt
>>  create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77686.yaml
> 
> Tired to hoover these up, but they do not apply cleanly.  Would you be
> kind enough to rebase this onto at least v5.16-rc1 and resubmit please?
> 

Sure, I'll send a rebase.

Best regards,
Krzysztof

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

end of thread, other threads:[~2021-11-24 18:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 12:35 [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema Krzysztof Kozlowski
2021-10-08 12:35 ` [PATCH v2 1/2] regulator: dt-bindings: maxim,max77686: " Krzysztof Kozlowski
2021-10-08 20:40   ` Rob Herring
2021-10-08 12:35 ` [PATCH v2 2/2] dt-bindings: mfd: " Krzysztof Kozlowski
2021-10-21 10:03 ` [PATCH v2 0/2] mfd/regulator: dt-bindings: max77686: " Lee Jones
2021-10-21 10:12   ` Krzysztof Kozlowski
2021-10-21 11:47     ` Lee Jones
2021-11-24 15:31 ` Lee Jones
2021-11-24 18:32   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.