2024-02-01 20:24:27

by Frank Li

[permalink] [raw]
Subject: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property

iMX8QM have iommu. Add proerty 'iommus'.

Signed-off-by: Frank Li <[email protected]>
---
Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index 8948a11c994e4..5536c06139cae 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -224,6 +224,9 @@ properties:
Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms.
Other delays are invalid.

+ iommus:
+ maxItems: 1
+
required:
- compatible
- reg

--
2.34.1



2024-02-02 08:26:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property

On 01/02/2024 21:22, Frank Li wrote:
> iMX8QM have iommu. Add proerty 'iommus'.
>
> Signed-off-by: Frank Li <[email protected]>
> ---

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-02-16 19:23:28

by Frank Li

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property

On Fri, Feb 02, 2024 at 09:23:37AM +0100, Krzysztof Kozlowski wrote:
> On 01/02/2024 21:22, Frank Li wrote:
> > iMX8QM have iommu. Add proerty 'iommus'.
> >
> > Signed-off-by: Frank Li <[email protected]>
> > ---
>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Other 3 patches already been linux-next. Who will pick this one?

Frank

>
> Best regards,
> Krzysztof
>

2024-02-17 08:18:57

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property

On 16/02/2024 20:22, Frank Li wrote:
> On Fri, Feb 02, 2024 at 09:23:37AM +0100, Krzysztof Kozlowski wrote:
>> On 01/02/2024 21:22, Frank Li wrote:
>>> iMX8QM have iommu. Add proerty 'iommus'.
>>>
>>> Signed-off-by: Frank Li <[email protected]>
>>> ---
>>
>> Acked-by: Krzysztof Kozlowski <[email protected]>
>
> Other 3 patches already been linux-next. Who will pick this one?

Resend it to net-next (with proper title).

Best regards,
Krzysztof


2024-02-19 19:47:21

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property

On Sat, 17 Feb 2024 09:18:33 +0100 Krzysztof Kozlowski wrote:
> >> Acked-by: Krzysztof Kozlowski <[email protected]>
> >
> > Other 3 patches already been linux-next. Who will pick this one?
>
> Resend it to net-next (with proper title).

I happened to notice the discussion, let me take the v2. Thanks!