Skip to content

Commit 6edb6ef

Browse files
committed
dpll: zl3073x: Fix output pin registration
jira KERNEL-311 Rebuild_History Non-Buildable kernel-5.14.0-611.13.1.el9_7 commit-author Ivan Vecera <ivecera@redhat.com> commit 40c17a0 Empty-Commit: Cherry-Pick Conflicts during history rebuild. Will be included in final tarball splat. Ref for failed cherry-pick at: ciq/ciq_backports/kernel-5.14.0-611.13.1.el9_7/40c17a02.failed Currently, the signal format of an associated output is not considered during output pin registration. As a result, the driver registers output pins that are disabled by the signal format configuration. Fix this by calling zl3073x_output_pin_is_enabled() to check whether a given output pin should be registered or not. Fixes: 75a71ec ("dpll: zl3073x: Register DPLL devices and pins") Signed-off-by: Ivan Vecera <ivecera@redhat.com> Link: https://patch.msgid.link/20251027140912.233152-1-ivecera@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> (cherry picked from commit 40c17a0) Signed-off-by: Jonathan Maple <jmaple@ciq.com> # Conflicts: # drivers/dpll/zl3073x/dpll.c
1 parent 2c7018d commit 6edb6ef

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
dpll: zl3073x: Fix output pin registration
2+
3+
jira KERNEL-311
4+
Rebuild_History Non-Buildable kernel-5.14.0-611.13.1.el9_7
5+
commit-author Ivan Vecera <ivecera@redhat.com>
6+
commit 40c17a02de41f12dd713309c7d2546117c577d29
7+
Empty-Commit: Cherry-Pick Conflicts during history rebuild.
8+
Will be included in final tarball splat. Ref for failed cherry-pick at:
9+
ciq/ciq_backports/kernel-5.14.0-611.13.1.el9_7/40c17a02.failed
10+
11+
Currently, the signal format of an associated output is not considered
12+
during output pin registration. As a result, the driver registers output
13+
pins that are disabled by the signal format configuration.
14+
15+
Fix this by calling zl3073x_output_pin_is_enabled() to check whether
16+
a given output pin should be registered or not.
17+
18+
Fixes: 75a71ecc2412 ("dpll: zl3073x: Register DPLL devices and pins")
19+
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
20+
Link: https://patch.msgid.link/20251027140912.233152-1-ivecera@redhat.com
21+
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
22+
(cherry picked from commit 40c17a02de41f12dd713309c7d2546117c577d29)
23+
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
24+
25+
# Conflicts:
26+
# drivers/dpll/zl3073x/dpll.c
27+
* Unmerged path drivers/dpll/zl3073x/dpll.c
28+
* Unmerged path drivers/dpll/zl3073x/dpll.c

0 commit comments

Comments
 (0)