Skip to content

Commit 0845819

Browse files
committed
backport: typec: v5.4.58
Signed-off-by: Robert Nelson <[email protected]>
1 parent b6d83b5 commit 0845819

File tree

3 files changed

+179
-179
lines changed

3 files changed

+179
-179
lines changed

patch.sh

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -498,40 +498,39 @@ patch_backports (){
498498
}
499499

500500
backports () {
501-
backport_tag="v5.3.18"
501+
backport_tag="v5.4.58"
502502

503-
subsystem="stmpe"
503+
subsystem="typec"
504504
#regenerate="enable"
505505
if [ "x${regenerate}" = "xenable" ] ; then
506506
pre_backports
507507

508-
cp -v ~/linux-src/drivers/iio/adc/stmpe-adc.c ./drivers/iio/adc/
509-
cp -v ~/linux-src/drivers/mfd/stmpe.c ./drivers/mfd/
510-
cp -v ~/linux-src/include/linux/mfd/stmpe.h ./include/linux/mfd/
508+
cp -rv ~/linux-src/drivers/usb/typec/ ./drivers/usb/typec/
511509

512510
post_backports
513511
exit 2
514512
else
515513
patch_backports
516514
fi
517515

518-
${git} "${DIR}/patches/backports/stmpe/0002-stmpe-wire-up-adc-Kconfig-Makefile.patch"
519-
520516
backport_tag="v5.3.18"
521517

522-
subsystem="typec"
518+
subsystem="stmpe"
523519
#regenerate="enable"
524520
if [ "x${regenerate}" = "xenable" ] ; then
525521
pre_backports
526522

527-
cp -rv ~/linux-src/drivers/usb/typec/ ./drivers/usb/typec/
523+
cp -v ~/linux-src/drivers/iio/adc/stmpe-adc.c ./drivers/iio/adc/
524+
cp -v ~/linux-src/drivers/mfd/stmpe.c ./drivers/mfd/
525+
cp -v ~/linux-src/include/linux/mfd/stmpe.h ./include/linux/mfd/
528526

529527
post_backports
530528
exit 2
531529
else
532530
patch_backports
533531
fi
534532

533+
${git} "${DIR}/patches/backports/stmpe/0002-stmpe-wire-up-adc-Kconfig-Makefile.patch"
535534

536535
backport_tag="v5.0.21"
537536

0 commit comments

Comments
 (0)