[linux] 01/02: [armhf] dts: exynos: Add dwc3 SUSPHY quirk (Closes: #843448)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Oct 3 18:53:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch stretch
in repository linux.

commit fcf42183cbbbb0ae047b55b583736ef28bf749c2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Oct 1 16:14:59 2017 +0100

    [armhf] dts: exynos: Add dwc3 SUSPHY quirk (Closes: #843448)
---
 debian/changelog                                   |  6 ++++
 .../arm/arm-dts-exynos-add-dwc3-susphy-quirk.patch | 34 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 41 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a51347b..0fc8cfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (4.9.51-2) UNRELEASED; urgency=medium
+
+  * [armhf] dts: exynos: Add dwc3 SUSPHY quirk (Closes: #843448)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sun, 01 Oct 2017 16:14:43 +0100
+
 linux (4.9.51-1) stretch; urgency=medium
 
   * New upstream stable update:
diff --git a/debian/patches/bugfix/arm/arm-dts-exynos-add-dwc3-susphy-quirk.patch b/debian/patches/bugfix/arm/arm-dts-exynos-add-dwc3-susphy-quirk.patch
new file mode 100644
index 0000000..91297cc
--- /dev/null
+++ b/debian/patches/bugfix/arm/arm-dts-exynos-add-dwc3-susphy-quirk.patch
@@ -0,0 +1,34 @@
+From: Andrzej Pietrasiewicz <andrzej.p at samsung.com>
+Date: Mon, 18 Sep 2017 12:02:13 +0200
+Subject: ARM: dts: exynos: Add dwc3 SUSPHY quirk
+Origin: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/commit?id=3bf689f9275ff73de1ffad3e571837c8bff41d27
+Bug-Debian: https://bugs.debian.org/843448
+
+Odroid XU4 board does not enumerate SuperSpeed devices.
+This patch makes exynos5 series chips use USB SUSPHY quirk,
+which solves the problem.
+
+Signed-off-by: Andrzej Pietrasiewicz <andrzej.p at samsung.com>
+Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
+---
+ arch/arm/boot/dts/exynos54xx.dtsi | 2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/arch/arm/boot/dts/exynos54xx.dtsi
++++ b/arch/arm/boot/dts/exynos54xx.dtsi
+@@ -134,6 +134,7 @@
+ 				interrupts = <0 72 0>;
+ 				phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>;
+ 				phy-names = "usb2-phy", "usb3-phy";
++				snps,dis_u3_susphy_quirk;
+ 			};
+ 		};
+ 
+@@ -154,6 +155,7 @@
+ 				reg = <0x12400000 0x10000>;
+ 				phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>;
+ 				phy-names = "usb2-phy", "usb3-phy";
++				snps,dis_u3_susphy_quirk;
+ 			};
+ 		};
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4a1f5c6..de72b33 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -63,6 +63,7 @@ bugfix/x86/platform-x86-ideapad-laptop-add-y720-15ikbn-to-no_hw.patch
 bugfix/x86/platform-x86-ideapad-laptop-add-ideapad-v510-15ikb-t.patch
 bugfix/x86/platform-x86-ideapad-laptop-add-several-models-to-no.patch
 bugfix/powerpc/powerpc-invalidate-erat-on-powersave-wakeup-for-power9.patch
+bugfix/arm/arm-dts-exynos-add-dwc3-susphy-quirk.patch
 
 # Arch features
 features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list