Skip to content

Conversation

@linux-riscv-bot
Copy link

PR for series 1045004 applied to workflow__riscv__fixes

Name: mmc: spacemit: Add support for K3 SoC
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1045004
Version: 1

Yixun Lan added 2 commits January 21, 2026 07:37
The SDHCI controller found on SpacemiT K3 SoC share the same IP with
K1 generation, while fixed the broken 64BIT DMA issue. Introduce a
compatible string to enable support for it.

Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
The SDHCI controller found on SpacemiT K3 SoC share the same IP with K1
generation and introduce a compatible data to denote the change that broken
64BIT DMA issue has been fixed.

Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 114.61 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1139.20 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1438.41 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.58 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.81 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.56 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
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: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.97 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[1/2] dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC"
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: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 114.19 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1163.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1474.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.84 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.89 seconds
Result: WARNING
Output:

CHECK: Please don't use multiple blank lines
#51: FILE: drivers/mmc/host/sdhci-of-k1.c:274:
 
+

total: 0 errors, 0 warnings, 1 checks, 38 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 08a4ec4b86fb ("mmc: sdhci-of-k1: spacemit: Add support for 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, 0 warnings, 1 checks, 38 lines checked
CHECK: Please don't use multiple blank lines


@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.99 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[2/2] mmc: sdhci-of-k1: spacemit: Add support for K3 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1045004 branch January 22, 2026 10:01
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.

2 participants