Skip to content

Commit

Permalink
merge add hd3ss3220
Browse files Browse the repository at this point in the history
fixes: beagleboard/linux#241
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Sep 15, 2020
1 parent 8d48254 commit 7e4c011
Show file tree
Hide file tree
Showing 15 changed files with 1,278 additions and 1,116 deletions.
19 changes: 1 addition & 18 deletions patch.sh
Expand Up @@ -498,24 +498,6 @@ patch_backports (){
}

backports () {
backport_tag="v5.0.21"

subsystem="typec"
#regenerate="enable"
if [ "x${regenerate}" = "xenable" ] ; then
pre_backports

rm -rf ./drivers/usb/typec/
mkdir -p ./drivers/usb/typec/
cp -rv ~/linux-src/drivers/usb/typec/* ./drivers/usb/typec/
cp -v ~/linux-src/include/linux/usb/typec*.h ./include/linux/usb/

post_backports
exit 2
else
patch_backports
fi

backport_tag="v5.3.18"

subsystem="stmpe"
Expand Down Expand Up @@ -619,6 +601,7 @@ drivers () {
dir 'RPi'
dir 'gsoc'
dir 'fixes'
dir 'typec'
}

soc () {
Expand Down

0 comments on commit 7e4c011

Please sign in to comment.