Diffstat (limited to 'patch-order.txt')
| -rw-r--r-- | patch-order.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/patch-order.txt b/patch-order.txt index 334f847..d47080f 100644 --- a/patch-order.txt +++ b/patch-order.txt @@ -1,9 +1,13 @@ -# Patch directories under the Gentoo overlay's sys-kernel/vanilla-kernel/files, -# in application order. +# Patch directories in application order. +# +# A bare name is a directory under the Gentoo overlay's +# sys-kernel/vanilla-kernel/files. A "local:" prefix means patches/<name> in +# this repository, for fixes the overlay does not carry yet. # # This mirrors the loop in vanilla-kernel-7.2.3.ebuild's src_prepare(), minus -# rockchip (irrelevant). There is no phy directory at this overlay commit; the -# CSI-2 D-PHY driver is part of the camera series here. +# rockchip (irrelevant), plus phy -- which that ebuild leaves out even though it +# ships the camera patch that calls devm_phy_get_by_of_node(). Without phy the +# build dies in camss-csiphy.c; only the 7.3_rc1 ebuild wired phy into its loop. other audio clk @@ -15,6 +19,9 @@ video wifi input el2 +phy camera +local:camera irq surface +local:surface |