Commit adbc46c
authored
rockchip64-6.18: rebase rk3399 dwc3 phy-reset-quirk patch for 6.18.32 (#9847)
Kernel 6.18 stable progressed past 6.18.18 (last patch rewrite baseline,
commit 2dc5b23) and refactored dwc3_readl()/dwc3_writel() to take the
struct dwc3 pointer directly instead of dwc->regs. The patch context
still referenced dwc->regs, causing hunks #1 (at core.c:153) and #3
(at core.c:213) to fail on builds against 6.18.32.
Update the patch context to drop "->regs" (no change to the +/- payload)
so it applies cleanly on 6.18.32 while remaining compatible with the
prior baseline.
Verified with patch -p1 --dry-run against the 6.18.32 HEAD blob from the
linux-rockchip 6.18 branch: exit 0, all 16 hunks across the 3 files
apply (offset -2 on core.h, harmless).
Signed-off-by: SuperKali <hello@superkali.me>1 parent e747fa4 commit adbc46c
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
- patch/kernel/archive/rockchip64-6.18
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments