Skip to content

Commit 7e4c011

Browse files
committed
merge add hd3ss3220
fixes: beagleboard/linux#241 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 8d48254 commit 7e4c011

15 files changed

+1278
-1116
lines changed

patch.sh

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -498,24 +498,6 @@ patch_backports (){
498498
}
499499

500500
backports () {
501-
backport_tag="v5.0.21"
502-
503-
subsystem="typec"
504-
#regenerate="enable"
505-
if [ "x${regenerate}" = "xenable" ] ; then
506-
pre_backports
507-
508-
rm -rf ./drivers/usb/typec/
509-
mkdir -p ./drivers/usb/typec/
510-
cp -rv ~/linux-src/drivers/usb/typec/* ./drivers/usb/typec/
511-
cp -v ~/linux-src/include/linux/usb/typec*.h ./include/linux/usb/
512-
513-
post_backports
514-
exit 2
515-
else
516-
patch_backports
517-
fi
518-
519501
backport_tag="v5.3.18"
520502

521503
subsystem="stmpe"
@@ -619,6 +601,7 @@ drivers () {
619601
dir 'RPi'
620602
dir 'gsoc'
621603
dir 'fixes'
604+
dir 'typec'
622605
}
623606

624607
soc () {

0 commit comments

Comments
 (0)