Skip to content

[PW_SID:991421] ASoC: spacemit: add i2s support to K1 SoC - #774

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw991421
Closed

[PW_SID:991421] ASoC: spacemit: add i2s support to K1 SoC#774
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw991421

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 991421 applied to workflow__riscv__fixes

Name: ASoC: spacemit: add i2s support to K1 SoC
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=991421
Version: 1

Add dt-binding for the i2s driver of SpacemiT's K1 SoC.

Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add ASoC platform driver for the SpacemiT K1 SoC full-duplex I2S
controller.

Co-developer: Jinmei Wei <weijinmei@linux.spacemit.com>
Signed-off-by: Jinmei Wei <weijinmei@linux.spacemit.com>
Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 103.00 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.72 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.47 seconds
Result: WARNING
Output:

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

WARNING: DT binding documents should be licensed (GPL-2.0-only OR BSD-2-Clause)
#21: FILE: Documentation/devicetree/bindings/sound/spacemit,k1-i2s.yaml:1:
+# SPDX-License-Identifier: GPL-2.0

total: 0 errors, 2 warnings, 0 checks, 88 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 3be83b7f1696 ("dt-bindings: i2s: spacemit: add support for K1 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, 2 warnings, 0 checks, 88 lines checked
WARNING: DT binding documents should be licensed (GPL-2.0-only OR BSD-2-Clause)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 74.64 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 5.93 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 1.21 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
module-param
Desc: Detect module_param changes
Duration: 3.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.75 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: i2s: spacemit: add support for K1 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.49 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 103.56 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1056.62 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1369.49 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.56 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 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?
#49: 
new file mode 100644

WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines
#59: FILE: sound/soc/spacemit/Kconfig:6:
+config SND_SOC_K1_I2S
+	tristate "K1 I2S Device Driver"
+	select SND_SOC_GENERIC_DMAENGINE_PCM
+	help
+	  Say Y or M if you want to add support for I2S driver for
+	  K1 I2S controller. The device supports up to maximum of
+	  2 channels each for play and record.
+

total: 0 errors, 2 warnings, 0 checks, 477 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 645f715fd779 ("ASoC: spacemit: i2s: add support for K1 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, 2 warnings, 0 checks, 477 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 74.53 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.32 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] ASoC: spacemit: i2s: add support for K1 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot deleted the pw991421 branch August 14, 2025 23:19
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