Skip to content

Commit bc21c57

Browse files
committed
backport: typec: v5.1.21
Signed-off-by: Robert Nelson <[email protected]>
1 parent 53ddb6e commit bc21c57

File tree

3 files changed

+240
-176
lines changed

3 files changed

+240
-176
lines changed

patch.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -517,38 +517,39 @@ backports () {
517517

518518
${git} "${DIR}/patches/backports/stmpe/0002-stmpe-wire-up-adc-Kconfig-Makefile.patch"
519519

520-
backport_tag="v5.0.21"
520+
backport_tag="v5.1.21"
521521

522-
subsystem="vl53l0x"
522+
subsystem="typec"
523523
#regenerate="enable"
524524
if [ "x${regenerate}" = "xenable" ] ; then
525525
pre_backports
526526

527-
cp -v ~/linux-src/drivers/iio/proximity/vl53l0x-i2c.c ./drivers/iio/proximity/vl53l0x-i2c.c
527+
cp -rv ~/linux-src/drivers/usb/typec/ ./drivers/usb/typec/
528528

529529
post_backports
530530
exit 2
531531
else
532532
patch_backports
533533
fi
534534

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

537536
backport_tag="v5.0.21"
538537

539-
subsystem="typec"
538+
subsystem="vl53l0x"
540539
#regenerate="enable"
541540
if [ "x${regenerate}" = "xenable" ] ; then
542541
pre_backports
543542

544-
cp -rv ~/linux-src/drivers/usb/typec/ ./drivers/usb/typec/
543+
cp -v ~/linux-src/drivers/iio/proximity/vl53l0x-i2c.c ./drivers/iio/proximity/vl53l0x-i2c.c
545544

546545
post_backports
547546
exit 2
548547
else
549548
patch_backports
550549
fi
551550

551+
${git} "${DIR}/patches/backports/vl53l0x/0002-wire-up-VL53L0X_I2C.patch"
552+
552553
backport_tag="v4.14.77"
553554
subsystem="brcm80211"
554555
#regenerate="enable"

0 commit comments

Comments
 (0)