Re: [PATCH 1/7] usb: onboard-hub: Add reset-gpio support

2024-09-02 Thread Marek Vasut
On 6/5/24 12:02 PM, Venkatesh Yadav Abbarapu wrote: As part of the reset, sets the direction of the pin to output before toggling the pin. Delay of millisecond is added in between low and high to meet the setup and hold time requirement of the reset. Signed-off-by: Venkatesh Yadav Abbarapu ---

[PATCH 1/7] usb: onboard-hub: Add reset-gpio support

2024-06-05 Thread Venkatesh Yadav Abbarapu
As part of the reset, sets the direction of the pin to output before toggling the pin. Delay of millisecond is added in between low and high to meet the setup and hold time requirement of the reset. Signed-off-by: Venkatesh Yadav Abbarapu --- common/usb_onboard_hub.c | 44 +++