Skip to content

Commit 5fc1e31

Browse files
committed
backport typec
Signed-off-by: Robert Nelson <[email protected]>
1 parent a56116c commit 5fc1e31

9 files changed

+14790
-145
lines changed

patch.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,21 @@ backports () {
534534

535535
${git} "${DIR}/patches/backports/vl53l0x/0002-wire-up-VL53L0X_I2C.patch"
536536

537+
backport_tag="v4.20.17"
538+
539+
subsystem="typec"
540+
#regenerate="enable"
541+
if [ "x${regenerate}" = "xenable" ] ; then
542+
pre_backports
543+
544+
cp -rv ~/linux-src/drivers/usb/typec/ ./drivers/usb/typec/
545+
546+
post_backports
547+
exit 2
548+
else
549+
patch_backports
550+
fi
551+
537552
backport_tag="v4.14.77"
538553
subsystem="brcm80211"
539554
#regenerate="enable"
@@ -598,6 +613,7 @@ drivers () {
598613
dir 'drivers/uio_pruss_shmem'
599614
dir 'drivers/greybus'
600615
dir 'RPi'
616+
dir 'fixes'
601617
}
602618

603619
soc () {

patches/RPi/0001-Overlays-Port-RPi-Overlay-building.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ index a232741e3fd3..18381b50fa8e 100644
110110
+ -d $(depfile).dtc.tmp $(dtc-tmp) ; \
111111
+ cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
112112
+
113-
+$(obj)/%.dtbo: $(src)/%-overlay.dts FORCE
113+
+$(obj)/%.dtbo: $(src)/%.dts FORCE
114114
+ $(call if_changed_dep,dtco)
115115
+
116116
dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)

0 commit comments

Comments
 (0)