All of lore.kernel.org
 help / color / mirror / Atom feed
* Nokia RX51 U-Boot USB support updates?
@ 2021-07-13 20:33 Tom Rini
  2021-07-22 19:46 ` Tom Rini
  2021-07-25 10:40 ` Merlijn Wajer
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2021-07-13 20:33 UTC (permalink / raw)
  To: u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov, Merlijn Wajer
  Cc: Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 1966 bytes --]

Hey all,

So, the DM_USB migration deadline issue has been addressed by the series
here:
https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
which splits out host and gadget support from the CONFIG_USB symbol
itself.  The migration deadline was for host support, and as noted, N900
is gadget only.  That particular issue is resolved.

But investigating that issue lead me to figure out some other problems,
that I do need someone to say how will be addressed.  Now that the other
board removal series has been applied, and then with:
https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
also applied (for which the maintainer is happy to take), this brings
N900 as the last and only user of the "old" musb driver (the "new" musb
driver is now almost 9 years old) and also the last and only user of the
usbtty driver.

I suspect that moving to the "new" MUSB driver, for gadget only, and
with that enabling DM_USB_GADGET should be a mechanical affair, so long
as you can fit within the space constraints of the platform.  I'm not
immediately sure how hard it will be to update usbtty.c to modern gadget
APIs.  If there are size problems, then, well, we need solutions
proposed (it's possible that some of the usb-uclass.c code is host-only
and needs moving, but that likely won't stop gadget from needing it for
gadget related information, to bring up a specific example).

It's also likely that the MUSB support needs a little further
clean-up for supporting building as gadget-only when there's some common
code under a host-only check.

What I would like is for someone to step forward and say they'll pick up
this work.  Is there an immediate deadline? No.  I don't think that
would be helpful.  I'm not going to dictate how long it takes for
someone to do the work, that's for the person doing the work to say how
long they think it'll take.

Thanks all!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Nokia RX51 U-Boot USB support updates?
  2021-07-13 20:33 Nokia RX51 U-Boot USB support updates? Tom Rini
@ 2021-07-22 19:46 ` Tom Rini
  2021-07-25 10:40 ` Merlijn Wajer
  1 sibling, 0 replies; 7+ messages in thread
From: Tom Rini @ 2021-07-22 19:46 UTC (permalink / raw)
  To: u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov, Merlijn Wajer
  Cc: Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 2112 bytes --]

On Tue, Jul 13, 2021 at 04:33:04PM -0400, Tom Rini wrote:

> Hey all,
> 
> So, the DM_USB migration deadline issue has been addressed by the series
> here:
> https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
> which splits out host and gadget support from the CONFIG_USB symbol
> itself.  The migration deadline was for host support, and as noted, N900
> is gadget only.  That particular issue is resolved.
> 
> But investigating that issue lead me to figure out some other problems,
> that I do need someone to say how will be addressed.  Now that the other
> board removal series has been applied, and then with:
> https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
> also applied (for which the maintainer is happy to take), this brings
> N900 as the last and only user of the "old" musb driver (the "new" musb
> driver is now almost 9 years old) and also the last and only user of the
> usbtty driver.
> 
> I suspect that moving to the "new" MUSB driver, for gadget only, and
> with that enabling DM_USB_GADGET should be a mechanical affair, so long
> as you can fit within the space constraints of the platform.  I'm not
> immediately sure how hard it will be to update usbtty.c to modern gadget
> APIs.  If there are size problems, then, well, we need solutions
> proposed (it's possible that some of the usb-uclass.c code is host-only
> and needs moving, but that likely won't stop gadget from needing it for
> gadget related information, to bring up a specific example).
> 
> It's also likely that the MUSB support needs a little further
> clean-up for supporting building as gadget-only when there's some common
> code under a host-only check.
> 
> What I would like is for someone to step forward and say they'll pick up
> this work.  Is there an immediate deadline? No.  I don't think that
> would be helpful.  I'm not going to dictate how long it takes for
> someone to do the work, that's for the person doing the work to say how
> long they think it'll take.
> 
> Thanks all!

ping?

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Nokia RX51 U-Boot USB support updates?
  2021-07-13 20:33 Nokia RX51 U-Boot USB support updates? Tom Rini
  2021-07-22 19:46 ` Tom Rini
@ 2021-07-25 10:40 ` Merlijn Wajer
  2021-07-25 13:43   ` Tom Rini
  1 sibling, 1 reply; 7+ messages in thread
From: Merlijn Wajer @ 2021-07-25 10:40 UTC (permalink / raw)
  To: Tom Rini, u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov
  Cc: Marek Vasut

Hi Tom,

On 13/07/2021 22:33, Tom Rini wrote:
> Hey all,
> 
> So, the DM_USB migration deadline issue has been addressed by the series
> here:
> https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
> which splits out host and gadget support from the CONFIG_USB symbol
> itself.  The migration deadline was for host support, and as noted, N900
> is gadget only.  That particular issue is resolved.

Thanks a lot for doing that!

> But investigating that issue lead me to figure out some other problems,
> that I do need someone to say how will be addressed.  Now that the other
> board removal series has been applied, and then with:
> https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
> also applied (for which the maintainer is happy to take), this brings
> N900 as the last and only user of the "old" musb driver (the "new" musb
> driver is now almost 9 years old) and also the last and only user of the
> usbtty driver.
> 
> I suspect that moving to the "new" MUSB driver, for gadget only, and
> with that enabling DM_USB_GADGET should be a mechanical affair, so long
> as you can fit within the space constraints of the platform.  I'm not
> immediately sure how hard it will be to update usbtty.c to modern gadget
> APIs.  If there are size problems, then, well, we need solutions
> proposed (it's possible that some of the usb-uclass.c code is host-only
> and needs moving, but that likely won't stop gadget from needing it for
> gadget related information, to bring up a specific example).
> 
> It's also likely that the MUSB support needs a little further
> clean-up for supporting building as gadget-only when there's some common
> code under a host-only check.
> 
> What I would like is for someone to step forward and say they'll pick up
> this work.  Is there an immediate deadline? No.  I don't think that
> would be helpful.  I'm not going to dictate how long it takes for
> someone to do the work, that's for the person doing the work to say how
> long they think it'll take.

I have a nokia serial device for the N900, which makes debugging
significantly easier. I have some experience with u-boot (not that much
with u-boot on omap though), but I imagine that Ivaylo and/or Pali can
help me if I run into problems. So I'll try to pick this up.

As for a time frame, I imagine I should be able to find some time for
this in the next couple of months.

Thanks,
Merlijn

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Nokia RX51 U-Boot USB support updates?
  2021-07-25 10:40 ` Merlijn Wajer
@ 2021-07-25 13:43   ` Tom Rini
  2022-05-07 15:18     ` Merlijn Wajer
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2021-07-25 13:43 UTC (permalink / raw)
  To: Merlijn Wajer
  Cc: u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov, Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 2692 bytes --]

On Sun, Jul 25, 2021 at 12:40:13PM +0200, Merlijn Wajer wrote:
> Hi Tom,
> 
> On 13/07/2021 22:33, Tom Rini wrote:
> > Hey all,
> > 
> > So, the DM_USB migration deadline issue has been addressed by the series
> > here:
> > https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
> > which splits out host and gadget support from the CONFIG_USB symbol
> > itself.  The migration deadline was for host support, and as noted, N900
> > is gadget only.  That particular issue is resolved.
> 
> Thanks a lot for doing that!
> 
> > But investigating that issue lead me to figure out some other problems,
> > that I do need someone to say how will be addressed.  Now that the other
> > board removal series has been applied, and then with:
> > https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
> > also applied (for which the maintainer is happy to take), this brings
> > N900 as the last and only user of the "old" musb driver (the "new" musb
> > driver is now almost 9 years old) and also the last and only user of the
> > usbtty driver.
> > 
> > I suspect that moving to the "new" MUSB driver, for gadget only, and
> > with that enabling DM_USB_GADGET should be a mechanical affair, so long
> > as you can fit within the space constraints of the platform.  I'm not
> > immediately sure how hard it will be to update usbtty.c to modern gadget
> > APIs.  If there are size problems, then, well, we need solutions
> > proposed (it's possible that some of the usb-uclass.c code is host-only
> > and needs moving, but that likely won't stop gadget from needing it for
> > gadget related information, to bring up a specific example).
> > 
> > It's also likely that the MUSB support needs a little further
> > clean-up for supporting building as gadget-only when there's some common
> > code under a host-only check.
> > 
> > What I would like is for someone to step forward and say they'll pick up
> > this work.  Is there an immediate deadline? No.  I don't think that
> > would be helpful.  I'm not going to dictate how long it takes for
> > someone to do the work, that's for the person doing the work to say how
> > long they think it'll take.
> 
> I have a nokia serial device for the N900, which makes debugging
> significantly easier. I have some experience with u-boot (not that much
> with u-boot on omap though), but I imagine that Ivaylo and/or Pali can
> help me if I run into problems. So I'll try to pick this up.
> 
> As for a time frame, I imagine I should be able to find some time for
> this in the next couple of months.

A couple of months sounds great, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Nokia RX51 U-Boot USB support updates?
  2021-07-25 13:43   ` Tom Rini
@ 2022-05-07 15:18     ` Merlijn Wajer
  2022-05-07 17:13       ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Merlijn Wajer @ 2022-05-07 15:18 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov, Marek Vasut

Hi Tom, Pali,

On 25/07/2021 15:43, Tom Rini wrote:
> On Sun, Jul 25, 2021 at 12:40:13PM +0200, Merlijn Wajer wrote:
>> Hi Tom,
>>
>> On 13/07/2021 22:33, Tom Rini wrote:
>>> Hey all,
>>>
>>> So, the DM_USB migration deadline issue has been addressed by the series
>>> here:
>>> https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
>>> which splits out host and gadget support from the CONFIG_USB symbol
>>> itself.  The migration deadline was for host support, and as noted, N900
>>> is gadget only.  That particular issue is resolved.
>>
>> Thanks a lot for doing that!
>>
>>> But investigating that issue lead me to figure out some other problems,
>>> that I do need someone to say how will be addressed.  Now that the other
>>> board removal series has been applied, and then with:
>>> https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
>>> also applied (for which the maintainer is happy to take), this brings
>>> N900 as the last and only user of the "old" musb driver (the "new" musb
>>> driver is now almost 9 years old) and also the last and only user of the
>>> usbtty driver.
>>>
>>> I suspect that moving to the "new" MUSB driver, for gadget only, and
>>> with that enabling DM_USB_GADGET should be a mechanical affair, so long
>>> as you can fit within the space constraints of the platform.  I'm not
>>> immediately sure how hard it will be to update usbtty.c to modern gadget
>>> APIs.  If there are size problems, then, well, we need solutions
>>> proposed (it's possible that some of the usb-uclass.c code is host-only
>>> and needs moving, but that likely won't stop gadget from needing it for
>>> gadget related information, to bring up a specific example).
>>>
>>> It's also likely that the MUSB support needs a little further
>>> clean-up for supporting building as gadget-only when there's some common
>>> code under a host-only check.
>>>
>>> What I would like is for someone to step forward and say they'll pick up
>>> this work.  Is there an immediate deadline? No.  I don't think that
>>> would be helpful.  I'm not going to dictate how long it takes for
>>> someone to do the work, that's for the person doing the work to say how
>>> long they think it'll take.
>>
>> I have a nokia serial device for the N900, which makes debugging
>> significantly easier. I have some experience with u-boot (not that much
>> with u-boot on omap though), but I imagine that Ivaylo and/or Pali can
>> help me if I run into problems. So I'll try to pick this up.
>>
>> As for a time frame, I imagine I should be able to find some time for
>> this in the next couple of months.
> 
> A couple of months sounds great, thanks!

It's been a bit longer than that, but I am starting with it today. It 
shouldn't take too long at this point. Sorry for the delay.

Regards,
Merlijn

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Nokia RX51 U-Boot USB support updates?
  2022-05-07 15:18     ` Merlijn Wajer
@ 2022-05-07 17:13       ` Tom Rini
  2022-11-27 15:35         ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2022-05-07 17:13 UTC (permalink / raw)
  To: Merlijn Wajer
  Cc: u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov, Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 3195 bytes --]

On Sat, May 07, 2022 at 05:18:02PM +0200, Merlijn Wajer wrote:
> Hi Tom, Pali,
> 
> On 25/07/2021 15:43, Tom Rini wrote:
> > On Sun, Jul 25, 2021 at 12:40:13PM +0200, Merlijn Wajer wrote:
> > > Hi Tom,
> > > 
> > > On 13/07/2021 22:33, Tom Rini wrote:
> > > > Hey all,
> > > > 
> > > > So, the DM_USB migration deadline issue has been addressed by the series
> > > > here:
> > > > https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
> > > > which splits out host and gadget support from the CONFIG_USB symbol
> > > > itself.  The migration deadline was for host support, and as noted, N900
> > > > is gadget only.  That particular issue is resolved.
> > > 
> > > Thanks a lot for doing that!
> > > 
> > > > But investigating that issue lead me to figure out some other problems,
> > > > that I do need someone to say how will be addressed.  Now that the other
> > > > board removal series has been applied, and then with:
> > > > https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
> > > > also applied (for which the maintainer is happy to take), this brings
> > > > N900 as the last and only user of the "old" musb driver (the "new" musb
> > > > driver is now almost 9 years old) and also the last and only user of the
> > > > usbtty driver.
> > > > 
> > > > I suspect that moving to the "new" MUSB driver, for gadget only, and
> > > > with that enabling DM_USB_GADGET should be a mechanical affair, so long
> > > > as you can fit within the space constraints of the platform.  I'm not
> > > > immediately sure how hard it will be to update usbtty.c to modern gadget
> > > > APIs.  If there are size problems, then, well, we need solutions
> > > > proposed (it's possible that some of the usb-uclass.c code is host-only
> > > > and needs moving, but that likely won't stop gadget from needing it for
> > > > gadget related information, to bring up a specific example).
> > > > 
> > > > It's also likely that the MUSB support needs a little further
> > > > clean-up for supporting building as gadget-only when there's some common
> > > > code under a host-only check.
> > > > 
> > > > What I would like is for someone to step forward and say they'll pick up
> > > > this work.  Is there an immediate deadline? No.  I don't think that
> > > > would be helpful.  I'm not going to dictate how long it takes for
> > > > someone to do the work, that's for the person doing the work to say how
> > > > long they think it'll take.
> > > 
> > > I have a nokia serial device for the N900, which makes debugging
> > > significantly easier. I have some experience with u-boot (not that much
> > > with u-boot on omap though), but I imagine that Ivaylo and/or Pali can
> > > help me if I run into problems. So I'll try to pick this up.
> > > 
> > > As for a time frame, I imagine I should be able to find some time for
> > > this in the next couple of months.
> > 
> > A couple of months sounds great, thanks!
> 
> It's been a bit longer than that, but I am starting with it today. It
> shouldn't take too long at this point. Sorry for the delay.

OK, thanks for the update.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Nokia RX51 U-Boot USB support updates?
  2022-05-07 17:13       ` Tom Rini
@ 2022-11-27 15:35         ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2022-11-27 15:35 UTC (permalink / raw)
  To: Merlijn Wajer
  Cc: u-boot, Pali Rohár, maemo-leste, Ivaylo Dimitrov, Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 3408 bytes --]

On Sat, May 07, 2022 at 01:13:03PM -0400, Tom Rini wrote:
> On Sat, May 07, 2022 at 05:18:02PM +0200, Merlijn Wajer wrote:
> > Hi Tom, Pali,
> > 
> > On 25/07/2021 15:43, Tom Rini wrote:
> > > On Sun, Jul 25, 2021 at 12:40:13PM +0200, Merlijn Wajer wrote:
> > > > Hi Tom,
> > > > 
> > > > On 13/07/2021 22:33, Tom Rini wrote:
> > > > > Hey all,
> > > > > 
> > > > > So, the DM_USB migration deadline issue has been addressed by the series
> > > > > here:
> > > > > https://patchwork.ozlabs.org/project/uboot/list/?series=252793&state=*
> > > > > which splits out host and gadget support from the CONFIG_USB symbol
> > > > > itself.  The migration deadline was for host support, and as noted, N900
> > > > > is gadget only.  That particular issue is resolved.
> > > > 
> > > > Thanks a lot for doing that!
> > > > 
> > > > > But investigating that issue lead me to figure out some other problems,
> > > > > that I do need someone to say how will be addressed.  Now that the other
> > > > > board removal series has been applied, and then with:
> > > > > https://patchwork.ozlabs.org/project/uboot/patch/20210708014348.4010-1-trini@konsulko.com/
> > > > > also applied (for which the maintainer is happy to take), this brings
> > > > > N900 as the last and only user of the "old" musb driver (the "new" musb
> > > > > driver is now almost 9 years old) and also the last and only user of the
> > > > > usbtty driver.
> > > > > 
> > > > > I suspect that moving to the "new" MUSB driver, for gadget only, and
> > > > > with that enabling DM_USB_GADGET should be a mechanical affair, so long
> > > > > as you can fit within the space constraints of the platform.  I'm not
> > > > > immediately sure how hard it will be to update usbtty.c to modern gadget
> > > > > APIs.  If there are size problems, then, well, we need solutions
> > > > > proposed (it's possible that some of the usb-uclass.c code is host-only
> > > > > and needs moving, but that likely won't stop gadget from needing it for
> > > > > gadget related information, to bring up a specific example).
> > > > > 
> > > > > It's also likely that the MUSB support needs a little further
> > > > > clean-up for supporting building as gadget-only when there's some common
> > > > > code under a host-only check.
> > > > > 
> > > > > What I would like is for someone to step forward and say they'll pick up
> > > > > this work.  Is there an immediate deadline? No.  I don't think that
> > > > > would be helpful.  I'm not going to dictate how long it takes for
> > > > > someone to do the work, that's for the person doing the work to say how
> > > > > long they think it'll take.
> > > > 
> > > > I have a nokia serial device for the N900, which makes debugging
> > > > significantly easier. I have some experience with u-boot (not that much
> > > > with u-boot on omap though), but I imagine that Ivaylo and/or Pali can
> > > > help me if I run into problems. So I'll try to pick this up.
> > > > 
> > > > As for a time frame, I imagine I should be able to find some time for
> > > > this in the next couple of months.
> > > 
> > > A couple of months sounds great, thanks!
> > 
> > It's been a bit longer than that, but I am starting with it today. It
> > shouldn't take too long at this point. Sorry for the delay.
> 
> OK, thanks for the update.

Checking in on this, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-27 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13 20:33 Nokia RX51 U-Boot USB support updates? Tom Rini
2021-07-22 19:46 ` Tom Rini
2021-07-25 10:40 ` Merlijn Wajer
2021-07-25 13:43   ` Tom Rini
2022-05-07 15:18     ` Merlijn Wajer
2022-05-07 17:13       ` Tom Rini
2022-11-27 15:35         ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.