From: Kukjin Kim <kgene.kim@samsung.com>
To: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Cc: "Kukjin Kim" <kgene.kim@samsung.com>,
devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
"Andreas Färber" <afaerber@suse.de>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/3 v4] Fix Exynos USB on kernels with USB Gadget support
Date: Thu, 25 Sep 2014 17:34:18 +0900 [thread overview]
Message-ID: <5423D38A.5080609@samsung.com> (raw)
In-Reply-To: <1411545465-12930-1-git-send-email-sjoerd.simons@collabora.co.uk>
On 09/24/14 16:57, Sjoerd Simons wrote:
> Same patches as v3 but rebased on
> https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next
>
Thanks, applied.
- Kukjin
> 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 adds
> similar updates for Arndale Octa as reported by Andreas Färber. Last patch
> enables gadget mode in the default exynos config to more easily catch/trigger
> issues like these.
>
> I suspect the Samsung SMDK5420 DTS might need similar changes, so it would be
> great if users of those board could verify this.
>
> Changes in v2: alphabetically sort the dts entries
> Changes in v3: Add DTS updates for arndale octa
> Changes in v4: Rebased on todays linux-samsungs for-next branch
>
> Sjoerd Simons (3):
> ARM: dts: exynos: Explicitly set dr_mode on peach-pit and peach-pi
> ARM: dts: exynos: Explicitly set dr_mode on arndale-octa
> ARM: exynos_defconfig: enable USB gadget support
>
> arch/arm/boot/dts/exynos5420-arndale-octa.dts | 4 ++++
> 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 +
> 5 files changed, 23 insertions(+), 2 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3 v4] Fix Exynos USB on kernels with USB Gadget support
Date: Thu, 25 Sep 2014 17:34:18 +0900 [thread overview]
Message-ID: <5423D38A.5080609@samsung.com> (raw)
In-Reply-To: <1411545465-12930-1-git-send-email-sjoerd.simons@collabora.co.uk>
On 09/24/14 16:57, Sjoerd Simons wrote:
> Same patches as v3 but rebased on
> https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next
>
Thanks, applied.
- Kukjin
> 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 adds
> similar updates for Arndale Octa as reported by Andreas F?rber. Last patch
> enables gadget mode in the default exynos config to more easily catch/trigger
> issues like these.
>
> I suspect the Samsung SMDK5420 DTS might need similar changes, so it would be
> great if users of those board could verify this.
>
> Changes in v2: alphabetically sort the dts entries
> Changes in v3: Add DTS updates for arndale octa
> Changes in v4: Rebased on todays linux-samsungs for-next branch
>
> Sjoerd Simons (3):
> ARM: dts: exynos: Explicitly set dr_mode on peach-pit and peach-pi
> ARM: dts: exynos: Explicitly set dr_mode on arndale-octa
> ARM: exynos_defconfig: enable USB gadget support
>
> arch/arm/boot/dts/exynos5420-arndale-octa.dts | 4 ++++
> 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 +
> 5 files changed, 23 insertions(+), 2 deletions(-)
next prev parent reply other threads:[~2014-09-25 8:34 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-15 10:52 [PATCH 0/3 v3] Fix Exynos USB on kernels with USB Gadget support Sjoerd Simons
2014-09-15 10:52 ` Sjoerd Simons
2014-09-15 10:52 ` [PATCH 1/3 v3] ARM: dts: exynos: Explicitly set dr_mode on peach-pit and peach-pi Sjoerd Simons
2014-09-15 10:52 ` Sjoerd Simons
2014-09-15 10:52 ` [PATCH 2/3 v3] ARM: dts: exynos: Explicitly set dr_mode on arndale-octa Sjoerd Simons
2014-09-15 10:52 ` Sjoerd Simons
2014-09-15 10:52 ` [PATCH 3/3 v3] ARM: exynos_defconfig: enable USB gadget support Sjoerd Simons
2014-09-15 10:52 ` Sjoerd Simons
2014-09-19 7:43 ` [PATCH 0/3 v3] Fix Exynos USB on kernels with USB Gadget support Sjoerd Simons
2014-09-19 7:43 ` Sjoerd Simons
2014-09-23 16:04 ` Kukjin Kim
2014-09-23 16:04 ` Kukjin Kim
2014-09-24 7:57 ` [PATCH 0/3 v4] " Sjoerd Simons
2014-09-24 7:57 ` Sjoerd Simons
2014-09-24 7:57 ` [PATCH 1/3 v4] ARM: dts: exynos: Explicitly set dr_mode on peach-pit and peach-pi Sjoerd Simons
2014-09-24 7:57 ` Sjoerd Simons
2014-09-24 7:57 ` [PATCH 2/3] ARM: dts: exynos: Explicitly set dr_mode on arndale-octa Sjoerd Simons
2014-09-24 7:57 ` Sjoerd Simons
2014-09-24 7:57 ` [PATCH 3/3] ARM: exynos_defconfig: enable USB gadget support Sjoerd Simons
2014-09-24 7:57 ` Sjoerd Simons
2014-09-25 8:34 ` Kukjin Kim [this message]
2014-09-25 8:34 ` [PATCH 0/3 v4] Fix Exynos USB on kernels with USB Gadget support Kukjin Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5423D38A.5080609@samsung.com \
--to=kgene.kim@samsung.com \
--cc=afaerber@suse.de \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sjoerd.simons@collabora.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.