Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-07-07 Thread Tom Rini
On Sat, May 22, 2021 at 08:47:06AM -0400, Tom Rini wrote: > As this board does not use CONFIG_OF_CONTROL and the DM_USB migration > deadline has passed, disable USB_GADGET support. > > Cc: Eric Nelson > Cc: Stefano Babic > Signed-off-by: Tom Rini > Acked-by: Eric Nelson Applied to

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Eric Nelson
Hi Tom, On 5/25/21 9:45 AM, Tom Rini wrote: > On Tue, May 25, 2021 at 09:19:30AM -0700, Eric Nelson wrote: >> Hi Tom, >> >> On 5/25/21 8:47 AM, Tom Rini wrote: >>> On Tue, May 25, 2021 at 07:10:29AM -0700, Eric Nelson wrote: >>> Since the proper U-Boot doesn't do anything at the moment, I

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Tom Rini
On Tue, May 25, 2021 at 09:19:30AM -0700, Eric Nelson wrote: > Hi Tom, > > On 5/25/21 8:47 AM, Tom Rini wrote: > > On Tue, May 25, 2021 at 07:10:29AM -0700, Eric Nelson wrote: > > > >> Since the proper U-Boot doesn't do anything at the moment, I don't think > >> this hurts much. > >> > >> My

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Eric Nelson
Hi Tom, On 5/25/21 8:47 AM, Tom Rini wrote: > On Tue, May 25, 2021 at 07:10:29AM -0700, Eric Nelson wrote: > >> Since the proper U-Boot doesn't do anything at the moment, I don't think >> this hurts much. >> >> My usage of mx6memcal generally ends after SPL spits out calibration >> values, and I

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Tom Rini
On Tue, May 25, 2021 at 07:10:29AM -0700, Eric Nelson wrote: > Since the proper U-Boot doesn't do anything at the moment, I don't think > this hurts much. > > My usage of mx6memcal generally ends after SPL spits out calibration > values, and I suspect the same is true for other users, so > >

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Eric Nelson
Since the proper U-Boot doesn't do anything at the moment, I don't think this hurts much. My usage of mx6memcal generally ends after SPL spits out calibration values, and I suspect the same is true for other users, so Acked-by: Eric Nelson On 5/22/21 5:47 AM, Tom Rini wrote: > As this board

[PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-22 Thread Tom Rini
As this board does not use CONFIG_OF_CONTROL and the DM_USB migration deadline has passed, disable USB_GADGET support. Cc: Eric Nelson Cc: Stefano Babic Signed-off-by: Tom Rini --- I realize this removes an important functional part of the board. I suspect the path forward here is to make a