Message ID | 20230811111032.231308-1-robert.marko@sartura.hr (mailing list archive) |
---|---|
State | Accepted |
Commit | de875d35e0b07961657d41d0e1e05004fbb66664 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v2,1/2] dt-bindings: net: ethernet-controller: add PSGMII mode | expand |
Context | Check | Description |
---|---|---|
netdev/series_format | success | Single patches do not need cover letters |
netdev/tree_selection | success | Clearly marked for net-next |
netdev/fixes_present | success | Fixes tag not required for -next series |
netdev/header_inline | success | No static functions without inline keyword in header files |
netdev/build_32bit | success | Errors and warnings before: 9 this patch: 9 |
netdev/cc_maintainers | success | CCed 9 of 9 maintainers |
netdev/build_clang | success | Errors and warnings before: 9 this patch: 9 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/deprecated_api | success | None detected |
netdev/check_selftest | success | No net selftest shell script |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 9 this patch: 9 |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 11 Aug 2023 13:10:06 +0200 you wrote: > Add a new PSGMII mode which is similar to QSGMII with the difference being > that it combines 5 SGMII lines into a single link compared to 4 on QSGMII. > > It is commonly used by Qualcomm on their QCA807x PHY series. > > Signed-off-by: Robert Marko <robert.marko@sartura.hr> > Acked-by: Rob Herring <robh@kernel.org> > > [...] Here is the summary with links: - [net-next,v2,1/2] dt-bindings: net: ethernet-controller: add PSGMII mode https://git.kernel.org/netdev/net-next/c/de875d35e0b0 - [net-next,v2,2/2] net: phy: Introduce PSGMII PHY interface mode https://git.kernel.org/netdev/net-next/c/83b5f0253b1e You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index 6b0d359367da..9f6a5ccbcefe 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -66,6 +66,7 @@ properties: - mii - gmii - sgmii + - psgmii - qsgmii - qusgmii - tbi