All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] vf610: Add USB support
@ 2014-07-18 17:01 ` Stefan Agner
  0 siblings, 0 replies; 36+ messages in thread
From: Stefan Agner @ 2014-07-18 17:01 UTC (permalink / raw)
  To: peter.chen, s.hauer, shawn.guo
  Cc: b35083, linux-arm-kernel, linux-usb, linux-kernel, stefan

This patchset adds USB support for Vybrid VF610 SoC. It extends the
clock framework to support the USB PHY cocks, extends the device
tree files and adds support for the non-core registers in the
usbmisc_imx driver.

This patchset needs the eSDHC length fix available in Shawn's
for-next branch.

The whole patchset proved to be working on a Colibri VF61. The
first USB controller runs in peripheral mode. I could successfully
use RNDIS, however with some stability issues: Suddenly the other
side was not reachable anymore and the interface needed to brought
down and back up again. I'm still investigating this.

The second USB controller, running in USB host mode, showed no
issues so far.

Stefan Agner (6):
  ARM: dts: vf610: add USB PHY and controller
  ARM: imx: clk-vf610: add USBPHY clocks
  ARM: dts: vf610: Add usbmisc for non-core registers
  chipidea: usbmisc_imx: Add USB support for VF610 SoCs
  usb: phy: mxs: Add VF610 USB PHY support
  ARM: dts: vf610-colibri: add USB support

 arch/arm/boot/dts/vf610-colibri.dts     | 10 +++++
 arch/arm/boot/dts/vf610.dtsi            | 55 ++++++++++++++++++++++--
 arch/arm/mach-imx/clk-vf610.c           | 12 +++++-
 drivers/usb/chipidea/usbmisc_imx.c      | 76 +++++++++++++++++++++++----------
 drivers/usb/phy/phy-mxs-usb.c           |  5 +++
 include/dt-bindings/clock/vf610-clock.h |  5 ++-
 6 files changed, 135 insertions(+), 28 deletions(-)

-- 
2.0.1


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2014-07-26 12:24 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-18 17:01 [PATCH 0/6] vf610: Add USB support Stefan Agner
2014-07-18 17:01 ` Stefan Agner
2014-07-18 17:01 ` [PATCH 1/6] ARM: dts: vf610: add USB PHY and controller Stefan Agner
2014-07-18 17:01   ` Stefan Agner
2014-07-22  2:22   ` Shawn Guo
2014-07-22  2:22     ` Shawn Guo
2014-07-22  9:57     ` Stefan Agner
2014-07-22  9:57       ` Stefan Agner
2014-07-22 13:18       ` Shawn Guo
2014-07-22 13:18         ` Shawn Guo
2014-07-18 17:01 ` [PATCH 2/6] ARM: imx: clk-vf610: add USBPHY clocks Stefan Agner
2014-07-18 17:01   ` Stefan Agner
2014-07-22  2:32   ` Shawn Guo
2014-07-22  2:32     ` Shawn Guo
2014-07-22  6:58     ` Jingchang Lu
2014-07-22  6:58       ` Jingchang Lu
2014-07-18 17:01 ` [PATCH 3/6] ARM: dts: vf610: Add usbmisc for non-core registers Stefan Agner
2014-07-18 17:01   ` Stefan Agner
2014-07-18 17:01 ` [PATCH 4/6] chipidea: usbmisc_imx: Add USB support for VF610 SoCs Stefan Agner
2014-07-18 17:01   ` Stefan Agner
2014-07-22  1:52   ` Peter Chen
2014-07-22  1:52     ` Peter Chen
2014-07-22  2:34   ` Shawn Guo
2014-07-22  2:34     ` Shawn Guo
2014-07-18 17:01 ` [PATCH 5/6] usb: phy: mxs: Add VF610 USB PHY support Stefan Agner
2014-07-18 17:01   ` Stefan Agner
2014-07-22  1:43   ` Peter Chen
2014-07-22  1:43     ` Peter Chen
2014-07-22  2:16   ` Shawn Guo
2014-07-22  2:16     ` Shawn Guo
2014-07-18 17:01 ` [PATCH 6/6] ARM: dts: vf610-colibri: add USB support Stefan Agner
2014-07-18 17:01   ` Stefan Agner
2014-07-22  0:13 ` [PATCH 0/6] vf610: Add " Peter Chen
2014-07-22  0:13   ` Peter Chen
2014-07-26 12:24   ` Stefan Agner
2014-07-26 12:24     ` Stefan Agner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.