Skip to content

[PW_SID:1121724] pwm: pxa: Depend on OF and simplify accordingly#2215

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

[PW_SID:1121724] pwm: pxa: Depend on OF and simplify accordingly#2215
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1121724

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1121724 applied to workflow__riscv__fixes

Name: pwm: pxa: Depend on OF and simplify accordingly
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1121724
Version: 1

Linux RISC-V bot and others added 2 commits July 1, 2026 03:48
The SoCs that this driver actually works on all imply OF already. (ARM
selects USE_OF unless some archs are enabled that cannot be selected
together with ARCH_PXA or ARCH_MMP, ARM64 and RISCV select OF.)

With OF known to be enabled a few conditionals in the driver can be
simplified.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 150.70 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1209.17 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1521.46 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 30.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 31.11 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.77 seconds
Result: WARNING
Output:

CHECK: Comparison to NULL could be written "!id"
#64: FILE: drivers/pwm/pwm-pxa.c:165:
+	if (id == NULL)

total: 0 errors, 0 warnings, 1 checks, 42 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 e58bd56c6436 ("pwm: pxa: Depend on OF and simplify accordingly") 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, 42 lines checked
CHECK: Comparison to NULL could be written "!id"


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 90.32 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
kdoc
Desc: Detects for kdoc errors
Duration: 0.89 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "pwm: pxa: Depend on OF and simplify accordingly"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot force-pushed the workflow__riscv__fixes branch 3 times, most recently from a50938c to 40ba5ca Compare July 8, 2026 17:32
@linux-riscv-bot
linux-riscv-bot deleted the pw1121724 branch July 9, 2026 04:37
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