FROMLIST: gpio: Add fwnode_gpiod_get() helper#1442
Conversation
7650854 to
ebd808f
Compare
c8b76cd to
65cc3d6
Compare
|
Merge Check Failed: No Component Found Configuration Error: No component found for branch 'tech/bus/pci/all'. There is no component associated with the provided branch in Polaris. Please verify the branch configuration. Branch: |
65cc3d6 to
507be77
Compare
|
Merge Check Failed: No Component Found Configuration Error: No component found for branch 'tech/bus/pci/all'. There is no component associated with the provided branch in Polaris. Please verify the branch configuration. Branch: |
1 similar comment
|
Merge Check Failed: No Component Found Configuration Error: No component found for branch 'tech/bus/pci/all'. There is no component associated with the provided branch in Polaris. Please verify the branch configuration. Branch: |
🔨 Build Failure Analysis — PR #1442PR: #1442
Verdict2 of 100+ merge conflicts are directly introduced by this PR's changes to PCI subsystem files; 98+ conflicts are pre-existing integration issues in the base branch unrelated to the PR. Note: This is NOT a compilation failure. The build failed during the automerge/integration phase before compilation could begin. The PR code itself contains no compilation errors. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1442PR: #1442
VerdictBoth failures are integration conflicts introduced by this PR's changes to the PCI subsystem. These are not compilation errors but merge conflicts that must be resolved before the build can proceed. 📎 Detailed analysis: Full report |
PR #1442 — validate-patchPR: #1442
Final Summary
|
PR #1442 — checker-log-analyzerPR: #1442
Detailed report: Full report
|
Add fwnode_gpiod_get() as a convenience wrapper around fwnode_gpiod_get_index() for the common case where only the first GPIO is required. This mirrors existing gpiod_get() and devm_gpiod_get() helpers and avoids open-coding index 0 at call sites. Suggested-by: Manivannan Sadhasivam <mani@kernel.org> Acked-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Linus Walleij <linusw@kernel.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260511-wakeirq_support-v10-1-c10af9c9eb8c@oss.qualcomm.com Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com> Signed-off-by: Ziyue Zhang <ziyue.zhang@oss.qualcomm.com>
52f963b to
6d2ff8b
Compare
|
Merge Check Failed: No Component Found Configuration Error: No component found for branch 'tech/bus/pci/all'. There is no component associated with the provided branch in Polaris. Please verify the branch configuration. Branch: |
6d2ff8b to
4b63b7c
Compare
|
Merge Check Failed: No Component Found Configuration Error: No component found for branch 'tech/bus/pci/all'. There is no component associated with the provided branch in Polaris. Please verify the branch configuration. Branch: |
🔨 Build Failure Analysis — PR #1442PR: #1442
VerdictThis is not a compilation failure. The build failed during the pre-build integration phase when attempting to merge the PR branch with the baseline. The automerge tool encountered 101 merge conflicts across devicetree bindings, drivers, and other subsystems. No compilation was attempted because the merge could not complete. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1442PR: #1442
VerdictThis is not a compilation failure. The build failed during the pre-build merge/integration phase due to extensive merge conflicts between the PR branch and the integration baseline. No compilation errors occurred because the merge conflicts prevented the build from starting. 📎 Detailed analysis: Full report |
PR #1442 — validate-patchPR: #1442
Final Summary
|
PR #1442 — checker-log-analyzerPR: #1442
Detailed report: Full report
|
[PATCH v10 1/2] gpio: Add fwnode_gpiod_get() helper
Add fwnode_gpiod_get() as a convenience wrapper around
fwnode_gpiod_get_index() for the common case where only the
first GPIO is required.
This mirrors existing gpiod_get() and devm_gpiod_get() helpers
and avoids open-coding index 0 at call sites.
Acked-by: Manivannan Sadhasivam mani@kernel.org
Reviewed-by: Linus Walleij linusw@kernel.org
Acked-by: Bartosz Golaszewski bartosz.golaszewski@oss.qualcomm.com
Link: https://lore.kernel.org/all/20260511-wakeirq_support-v10-1-c10af9c9eb8c@oss.qualcomm.com/
CRs-Fixed: 4542930