All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] Fix Exynos peach USB on kernels with USB Gadget support
@ 2014-08-26  7:30 ` Sjoerd Simons
  0 siblings, 0 replies; 16+ messages in thread
From: Sjoerd Simons @ 2014-08-26  7:30 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Andreas Färber, linux-arm-kernel, linux-samsung-soc,
	Sjoerd Simons

When building a kernel with support for both USB host and USB Gadget support on
the dwc3 controller on the Exynos5 soc will go into USB OTG mode unless
otherwise specified in the dtb, which is unhelpful for boards hooked up to run
as USB host.

First patch in this set explicitely set the dual-role mode for the dwc3
controller on Peach pi and Peach pit boards to host mode. Second patch enables
gadget mode in the default exynos config to more easily catch/trigger issues
like these.

I suspect other boards base using exynos5420/5800 might need the similar fixes
(Arndale Octa and Samsung SMDK5420) to their dts files, so would be great if
folks with those board could verify this.

Changes in v2: alphabetically sort the dts entries

Sjoerd Simons (2):
  ARM: dts: exynos: Explicitly set dr_mode on peach-pit and peach-pi
  ARM: exynos_defconfig: enable USB gadget support

 arch/arm/boot/dts/exynos5420-peach-pit.dts | 8 ++++++++
 arch/arm/boot/dts/exynos5420.dtsi          | 4 ++--
 arch/arm/boot/dts/exynos5800-peach-pi.dts  | 8 ++++++++
 arch/arm/configs/exynos_defconfig          | 1 +
 4 files changed, 19 insertions(+), 2 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-08-27  7:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26  7:30 [PATCH 0/2 v2] Fix Exynos peach USB on kernels with USB Gadget support Sjoerd Simons
2014-08-26  7:30 ` Sjoerd Simons
2014-08-26  7:30 ` [PATCH 1/2 v2] ARM: dts: exynos: Explicitly set dr_mode on peach-pit and peach-pi Sjoerd Simons
2014-08-26  7:30   ` Sjoerd Simons
2014-08-26 22:59   ` Andreas Färber
2014-08-26 22:59     ` Andreas Färber
2014-08-26  7:30 ` [PATCH 2/2 v2] ARM: exynos_defconfig: enable USB gadget support Sjoerd Simons
2014-08-26  7:30   ` Sjoerd Simons
2014-08-27  1:38   ` Andreas Färber
2014-08-27  1:38     ` Andreas Färber
2014-08-27  7:28     ` Sjoerd Simons
2014-08-27  7:28       ` Sjoerd Simons
2014-08-27  2:08 ` [PATCH 0/2 v2] Fix Exynos peach USB on kernels with USB Gadget support Andreas Färber
2014-08-27  2:08   ` Andreas Färber
2014-08-27  7:44   ` Sjoerd Simons
2014-08-27  7:44     ` Sjoerd Simons

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.