Message ID | 20220317185159.1661469-2-horatiu.vultur@microchip.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: lan966x: Add support for FDMA | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net-next |
netdev/fixes_present | success | Fixes tag not required for -next series |
netdev/subject_prefix | success | Link |
netdev/cover_letter | success | Series has a cover letter |
netdev/patch_count | success | Link |
netdev/header_inline | success | No static functions without inline keyword in header files |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/cc_maintainers | success | CCed 6 of 6 maintainers |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/module_param | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 14 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
> Extend dt-bindings for lan966x with FDMA interrupt. This is generated > when receiving a frame or when a frame was transmitted. The interrupt > needs to be enable for each frame. > > Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> > --- > .../devicetree/bindings/net/microchip,lan966x-switch.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml > index 13812768b923..14e0bae5965f 100644 > --- a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml > +++ b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml > @@ -39,6 +39,7 @@ properties: > - description: frame dma based extraction > - description: analyzer interrupt > - description: ptp interrupt > + - description: fdma interrupt > > interrupt-names: > minItems: 1 > @@ -47,6 +48,7 @@ properties: > - const: fdma > - const: ana > - const: ptp > + - const: fdma This interrupt is already described (three lines above), no? -michael
The 03/18/2022 03:14, Michael Walle wrote: > > > Extend dt-bindings for lan966x with FDMA interrupt. This is generated > > when receiving a frame or when a frame was transmitted. The interrupt > > needs to be enable for each frame. > > > > Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> > > --- > > .../devicetree/bindings/net/microchip,lan966x-switch.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml > > index 13812768b923..14e0bae5965f 100644 > > --- a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml > > +++ b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml > > @@ -39,6 +39,7 @@ properties: > > - description: frame dma based extraction > > - description: analyzer interrupt > > - description: ptp interrupt > > + - description: fdma interrupt > > > > interrupt-names: > > minItems: 1 > > @@ -47,6 +48,7 @@ properties: > > - const: fdma > > - const: ana > > - const: ptp > > + - const: fdma > > This interrupt is already described (three lines above), no? Yes you are right. So I will drop this patch in the next version. > > -michael
diff --git a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml index 13812768b923..14e0bae5965f 100644 --- a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml +++ b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml @@ -39,6 +39,7 @@ properties: - description: frame dma based extraction - description: analyzer interrupt - description: ptp interrupt + - description: fdma interrupt interrupt-names: minItems: 1 @@ -47,6 +48,7 @@ properties: - const: fdma - const: ana - const: ptp + - const: fdma resets: items:
Extend dt-bindings for lan966x with FDMA interrupt. This is generated when receiving a frame or when a frame was transmitted. The interrupt needs to be enable for each frame. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> --- .../devicetree/bindings/net/microchip,lan966x-switch.yaml | 2 ++ 1 file changed, 2 insertions(+)