Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1229182
| From | Marek Szyprowski <m.szyprowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/4] Exynos4412-based Trats2 USB gadget (DWC2) fixes |
| Date | 2015-09-21 12:20 +0200 |
| Message-ID | <qb6mt-3FW-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, This is an updated DWC2 related part of initial patchset posted here: https://lkml.org/lkml/2015/8/21/306 Only DWC2 related patches have been modified since the initial submission. Changelog: v3: - rebased onto latest 'testing/next' from Felipe Balbi (includes s3c_hsotg -> dwc2 rename) v2: - moved setting of ll_hw_enabled flag to enable/disable functions, as suggested by John Youn - moved setting of phy width to dwc2_lowlevel_init function Marek Szyprowski (4): usb: dwc2: remove double call to dwc2_hsotg_of_probe usb: dwc2: remove non-functional clock gating usb: dwc2: fix unbalanced phy control usb: dwc2: refactor common low-level hw code to platform.c drivers/usb/dwc2/core.h | 4 +- drivers/usb/dwc2/gadget.c | 201 ++++--------------------------------- drivers/usb/dwc2/platform.c | 236 ++++++++++++++++++++++++++++++++++++-------- 3 files changed, 217 insertions(+), 224 deletions(-) -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] Exynos4412-based Trats2 USB gadget (DWC2) fixes Marek Szyprowski <m.szyprowski@samsung.com> - 2015-09-21 12:20 +0200 [PATCH v3 4/4] usb: dwc2: refactor common low-level hw code to platform.c Marek Szyprowski <m.szyprowski@samsung.com> - 2015-09-21 12:20 +0200 [PATCH v3 3/4] usb: dwc2: fix unbalanced phy control Marek Szyprowski <m.szyprowski@samsung.com> - 2015-09-21 12:20 +0200
csiph-web