From: Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Greg Kroah-Hartman
<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
Linux USB Mailing List
<linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-arm-kernel
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-kernel
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Bartlomiej Zolnierkiewicz
<b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [BUG] Regression, usb-dwc3 not working, Odroid XU3, usb 3.0
Date: Mon, 04 Jul 2016 13:39:39 +0200 [thread overview]
Message-ID: <577A4AFB.9030006@samsung.com> (raw)
In-Reply-To: <87shvpljsk.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
On 07/04/2016 01:33 PM, Felipe Balbi wrote:
>
> Hi,
>
> Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> writes:
>
>> Hi,
>>
>>
>> Since three recent next releases (first on 20160630), on Odroid XU3 board
>> the USB 3.0 host port (the only one) stopped working.
>>
>> This is a "samsung,exynos5250-dwusb3" (drivers/usb/dwc3/dwc3-exynos.c).
>>
>> Two issues here:
>> 1. The port does not show up as USB 3.0 device.
>> This one device is missing:
>> Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>>
>> 2. The port does not work even for 2.0 devices (I didn't test 1.0).
>>
>>
>> config: exynos_defconfig (ARM)
>> DTS: exynos5422-odroidxu3.dts
>
> apply [1] and try again. That commit is already in greg/usb-testing [2]
> and it should trickle down to usb-next shortly.
>
> [1] https://marc.info/?l=linux-usb&m=146728795330915&w=2
> [2] https://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-testing&id=322832f2f19e04c866a0ce4bdac8cff8e695f2b3
>
Ahhh, indeed, fixed.
FWIW:
Tested-by: Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Best regards,
Krzysztof
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [BUG] Regression, usb-dwc3 not working, Odroid XU3, usb 3.0
Date: Mon, 04 Jul 2016 13:39:39 +0200 [thread overview]
Message-ID: <577A4AFB.9030006@samsung.com> (raw)
In-Reply-To: <87shvpljsk.fsf@linux.intel.com>
On 07/04/2016 01:33 PM, Felipe Balbi wrote:
>
> Hi,
>
> Krzysztof Kozlowski <k.kozlowski@samsung.com> writes:
>
>> Hi,
>>
>>
>> Since three recent next releases (first on 20160630), on Odroid XU3 board
>> the USB 3.0 host port (the only one) stopped working.
>>
>> This is a "samsung,exynos5250-dwusb3" (drivers/usb/dwc3/dwc3-exynos.c).
>>
>> Two issues here:
>> 1. The port does not show up as USB 3.0 device.
>> This one device is missing:
>> Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>>
>> 2. The port does not work even for 2.0 devices (I didn't test 1.0).
>>
>>
>> config: exynos_defconfig (ARM)
>> DTS: exynos5422-odroidxu3.dts
>
> apply [1] and try again. That commit is already in greg/usb-testing [2]
> and it should trickle down to usb-next shortly.
>
> [1] https://marc.info/?l=linux-usb&m=146728795330915&w=2
> [2] https://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-testing&id=322832f2f19e04c866a0ce4bdac8cff8e695f2b3
>
Ahhh, indeed, fixed.
FWIW:
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Felipe Balbi <balbi@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Linux USB Mailing List <linux-usb@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Cc: Kukjin Kim <kgene@kernel.org>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [BUG] Regression, usb-dwc3 not working, Odroid XU3, usb 3.0
Date: Mon, 04 Jul 2016 13:39:39 +0200 [thread overview]
Message-ID: <577A4AFB.9030006@samsung.com> (raw)
In-Reply-To: <87shvpljsk.fsf@linux.intel.com>
On 07/04/2016 01:33 PM, Felipe Balbi wrote:
>
> Hi,
>
> Krzysztof Kozlowski <k.kozlowski@samsung.com> writes:
>
>> Hi,
>>
>>
>> Since three recent next releases (first on 20160630), on Odroid XU3 board
>> the USB 3.0 host port (the only one) stopped working.
>>
>> This is a "samsung,exynos5250-dwusb3" (drivers/usb/dwc3/dwc3-exynos.c).
>>
>> Two issues here:
>> 1. The port does not show up as USB 3.0 device.
>> This one device is missing:
>> Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>>
>> 2. The port does not work even for 2.0 devices (I didn't test 1.0).
>>
>>
>> config: exynos_defconfig (ARM)
>> DTS: exynos5422-odroidxu3.dts
>
> apply [1] and try again. That commit is already in greg/usb-testing [2]
> and it should trickle down to usb-next shortly.
>
> [1] https://marc.info/?l=linux-usb&m=146728795330915&w=2
> [2] https://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-testing&id=322832f2f19e04c866a0ce4bdac8cff8e695f2b3
>
Ahhh, indeed, fixed.
FWIW:
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Best regards,
Krzysztof
next prev parent reply other threads:[~2016-07-04 11:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-04 11:26 [BUG] Regression, usb-dwc3 not working, Odroid XU3, usb 3.0 Krzysztof Kozlowski
2016-07-04 11:26 ` Krzysztof Kozlowski
2016-07-04 11:26 ` Krzysztof Kozlowski
2016-07-04 11:33 ` Felipe Balbi
2016-07-04 11:33 ` Felipe Balbi
2016-07-04 11:33 ` Felipe Balbi
[not found] ` <87shvpljsk.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-07-04 11:39 ` Krzysztof Kozlowski [this message]
2016-07-04 11:39 ` Krzysztof Kozlowski
2016-07-04 11:39 ` Krzysztof Kozlowski
2016-07-04 11:43 ` Felipe Balbi
2016-07-04 11:43 ` Felipe Balbi
2016-07-04 11:43 ` Felipe Balbi
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=577A4AFB.9030006@samsung.com \
--to=k.kozlowski-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
--cc=b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
--cc=kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/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.