All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema
@ 2023-07-13 15:28 Krzysztof Kozlowski
  2023-07-13 15:28 ` [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-13 15:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Conor Dooley, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Paul Cercueil,
	Marek Vasut, linux-kernel, devicetree, netdev

Hi,

Memory controller bindings have to be updated before we can convert
davicom,dm9000 to DT schema.

Please take it via net-next.

Best regards,
Krzysztof

Krzysztof Kozlowski (3):
  dt-bindings: memory-controllers: ingenic,nemc: reference peripheral
    properties
  dt-bindings: memory-controllers: reference TI GPMC peripheral
    properties
  dt-bindings: net: davicom,dm9000: convert to DT schema

 .../memory-controllers/ingenic,nemc.yaml      |  1 +
 .../mc-peripheral-props.yaml                  |  2 +
 .../bindings/net/davicom,dm9000.yaml          | 59 +++++++++++++++++++
 .../bindings/net/davicom-dm9000.txt           | 27 ---------
 4 files changed, 62 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9000.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/davicom-dm9000.txt

-- 
2.34.1


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

* [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties
  2023-07-13 15:28 [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
@ 2023-07-13 15:28 ` Krzysztof Kozlowski
  2023-07-13 19:31   ` Conor Dooley
  2023-07-13 15:28 ` [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-13 15:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Conor Dooley, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Paul Cercueil,
	Marek Vasut, linux-kernel, devicetree, netdev

Ingenic NAND / External Memory Controller has children with peripheral
properties, so it should reference the Memory Controller bus
Peripheral-specific schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/memory-controllers/ingenic,nemc.yaml     | 1 +
 .../bindings/memory-controllers/mc-peripheral-props.yaml         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml b/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml
index a02724221ff3..b40cec0eb651 100644
--- a/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml
@@ -39,6 +39,7 @@ properties:
 patternProperties:
   ".*@[0-9]+$":
     type: object
+    $ref: mc-peripheral-props.yaml#
 
 required:
   - compatible
diff --git a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
index 5acfcad12bb7..5ff8cc26962a 100644
--- a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
@@ -34,6 +34,7 @@ required:
 # The controller specific properties go here.
 allOf:
   - $ref: st,stm32-fmc2-ebi-props.yaml#
+  - $ref: ingenic,nemc-peripherals.yaml#
   - $ref: intel,ixp4xx-expansion-peripheral-props.yaml#
 
 additionalProperties: true
-- 
2.34.1


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

* [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC peripheral properties
  2023-07-13 15:28 [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
  2023-07-13 15:28 ` [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties Krzysztof Kozlowski
@ 2023-07-13 15:28 ` Krzysztof Kozlowski
  2023-07-13 19:31   ` Conor Dooley
  2023-07-13 15:28 ` [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-13 15:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Conor Dooley, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Paul Cercueil,
	Marek Vasut, linux-kernel, devicetree, netdev

Reference the Texas Instruments GPMC Bus Child Nodes schema with
peripheral properties, in common Memory Controller bus
Peripheral-specific schema, to allow properly validate devices like
davicom,dm9000.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/memory-controllers/mc-peripheral-props.yaml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
index 5ff8cc26962a..8d9dae15ade0 100644
--- a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
@@ -36,5 +36,6 @@ allOf:
   - $ref: st,stm32-fmc2-ebi-props.yaml#
   - $ref: ingenic,nemc-peripherals.yaml#
   - $ref: intel,ixp4xx-expansion-peripheral-props.yaml#
+  - $ref: ti,gpmc-child.yaml#
 
 additionalProperties: true
-- 
2.34.1


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

* [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema
  2023-07-13 15:28 [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
  2023-07-13 15:28 ` [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties Krzysztof Kozlowski
  2023-07-13 15:28 ` [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC " Krzysztof Kozlowski
@ 2023-07-13 15:28 ` Krzysztof Kozlowski
  2023-07-13 19:30   ` Conor Dooley
  2023-07-14 15:27   ` Paul Cercueil
  2023-07-14  4:06 ` [PATCH 0/3] " Krzysztof Kozlowski
  2023-07-18 18:53 ` Krzysztof Kozlowski
  4 siblings, 2 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-13 15:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Conor Dooley, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Paul Cercueil,
	Marek Vasut, linux-kernel, devicetree, netdev

Convert the Davicom DM9000 Fast Ethernet Controller bindings to DT
schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/net/davicom,dm9000.yaml          | 59 +++++++++++++++++++
 .../bindings/net/davicom-dm9000.txt           | 27 ---------
 2 files changed, 59 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9000.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/davicom-dm9000.txt

diff --git a/Documentation/devicetree/bindings/net/davicom,dm9000.yaml b/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
new file mode 100644
index 000000000000..66a7c6eec767
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
@@ -0,0 +1,59 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/net/davicom,dm9000.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Davicom DM9000 Fast Ethernet Controller
+
+maintainers:
+  - Paul Cercueil <paul@crapouillou.net>
+
+properties:
+  compatible:
+    const: davicom,dm9000
+
+  reg:
+    items:
+      - description: Address registers
+      - description: Data registers
+
+  interrupts:
+    maxItems: 1
+
+  davicom,no-eeprom:
+    type: boolean
+    description: Configuration EEPROM is not available
+
+  davicom,ext-phy:
+    type: boolean
+    description: Use external PHY
+
+  reset-gpios:
+    maxItems: 1
+
+  vcc-supply: true
+
+required:
+  - compatible
+  - reg
+  - interrupts
+
+allOf:
+  - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
+  - $ref: /schemas/net/ethernet-controller.yaml#
+
+unevaluatedProperties: false
+
+examples:
+  - |
+    #include <dt-bindings/interrupt-controller/irq.h>
+
+    ethernet@a8000000 {
+        compatible = "davicom,dm9000";
+        reg = <0xa8000000 0x2>, <0xa8000002 0x2>;
+        interrupt-parent = <&gph1>;
+        interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
+        local-mac-address = [00 00 de ad be ef];
+        davicom,no-eeprom;
+    };
diff --git a/Documentation/devicetree/bindings/net/davicom-dm9000.txt b/Documentation/devicetree/bindings/net/davicom-dm9000.txt
deleted file mode 100644
index 64c159e9cbf7..000000000000
--- a/Documentation/devicetree/bindings/net/davicom-dm9000.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Davicom DM9000 Fast Ethernet controller
-
-Required properties:
-- compatible = "davicom,dm9000";
-- reg : physical addresses and sizes of registers, must contain 2 entries:
-    first entry : address register,
-    second entry : data register.
-- interrupts : interrupt specifier specific to interrupt controller
-
-Optional properties:
-- davicom,no-eeprom : Configuration EEPROM is not available
-- davicom,ext-phy : Use external PHY
-- reset-gpios : phandle of gpio that will be used to reset chip during probe
-- vcc-supply : phandle of regulator that will be used to enable power to chip
-
-Example:
-
-	ethernet@18000000 {
-		compatible = "davicom,dm9000";
-		reg = <0x18000000 0x2 0x18000004 0x2>;
-		interrupt-parent = <&gpn>;
-		interrupts = <7 4>;
-		local-mac-address = [00 00 de ad be ef];
-		davicom,no-eeprom;
-		reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
-		vcc-supply = <&eth0_power>;
-	};
-- 
2.34.1


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

* Re: [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema
  2023-07-13 15:28 ` [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
@ 2023-07-13 19:30   ` Conor Dooley
  2023-07-14 15:27   ` Paul Cercueil
  1 sibling, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2023-07-13 19:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Conor Dooley, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Paul Cercueil, Marek Vasut,
	linux-kernel, devicetree, netdev

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

On Thu, Jul 13, 2023 at 05:28:48PM +0200, Krzysztof Kozlowski wrote:
> Convert the Davicom DM9000 Fast Ethernet Controller bindings to DT
> schema.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Seems like a faithful conversion to me,
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

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

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

* Re: [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC peripheral properties
  2023-07-13 15:28 ` [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC " Krzysztof Kozlowski
@ 2023-07-13 19:31   ` Conor Dooley
  0 siblings, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2023-07-13 19:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Conor Dooley, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Paul Cercueil, Marek Vasut,
	linux-kernel, devicetree, netdev

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

On Thu, Jul 13, 2023 at 05:28:47PM +0200, Krzysztof Kozlowski wrote:
> Reference the Texas Instruments GPMC Bus Child Nodes schema with
> peripheral properties, in common Memory Controller bus
> Peripheral-specific schema, to allow properly validate devices like
> davicom,dm9000.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

Cheers,
Conor.

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

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

* Re: [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties
  2023-07-13 15:28 ` [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties Krzysztof Kozlowski
@ 2023-07-13 19:31   ` Conor Dooley
  0 siblings, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2023-07-13 19:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Conor Dooley, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Paul Cercueil, Marek Vasut,
	linux-kernel, devicetree, netdev

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

On Thu, Jul 13, 2023 at 05:28:46PM +0200, Krzysztof Kozlowski wrote:
> Ingenic NAND / External Memory Controller has children with peripheral
> properties, so it should reference the Memory Controller bus
> Peripheral-specific schema.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

Cheers,
Conor.

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

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

* Re: [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema
  2023-07-13 15:28 [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-07-13 15:28 ` [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
@ 2023-07-14  4:06 ` Krzysztof Kozlowski
  2023-07-18 18:53 ` Krzysztof Kozlowski
  4 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-14  4:06 UTC (permalink / raw)
  To: Rob Herring, Conor Dooley, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Paul Cercueil, Marek Vasut,
	linux-kernel, devicetree, netdev

On 13/07/2023 17:28, Krzysztof Kozlowski wrote:
> Hi,
> 
> Memory controller bindings have to be updated before we can convert
> davicom,dm9000 to DT schema.
> 
> Please take it via net-next.

But as usually I forgot to add "net-next" in patch subject. I really
remembered about it till last moment... maybe I will just take it via
memory-controllers in such case.

Best regards,
Krzysztof


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

* Re: [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema
  2023-07-13 15:28 ` [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
  2023-07-13 19:30   ` Conor Dooley
@ 2023-07-14 15:27   ` Paul Cercueil
  2023-07-17  6:10     ` Krzysztof Kozlowski
  1 sibling, 1 reply; 11+ messages in thread
From: Paul Cercueil @ 2023-07-14 15:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Conor Dooley, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Marek Vasut,
	linux-kernel, devicetree, netdev

Hi Krzysztof,

Le jeudi 13 juillet 2023 à 17:28 +0200, Krzysztof Kozlowski a écrit :
> Convert the Davicom DM9000 Fast Ethernet Controller bindings to DT
> schema.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../bindings/net/davicom,dm9000.yaml          | 59
> +++++++++++++++++++
>  .../bindings/net/davicom-dm9000.txt           | 27 ---------
>  2 files changed, 59 insertions(+), 27 deletions(-)
>  create mode 100644
> Documentation/devicetree/bindings/net/davicom,dm9000.yaml
>  delete mode 100644 Documentation/devicetree/bindings/net/davicom-
> dm9000.txt
> 
> diff --git
> a/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
> b/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
> new file mode 100644
> index 000000000000..66a7c6eec767
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
> @@ -0,0 +1,59 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/net/davicom,dm9000.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Davicom DM9000 Fast Ethernet Controller
> +
> +maintainers:
> +  - Paul Cercueil <paul@crapouillou.net>

Did you decide that by yourself? :)

I do have one of these on my MIPS CI20 board, so I'm fine with
maintaining it - but a head's up would have been nice.

Cheers,
-Paul

> +
> +properties:
> +  compatible:
> +    const: davicom,dm9000
> +
> +  reg:
> +    items:
> +      - description: Address registers
> +      - description: Data registers
> +
> +  interrupts:
> +    maxItems: 1
> +
> +  davicom,no-eeprom:
> +    type: boolean
> +    description: Configuration EEPROM is not available
> +
> +  davicom,ext-phy:
> +    type: boolean
> +    description: Use external PHY
> +
> +  reset-gpios:
> +    maxItems: 1
> +
> +  vcc-supply: true
> +
> +required:
> +  - compatible
> +  - reg
> +  - interrupts
> +
> +allOf:
> +  - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
> +  - $ref: /schemas/net/ethernet-controller.yaml#
> +
> +unevaluatedProperties: false
> +
> +examples:
> +  - |
> +    #include <dt-bindings/interrupt-controller/irq.h>
> +
> +    ethernet@a8000000 {
> +        compatible = "davicom,dm9000";
> +        reg = <0xa8000000 0x2>, <0xa8000002 0x2>;
> +        interrupt-parent = <&gph1>;
> +        interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
> +        local-mac-address = [00 00 de ad be ef];
> +        davicom,no-eeprom;
> +    };
> diff --git a/Documentation/devicetree/bindings/net/davicom-dm9000.txt
> b/Documentation/devicetree/bindings/net/davicom-dm9000.txt
> deleted file mode 100644
> index 64c159e9cbf7..000000000000
> --- a/Documentation/devicetree/bindings/net/davicom-dm9000.txt
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -Davicom DM9000 Fast Ethernet controller
> -
> -Required properties:
> -- compatible = "davicom,dm9000";
> -- reg : physical addresses and sizes of registers, must contain 2
> entries:
> -    first entry : address register,
> -    second entry : data register.
> -- interrupts : interrupt specifier specific to interrupt controller
> -
> -Optional properties:
> -- davicom,no-eeprom : Configuration EEPROM is not available
> -- davicom,ext-phy : Use external PHY
> -- reset-gpios : phandle of gpio that will be used to reset chip
> during probe
> -- vcc-supply : phandle of regulator that will be used to enable
> power to chip
> -
> -Example:
> -
> -       ethernet@18000000 {
> -               compatible = "davicom,dm9000";
> -               reg = <0x18000000 0x2 0x18000004 0x2>;
> -               interrupt-parent = <&gpn>;
> -               interrupts = <7 4>;
> -               local-mac-address = [00 00 de ad be ef];
> -               davicom,no-eeprom;
> -               reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
> -               vcc-supply = <&eth0_power>;
> -       };


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

* Re: [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema
  2023-07-14 15:27   ` Paul Cercueil
@ 2023-07-17  6:10     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-17  6:10 UTC (permalink / raw)
  To: Paul Cercueil, Rob Herring, Conor Dooley, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Marek Vasut,
	linux-kernel, devicetree, netdev

On 14/07/2023 17:27, Paul Cercueil wrote:
> Hi Krzysztof,
> 
> Le jeudi 13 juillet 2023 à 17:28 +0200, Krzysztof Kozlowski a écrit :
>> Convert the Davicom DM9000 Fast Ethernet Controller bindings to DT
>> schema.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  .../bindings/net/davicom,dm9000.yaml          | 59
>> +++++++++++++++++++
>>  .../bindings/net/davicom-dm9000.txt           | 27 ---------
>>  2 files changed, 59 insertions(+), 27 deletions(-)
>>  create mode 100644
>> Documentation/devicetree/bindings/net/davicom,dm9000.yaml
>>  delete mode 100644 Documentation/devicetree/bindings/net/davicom-
>> dm9000.txt
>>
>> diff --git
>> a/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
>> b/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
>> new file mode 100644
>> index 000000000000..66a7c6eec767
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/net/davicom,dm9000.yaml
>> @@ -0,0 +1,59 @@
>> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/net/davicom,dm9000.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Davicom DM9000 Fast Ethernet Controller
>> +
>> +maintainers:
>> +  - Paul Cercueil <paul@crapouillou.net>
> 
> Did you decide that by yourself? :)
> 
> I do have one of these on my MIPS CI20 board, so I'm fine with
> maintaining it - but a head's up would have been nice.

Ah, apologies, I am really sorry. I remember to write a note that
maintainer is needed and many you can be one, but then eventually I
forgot and sent it as is.  :(

Best regards,
Krzysztof


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

* Re: [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema
  2023-07-13 15:28 [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2023-07-14  4:06 ` [PATCH 0/3] " Krzysztof Kozlowski
@ 2023-07-18 18:53 ` Krzysztof Kozlowski
  4 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-18 18:53 UTC (permalink / raw)
  To: Rob Herring, Conor Dooley, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Paul Cercueil, Marek Vasut,
	linux-kernel, devicetree, netdev, Krzysztof Kozlowski


On Thu, 13 Jul 2023 17:28:45 +0200, Krzysztof Kozlowski wrote:
> Memory controller bindings have to be updated before we can convert
> davicom,dm9000 to DT schema.
> 
> Please take it via net-next.
> 
> Best regards,
> Krzysztof
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties
      https://git.kernel.org/krzk/linux-mem-ctrl/c/00e20f9ecde2c3131553de44ab832b486e8720a8
[2/3] dt-bindings: memory-controllers: reference TI GPMC peripheral properties
      https://git.kernel.org/krzk/linux-mem-ctrl/c/d9711707dc781ea6a397c5aa986ba3c05d1b875f
[3/3] dt-bindings: net: davicom,dm9000: convert to DT schema
      https://git.kernel.org/krzk/linux-mem-ctrl/c/b71da9105a81066f3a911beeb307751f904e00ce

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

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

end of thread, other threads:[~2023-07-18 18:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 15:28 [PATCH 0/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
2023-07-13 15:28 ` [PATCH 1/3] dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties Krzysztof Kozlowski
2023-07-13 19:31   ` Conor Dooley
2023-07-13 15:28 ` [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC " Krzysztof Kozlowski
2023-07-13 19:31   ` Conor Dooley
2023-07-13 15:28 ` [PATCH 3/3] dt-bindings: net: davicom,dm9000: convert to DT schema Krzysztof Kozlowski
2023-07-13 19:30   ` Conor Dooley
2023-07-14 15:27   ` Paul Cercueil
2023-07-17  6:10     ` Krzysztof Kozlowski
2023-07-14  4:06 ` [PATCH 0/3] " Krzysztof Kozlowski
2023-07-18 18:53 ` 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.