lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 20 Nov 2020 09:56:35 +0100 From: Marek Szyprowski <m.szyprowski@...sung.com> To: linux-samsung-soc@...r.kernel.org Cc: linux-kernel@...r.kernel.org, Sylwester Nawrocki <s.nawrocki@...sung.com>, Marek Szyprowski <m.szyprowski@...sung.com>, Krzysztof Kozlowski <krzk@...nel.org>, Vinod Koul <vkoul@...nel.org>, Kishon Vijay Abraham I <kishon@...com>, Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>, Willy Wolff <willy.mh.wolff.ml@...il.com>, Marian Mihailescu <mihailescu2m@...il.com> Subject: [PATCH 0/2] Fix USB2 PHY operation on Exynos542x Dear All, This patchset finally fixes the last remaining issue related to the system suspend/resume on Odroid XU3/XU4/HC1 board family. It can be observed that system suspend/resume fails on XU4/HC1 when kernel is compiled from multi_v7_defconfig. Chaning the configuration a bit - switching Exynos USB2 PHY driver to be built-in surprisingly fixed that issue. An investigation revealed that the Exynos USB2 PHY driver poked wrong registers in the PMU area on Exynos5420 SoCs breaking the USB3.0 DRD PHY operation, what caused the suspend failure. Fix this by learning the Exynos USB2 PHY driver about the Exynos5420 variant. Best regards, Marek Szyprowski Patch summary: Marek Szyprowski (2): phy: samsung: add support for the Exynos5420 variant of the USB2 PHY ARM: dts: exynos: use Exynos5420 dedicated USB2 PHY compatible .../devicetree/bindings/phy/samsung-phy.txt | 1 + arch/arm/boot/dts/exynos54xx.dtsi | 6 +-- drivers/phy/samsung/Kconfig | 7 ++- drivers/phy/samsung/phy-exynos5250-usb2.c | 48 +++++++++++++------ drivers/phy/samsung/phy-samsung-usb2.c | 6 +++ drivers/phy/samsung/phy-samsung-usb2.h | 1 + 6 files changed, 51 insertions(+), 18 deletions(-) -- 2.17.1
Powered by blists - more mailing lists