Dear all, This patchset performs a cleanup of Exynos glue code for DWC3 driver and adds proper support for Exynos5433 specific variant of it (current implementation triggered external abort issue during suspend/resume cycle). Best regards Marek Szyprowski Samsung R&D Institute Poland Patch summary: Marek Szyprowski (4): usb: dwc3: exynos: Remove dead code usb: dwc3: exynos: Rework clock handling and prepare for new variants usb: dwc3: exynos: Add support for Exynos5433 variant with all clocks arm64: dts: exynos: Update DWC3 modules on Exynos5433 SoCs .../devicetree/bindings/usb/dwc3.txt | 1 + .../devicetree/bindings/usb/exynos-usb.txt | 2 + arch/arm64/boot/dts/exynos/exynos5433.dtsi | 24 +- drivers/usb/dwc3/dwc3-exynos.c | 212 ++++++++---------- 4 files changed, 110 insertions(+), 129 deletions(-) -- 2.17.1