All of lore.kernel.org
 help / color / mirror / Atom feed
* USB 3.1 (3.2) support in U-Boot?
@ 2021-04-26 10:21 Stefan Roese
  2021-04-26 12:22 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Roese @ 2021-04-26 10:21 UTC (permalink / raw)
  To: u-boot

Hi All,

does anyone know of the USB 3.1 support status in mainline U-Boot? I've
only seen these related patches:

commit d92e866f6008fdd6483735c6fd1ed95c8fdc87b1
Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
Date:   Wed Oct 14 15:08:28 2020 +0800

     usb: common: add define of usb_speed_string()

     There is only declaration of usb_speed_string(), but no definition,
     so add it to avoid build error when call it.

     Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
     Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

commit a4de6e380fd1078c3f06210a0be0f3f8a69062dc
Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
Date:   Wed Oct 14 15:08:27 2020 +0800

     usb: add USB_SPEED_SUPER_PLUS

     Add enum USB_SPEED_SUPER_PLUS for USB3.1

     Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
     Reviewed-by: Bin Meng <bmeng.cn@gmail.com>


With no real functional changes. So has anyone already successfully
tested an USB 3.1 controller in recent U-Boot?

Thanks,
Stefan

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

* USB 3.1 (3.2) support in U-Boot?
  2021-04-26 10:21 USB 3.1 (3.2) support in U-Boot? Stefan Roese
@ 2021-04-26 12:22 ` Bin Meng
  2021-04-26 12:29   ` Chunfeng Yun
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2021-04-26 12:22 UTC (permalink / raw)
  To: u-boot

Hi Stefan,

On Mon, Apr 26, 2021 at 6:21 PM Stefan Roese <sr@denx.de> wrote:
>
> Hi All,
>
> does anyone know of the USB 3.1 support status in mainline U-Boot? I've
> only seen these related patches:
>
> commit d92e866f6008fdd6483735c6fd1ed95c8fdc87b1
> Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Date:   Wed Oct 14 15:08:28 2020 +0800
>
>      usb: common: add define of usb_speed_string()
>
>      There is only declaration of usb_speed_string(), but no definition,
>      so add it to avoid build error when call it.
>
>      Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
>      Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
>
> commit a4de6e380fd1078c3f06210a0be0f3f8a69062dc
> Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Date:   Wed Oct 14 15:08:27 2020 +0800
>
>      usb: add USB_SPEED_SUPER_PLUS
>
>      Add enum USB_SPEED_SUPER_PLUS for USB3.1
>
>      Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
>      Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
>
>
> With no real functional changes. So has anyone already successfully
> tested an USB 3.1 controller in recent U-Boot?

I have not tested USB 3.1/3.2 in U-Boot. Maybe Chunfeng did.

Regards,
Bin

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

* USB 3.1 (3.2) support in U-Boot?
  2021-04-26 12:22 ` Bin Meng
@ 2021-04-26 12:29   ` Chunfeng Yun
  0 siblings, 0 replies; 3+ messages in thread
From: Chunfeng Yun @ 2021-04-26 12:29 UTC (permalink / raw)
  To: u-boot

On Mon, 2021-04-26 at 20:22 +0800, Bin Meng wrote:
> Hi Stefan,
> 
> On Mon, Apr 26, 2021 at 6:21 PM Stefan Roese <sr@denx.de> wrote:
> >
> > Hi All,
> >
> > does anyone know of the USB 3.1 support status in mainline U-Boot? I've
> > only seen these related patches:
> >
> > commit d92e866f6008fdd6483735c6fd1ed95c8fdc87b1
> > Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
> > Date:   Wed Oct 14 15:08:28 2020 +0800
> >
> >      usb: common: add define of usb_speed_string()
> >
> >      There is only declaration of usb_speed_string(), but no definition,
> >      so add it to avoid build error when call it.
> >
> >      Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> >      Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> >
> > commit a4de6e380fd1078c3f06210a0be0f3f8a69062dc
> > Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
> > Date:   Wed Oct 14 15:08:27 2020 +0800
> >
> >      usb: add USB_SPEED_SUPER_PLUS
> >
> >      Add enum USB_SPEED_SUPER_PLUS for USB3.1
> >
> >      Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> >      Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> >
> >
> > With no real functional changes. So has anyone already successfully
> > tested an USB 3.1 controller in recent U-Boot?
> 
> I have not tested USB 3.1/3.2 in U-Boot. Maybe Chunfeng did.

I only tested USB 3.2 GEN1 (5G), didn't test USB3.2 GEN2, added this
enum just for building pass

> 
> Regards,
> Bin

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

end of thread, other threads:[~2021-04-26 12:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 10:21 USB 3.1 (3.2) support in U-Boot? Stefan Roese
2021-04-26 12:22 ` Bin Meng
2021-04-26 12:29   ` Chunfeng Yun

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.