Skip to content

Conversation

@linux-riscv-bot
Copy link

PR for series 1045000 applied to workflow__riscv__fixes

Name: riscv: spacemit: Add ethernet support for K3
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1045000
Version: 2

The GMAC IP on Spacemit K3 is almost a standard Synopsys DesignWare
MAC (version 5.40a) with some extra clock.

Add necessary compatible string for this device.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add compatible string for 5.40a version that can avoid to define some
platform data in the glue layer.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
The etherenet controller on Spacemit K3 SoC is Synopsys DesignWare
MAC (version 5.40a), with the following special point:
1. The rate of the tx clock line is auto changed when the mac speed
   rate is changed, and no need for changing the input tx clock.
2. This controller require a extra syscon device to configure the
   interface type, enable wake up interrupt and delay configuration
   if needed.

Add Spacemit dwmac driver support on the Spacemit K3 SoC.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 113.49 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1124.89 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1413.89 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.10 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.21 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#48: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 124 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit fd0ced7198cc ("dt-bindings: net: Add support for Spacemit K3 dwmac") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 124 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[net-next,v2,1/3] dt-bindings: net: Add support for Spacemit K3 dwmac"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 113.17 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1153.76 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1453.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.66 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 25.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.74 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 79.94 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
kdoc
Desc: Detects for kdoc errors
Duration: 0.97 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[net-next,v2,2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 114.48 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1156.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1463.38 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.57 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 25.98 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.98 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#61: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 246 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 95fa385d9c85 ("net: stmmac: Add glue layer for Spacemit K3 SoC") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 246 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.68 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.99 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[net-next,v2,3/3] net: stmmac: Add glue layer for Spacemit K3 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants