Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization
Hi Quentin,
By
Anand Moon
·
#2695
·
|
Re: Odroid n2+ usb broken on reboot
I actually already have a working solution that I documented in my github repo (dubschro/odroid-n2). All I do is set BOOTCOMMAND to check/delete a flag file on my boot partition and if it is found,
By
Wayne Schroeder <raz@...>
·
#2694
·
|
Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization
Hi Neil, Anand,
By
Quentin Schulz <quentin.schulz@...>
·
#2693
·
|
Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization
Hi Neil,
By
Anand Moon
·
#2692
·
|
Re: [RFC v1 2/7] configs: odorid-c2: Enable Onboard HUB driver
Hi Neil, Oops, I will fix this in the next version.
By
Anand Moon
·
#2691
·
|
Re: [RFC v1 3/7] usb: onboard-hub: Add support for Genesys GL853G
On 09/05/2025 09:02, Anand Moon wrote: > 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
By
Neil Armstrong
·
#2690
·
|
Re: [RFC v1 5/7] usb: onboard-hub: Add support for VL817 USB hub
On 09/05/2025 09:02, Anand Moon wrote: > 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
By
Neil Armstrong
·
#2689
·
|
Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization
On 09/05/2025 09:02, Anand Moon wrote: > 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
By
Neil Armstrong
·
#2688
·
|
Re: [RFC v1 6/7] configs: odorid-c4: Enable Oboard HUB driver
Same as patch 2, with that fixed: Reviewed-by: Neil Armstrong <neil.armstrong@...>
By
Neil Armstrong
·
#2687
·
|
Re: [RFC v1 4/7] configs: odorid-n2: Enable Oboard HUB driver
Same as patch 2, with that fixed: Reviewed-by: Neil Armstrong <neil.armstrong@...>
By
Neil Armstrong
·
#2686
·
|
Re: [RFC v1 2/7] configs: odorid-c2: Enable Onboard HUB driver
s/odorid-c2/odroid-c2/ in the subject With that fixed: Reviewed-by: Neil Armstrong <neil.armstrong@...>
By
Neil Armstrong
·
#2685
·
|
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
·
|