Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1487926
| From | Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 0/2] usb: chipidea: imx: Add USB configuration for imx53 |
| Date | 2016-09-21 11:10 +0200 |
| Message-ID | <sjLHs-74R-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Changes in V2: - Patches sent to early with bad contents Changes in V3: - Change subject - Split "configure imx for ULPI phy" for disable-oc code Changes in V4: - Fix "Change switch order" commit message - Indent switch/case (set case on the same column as switch) - Remove useless test in "Change switch order" Changes in V5: - Squash "Change switch order" and "configure imx for ULPI phy" - Add device tree binding documentation Fabien Lahoudere (2): usb: chipidea: imx: configure imx for ULPI phy usb: chipidea: imx: Add binding to disable USB 60Mhz clock .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 + drivers/usb/chipidea/ci_hdrc_imx.c | 7 ++ drivers/usb/chipidea/ci_hdrc_imx.h | 2 + drivers/usb/chipidea/usbmisc_imx.c | 88 ++++++++++++++++++---- 4 files changed, 84 insertions(+), 14 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v5 0/2] usb: chipidea: imx: Add USB configuration for imx53 Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2016-09-21 11:10 +0200 [PATCH v5 1/2] usb: chipidea: imx: configure imx for ULPI phy Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2016-09-21 11:10 +0200 [PATCH v5 2/2] usb: chipidea: imx: Add binding to disable USB 60Mhz clock Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2016-09-21 11:10 +0200
csiph-web