Re: bind/unbind command not working for usb_ether

2023-02-14 Thread Tim Harvey
On Tue, Feb 14, 2023 at 4:31 PM Marek Vasut wrote: > > On 2/15/23 01:11, Tim Harvey wrote: > > On Sat, Aug 13, 2022 at 7:59 AM Simon Glass wrote: > >> > > > >>> > >>> Simon, > >>> > >>> Now that we have identified a fix needed to uclass_get_by_name to fix > >>> the dm bind command, can you comme

Re: bind/unbind command not working for usb_ether

2023-02-14 Thread Marek Vasut
On 2/15/23 01:11, Tim Harvey wrote: On Sat, Aug 13, 2022 at 7:59 AM Simon Glass wrote: Simon, Now that we have identified a fix needed to uclass_get_by_name to fix the dm bind command, can you comment on the other issue we have run into trying to use usb_ether? Here's an example with som

Re: bind/unbind command not working for usb_ether

2023-02-14 Thread Tim Harvey
On Sat, Aug 13, 2022 at 7:59 AM Simon Glass wrote: > > > > > Simon, > > > > Now that we have identified a fix needed to uclass_get_by_name to fix > > the dm bind command, can you comment on the other issue we have run > > into trying to use usb_ether? > > > > Here's an example with some debugging

Re: bind/unbind command not working for usb_ether

2022-08-13 Thread Simon Glass
Hi Tim, On Wed, 16 Feb 2022 at 17:03, Tim Harvey wrote: > > On Wed, Feb 16, 2022 at 12:23 AM Patrice CHOTARD > wrote: > > > > Hi Tim > > > > On 2/15/22 19:28, Tim Harvey wrote: > > > On Tue, Feb 15, 2022 at 9:36 AM Patrice CHOTARD > > > wrote: > > >> > > >> Hi Tim > > >> > > >> On 2/15/22 17:09

Re: bind/unbind command not working for usb_ether

2022-02-16 Thread Tim Harvey
On Wed, Feb 16, 2022 at 12:23 AM Patrice CHOTARD wrote: > > Hi Tim > > On 2/15/22 19:28, Tim Harvey wrote: > > On Tue, Feb 15, 2022 at 9:36 AM Patrice CHOTARD > > wrote: > >> > >> Hi Tim > >> > >> On 2/15/22 17:09, Tim Harvey wrote: > >>> On Tue, Feb 15, 2022 at 5:29 AM Patrice CHOTARD > >>> wro

Re: bind/unbind command not working for usb_ether

2022-02-16 Thread Patrice CHOTARD
Hi Tim On 2/15/22 19:28, Tim Harvey wrote: > On Tue, Feb 15, 2022 at 9:36 AM Patrice CHOTARD > wrote: >> >> Hi Tim >> >> On 2/15/22 17:09, Tim Harvey wrote: >>> On Tue, Feb 15, 2022 at 5:29 AM Patrice CHOTARD >>> wrote: Hi Tim On 2/10/22 18:04, Tim Harvey wrote: > Greetin

Re: bind/unbind command not working for usb_ether

2022-02-15 Thread Heiko Schocher
Hello Tim, Patrice, On 15.02.22 19:28, Tim Harvey wrote: > On Tue, Feb 15, 2022 at 9:36 AM Patrice CHOTARD > wrote: >> >> Hi Tim >> >> On 2/15/22 17:09, Tim Harvey wrote: >>> On Tue, Feb 15, 2022 at 5:29 AM Patrice CHOTARD >>> wrote: Hi Tim On 2/10/22 18:04, Tim Harvey wrote:

Re: bind/unbind command not working for usb_ether

2022-02-15 Thread Tim Harvey
On Tue, Feb 15, 2022 at 9:36 AM Patrice CHOTARD wrote: > > Hi Tim > > On 2/15/22 17:09, Tim Harvey wrote: > > On Tue, Feb 15, 2022 at 5:29 AM Patrice CHOTARD > > wrote: > >> > >> Hi Tim > >> > >> On 2/10/22 18:04, Tim Harvey wrote: > >>> Greetings, > >>> > >>> I'm trying to understand how to use

Re: bind/unbind command not working for usb_ether

2022-02-15 Thread Patrice CHOTARD
Hi Tim On 2/15/22 17:09, Tim Harvey wrote: > On Tue, Feb 15, 2022 at 5:29 AM Patrice CHOTARD > wrote: >> >> Hi Tim >> >> On 2/10/22 18:04, Tim Harvey wrote: >>> Greetings, >>> >>> I'm trying to understand how to use the U-Boot bind command to bind >>> the usb_ether driver to the usb class to regi

Re: bind/unbind command not working for usb_ether

2022-02-15 Thread Tim Harvey
On Tue, Feb 15, 2022 at 5:29 AM Patrice CHOTARD wrote: > > Hi Tim > > On 2/10/22 18:04, Tim Harvey wrote: > > Greetings, > > > > I'm trying to understand how to use the U-Boot bind command to bind > > the usb_ether driver to the usb class to register a USB ethernet > > gadget network device as ref

Re: bind/unbind command not working for usb_ether

2022-02-15 Thread Patrice CHOTARD
Hi Tim On 2/10/22 18:04, Tim Harvey wrote: > Greetings, > > I'm trying to understand how to use the U-Boot bind command to bind > the usb_ether driver to the usb class to register a USB ethernet > gadget network device as referenced in: > commit 02291d83fdaaf ("doc: add bind/unbind command docume

Re: bind/unbind command not working for usb_ether

2022-02-15 Thread Patrice CHOTARD
Hi Tim On 2/10/22 18:04, Tim Harvey wrote: > Greetings, > > I'm trying to understand how to use the U-Boot bind command to bind > the usb_ether driver to the usb class to register a USB ethernet > gadget network device as referenced in: > commit 02291d83fdaaf ("doc: add bind/unbind command docume

bind/unbind command not working for usb_ether

2022-02-10 Thread Tim Harvey
Greetings, I'm trying to understand how to use the U-Boot bind command to bind the usb_ether driver to the usb class to register a USB ethernet gadget network device as referenced in: commit 02291d83fdaaf ("doc: add bind/unbind command documentation") commit 49c752c93a78 ("cmd: Add bind/unbind com