Re: [RFC v1 1/7] usb: onboard-hub: Add support for Genesys GL852G hub
What does that mean ?
By
Neil Armstrong
·
#2684
·
|
Re: Odroid n2+ usb broken on reboot
Hi Wayne,
By
Anand Moon
·
#2683
·
|
[RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization
Add conditional compilation for the usb5744_i2c_init() function based on the CONFIG_DM_I2C configuration, to avoid compilation failure. CC net/net-common.o AR net/built-in.o LDS u-boot.lds LD u-boot
By
Anand Moon
·
#2682
·
|
[RFC v1 6/7] configs: odorid-c4: Enable Oboard HUB driver
Enable the onboard USB HUB driver to power the Via labs VL817 USB 3.1 hub on the Odroid C4. Signed-off-by: Anand Moon <linux.amoon@...> --- configs/odroid-c4_defconfig | 1 + 1 file changed, 1
By
Anand Moon
·
#2681
·
|
[RFC v1 5/7] usb: onboard-hub: Add support for VL817 USB hub
Enable support for the Via labs VL817 USB2.0 and USB3.1 Hub on the Odroid C4. The Via labs VL817 USB driver activates the hub reset signal, which toggles the GPIO. Signed-off-by: Anand Moon
By
Anand Moon
·
#2680
·
|
[RFC v1 4/7] configs: odorid-n2: Enable Oboard HUB driver
Enable the onboard USB HUB driver to power the USB_HUB_GL853G-OHG on the Odroid N2 and Odroid N2-pluss. Signed-off-by: Anand Moon <linux.amoon@...> --- configs/odroid-n2_defconfig | 1 + 1 file
By
Anand Moon
·
#2679
·
|
[RFC v1 3/7] usb: onboard-hub: Add support for Genesys GL853G
Enable support for the Genesys GL853G USB2.0 and USB3.1 Hub on the Odroid N2 and N2-plus. The GL853G driver activates the hub reset signal, which toggles the GPIO. Signed-off-by: Anand Moon
By
Anand Moon
·
#2678
·
|
[RFC v1 2/7] configs: odorid-c2: Enable Onboard HUB driver
Enable the onboard USB HUB driver to power the USB_HUB_GL852G-OHG on the Odroid C2. Signed-off-by: Anand Moon <linux.amoon@...> --- configs/odroid-c2_defconfig | 1 + 1 file changed, 1
By
Anand Moon
·
#2677
·
|
[RFC v1 1/7] usb: onboard-hub: Add support for Genesys GL852G hub
Add support for the Genesys GL852G USB2.0 Hub on Odroid C1+ and Odroid C2. The GL852G driver trigger hub reset signal which toggles the gpio. Signed-off-by: Anand Moon <linux.amoon@...> ---
By
Anand Moon
·
#2676
·
|
[RFC v1 0/7] common: usb_onboard_hub: Add support for Odroid onboard USB hub reset
Odroid C1+/C2/C4/N2/N2-plus devices have an onboard USB hub controlled by a reset GPIO pin. Adds changes to the onboard USB hub driver to perform a proper reset of the USB hub. Added conditional
By
Anand Moon
·
#2675
·
|
Re: Odroid n2+ usb broken on reboot
You can send bytes via UART to abort boot, if you happen to have a UART adapter around.
By
Ferass El Hafidi
·
#2674
·
|
Re: [PATCH v2 12/22] amlogic: Include env.h to permit reading the environment
01/05/2025 04.04, Simon Glass via groups.io wrote: Reviewed-by: Viacheslav Bocharov <adeep@...>
By
Viacheslav Bocharov
·
#2673
·
|
Re: Odroid n2+ usb broken on reboot
Hi Wayne, <neil.armstrong@...> wrote: I wanted to enable CONFIG_USB_ONBOARD_HUB on Odroid platform on u-boot I think this should help USB hub reset, I'll check this and let you know.
By
Anand Moon
·
#2672
·
|
Re: Odroid n2+ usb broken on reboot
It's hard for me to quantify if usb works in u-boot as I'm not loading off of any usb storage devices. It certainly never lets me use the keyboard to abort auto boot, and never has. On reboot, to
By
Wayne Schroeder <raz@...>
·
#2671
·
|
Re: Odroid n2+ usb broken on reboot
OK this means there's a dangling resource, Does USB always work within U-Boot or it breaks U-Boot and Linux in those cases ?
By
Neil Armstrong
·
#2670
·
|
Re: Odroid n2+ usb broken on reboot
If I add the usb reset command, it works reliably at reboot, but it does not work on a fresh power-up with that change.
By
Wayne Schroeder <raz@...>
·
#2669
·
|
Re: Odroid n2+ usb broken on reboot
It works at reboot with USB reset, but fails at a fresh power on now. I had to remove it unfortunately.
By
Wayne Schroeder <raz@...>
·
#2668
·
|
Re: Odroid n2+ usb broken on reboot
Hi, +CC [email protected] +CC linux-amlogic@... I think it's a very long term issue, USB lacks a proper reset at probe on warm reset, does USB still work from U-Boot after the
By
Neil Armstrong
·
#2667
·
|
[PATCH] net: mdio: mux-meson-gxl: set reversed bit when using internal phy
This bit is necessary to receive packets from the internal PHY. Without this bit set, no activity occurs on the interface. Normally u-boot sets this bit, but if u-boot is compiled without net support,
By
Neil Armstrong
·
#2666
·
|
[PATCH v2 00/22] Deal with exfat versus byteorder
Since exfat has its own byteorder functions we need to be careful about including the normal U-Boot byteorder headers in code included by exfat. One chain for include/linux/byteorder/little_endian.h
By
Simon Glass <sjg@...>
·
#2665
·
|