* Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support
@ 2023-04-28 19:15 Jonathan Neuschäfer
2023-05-02 6:44 ` Joel Stanley
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Neuschäfer @ 2023-04-28 19:15 UTC (permalink / raw)
To: openbmc, Avi Fishman; +Cc: Tomer Maimon
[-- Attachment #1: Type: text/plain, Size: 741 bytes --]
Hello Avi and others,
in my ongoing project to support the Nuvoton WPCM450 BMC in mainline
Linux, I have reached the point where the next useful step would be
Ethernet support. The WPCM450 contains a Nuvoton EMC, which is also used
in some older Winbond SoCs, and newer Nuvoton NPCM7xx BMCs.
In my downstream branch I have a EMC driver based on the W90P910
Ethernet driver that was part of mainline Linux in the past but has
since been removed. My version of the driver is heavily refactored,
though.
Nuvoton's downstream repository[1] also contains a EMC driver, albeit a
different one.
Is the Nuvoton BMC team interested in upstreaming EMC support at the
moment?
Best regards,
Jonathan
[1]: https://github.com/Nuvoton-Israel/linux
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support
2023-04-28 19:15 Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support Jonathan Neuschäfer
@ 2023-05-02 6:44 ` Joel Stanley
2023-05-03 12:45 ` Avi Fishman
2023-08-13 23:23 ` Jonathan Neuschäfer
0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2023-05-02 6:44 UTC (permalink / raw)
To: Jonathan Neuschäfer; +Cc: Avi Fishman, openbmc, Tomer Maimon
On Fri, 28 Apr 2023 at 19:15, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
>
> Hello Avi and others,
>
> in my ongoing project to support the Nuvoton WPCM450 BMC in mainline
> Linux, I have reached the point where the next useful step would be
> Ethernet support. The WPCM450 contains a Nuvoton EMC, which is also used
> in some older Winbond SoCs, and newer Nuvoton NPCM7xx BMCs.
That would be a great contribution.
I have a npcm750 eval board that I can test it on, please cc me when
you post the patches.
Cheers,
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support
2023-05-02 6:44 ` Joel Stanley
@ 2023-05-03 12:45 ` Avi Fishman
2023-08-13 23:23 ` Jonathan Neuschäfer
1 sibling, 0 replies; 5+ messages in thread
From: Avi Fishman @ 2023-05-03 12:45 UTC (permalink / raw)
To: Joel Stanley; +Cc: openbmc, Jonathan Neuschäfer, Tomer Maimon
Hi Jonathan,
Indeed this will be great.
Note that the code has some workarounds in its implementation.
See updated version at:
https://github.com/Nuvoton-Israel/linux/tree/NPCM-5.15-OpenBMC/drivers/net/ethernet/nuvoton
also, long time ago I started the progress of upstreaming and stopped, see:
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg2067239.html
Thanks,
Avi
On Tue, May 2, 2023 at 9:44 AM Joel Stanley <joel@jms.id.au> wrote:
>
> On Fri, 28 Apr 2023 at 19:15, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> >
> > Hello Avi and others,
> >
> > in my ongoing project to support the Nuvoton WPCM450 BMC in mainline
> > Linux, I have reached the point where the next useful step would be
> > Ethernet support. The WPCM450 contains a Nuvoton EMC, which is also used
> > in some older Winbond SoCs, and newer Nuvoton NPCM7xx BMCs.
>
> That would be a great contribution.
>
> I have a npcm750 eval board that I can test it on, please cc me when
> you post the patches.
>
> Cheers,
>
> Joel
--
Regards,
Avi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support
2023-05-02 6:44 ` Joel Stanley
2023-05-03 12:45 ` Avi Fishman
@ 2023-08-13 23:23 ` Jonathan Neuschäfer
2023-08-14 8:45 ` Joel Stanley
1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Neuschäfer @ 2023-08-13 23:23 UTC (permalink / raw)
To: Joel Stanley; +Cc: Avi Fishman, openbmc, Jonathan Neuschäfer, Tomer Maimon
[-- Attachment #1: Type: text/plain, Size: 835 bytes --]
Hi everyone,
On Tue, May 02, 2023 at 06:44:26AM +0000, Joel Stanley wrote:
> On Fri, 28 Apr 2023 at 19:15, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> >
> > Hello Avi and others,
> >
> > in my ongoing project to support the Nuvoton WPCM450 BMC in mainline
> > Linux, I have reached the point where the next useful step would be
> > Ethernet support. The WPCM450 contains a Nuvoton EMC, which is also used
> > in some older Winbond SoCs, and newer Nuvoton NPCM7xx BMCs.
>
> That would be a great contribution.
>
> I have a npcm750 eval board that I can test it on, please cc me when
> you post the patches.
Unfortunately, I haven't been able to work on this project in quite a
while, due to personal circumstances. I'm not sure when I'll be able to
continue, but I still intend to do it.
Jonathan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support
2023-08-13 23:23 ` Jonathan Neuschäfer
@ 2023-08-14 8:45 ` Joel Stanley
0 siblings, 0 replies; 5+ messages in thread
From: Joel Stanley @ 2023-08-14 8:45 UTC (permalink / raw)
To: Jonathan Neuschäfer; +Cc: Avi Fishman, openbmc, Tomer Maimon
On Sun, 13 Aug 2023 at 23:29, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> > I have a npcm750 eval board that I can test it on, please cc me when
> > you post the patches.
>
> Unfortunately, I haven't been able to work on this project in quite a
> while, due to personal circumstances. I'm not sure when I'll be able to
> continue, but I still intend to do it.
No worries. Hope all is well. It will still be waiting when you next
have time to hack on it.
Cheers,
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-14 8:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 19:15 Upstreaming Nuvoton EMC (100 Mbit Ethernet MAC Controller) support Jonathan Neuschäfer
2023-05-02 6:44 ` Joel Stanley
2023-05-03 12:45 ` Avi Fishman
2023-08-13 23:23 ` Jonathan Neuschäfer
2023-08-14 8:45 ` Joel Stanley
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.