Skip to content

Conversation

@linux-riscv-bot
Copy link

PR for series 1045461 applied to workflow__riscv__fixes

Name: i2c: add support for Andes platform
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1045461
Version: 2

Document device tree bindings for the I2C controller on Andes AE350
platform.

Signed-off-by: Ben Zong-You Xie <ben717@andestech.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add support for Andes I2C driver. Andes I2C can act as either a
controller or a target, depending on the control register settings. Now,
we only support controller mode.

Signed-off-by: Ben Zong-You Xie <ben717@andestech.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add an entry for the Andes I2C driver to the MAINTAINERS file.

Signed-off-by: Ben Zong-You Xie <ben717@andestech.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add the I2C node to QiLai DTS.

Signed-off-by: Ben Zong-You Xie <ben717@andestech.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 114.97 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1149.59 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1441.50 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.13 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.78 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.71 seconds
Result: WARNING
Output:

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

total: 0 errors, 1 warnings, 0 checks, 45 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 135022b29fa2 ("dt-bindings: i2c: add support for AE350 I2C controller") 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, 45 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 80.67 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
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: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
kdoc
Desc: Detects for kdoc errors
Duration: 0.96 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/4] dt-bindings: i2c: add support for AE350 I2C controller"
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: "[v2,2/4] i2c: add Andes I2C driver support"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.61 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1179.99 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1487.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.08 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.34 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.77 seconds
Result: WARNING
Output:

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

CHECK: spinlock_t definition without comment
#120: FILE: drivers/i2c/busses/i2c-andes.c:63:
+	spinlock_t lock;

total: 0 errors, 1 warnings, 1 checks, 364 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 3c82cbe2a272 ("i2c: add Andes I2C driver support") 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, 1 checks, 364 lines checked
CHECK: spinlock_t definition without comment
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.11 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 2.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
kdoc
Desc: Detects for kdoc errors
Duration: 0.99 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/4] i2c: add Andes I2C driver support"
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: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 116.48 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1143.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1439.37 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.34 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.91 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.41 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
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 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
kdoc
Desc: Detects for kdoc errors
Duration: 1.03 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
module-param
Desc: Detect module_param changes
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 3: "[v2,3/4] MAINTAINERS: add an entry for Andes I2C driver"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1204.05 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1514.19 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.82 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.77 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
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 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
kdoc
Desc: Detects for kdoc errors
Duration: 0.98 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 4: "[v2,4/4] riscv: dts: andes: qilai: add I2C controller"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 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