Re: [PATCH net-next 10/12] net: stmmac: tc956x: add TC956x/QPS615 support

From: Andrew Lunn

Date: Wed May 06 2026 - 15:53:30 EST


> TL;DR - there are conceivable (and sane) hardware designs where the
> interrupt goes only to the TC9564 GPIO, but they are too different to
> RB3gen2 (and related SBC designs) for them to be supported before
> they exist!

Agreed. I'm just trying to be cautious. It would be bad to saying that
WoL is supported in general, because a board might come along where it
does not work because the TC9564 itself cannot wake the system. If the
driver needs to say WoL is supported, it should try to validate the
system is using a supported set of features.

But lets get the basic features supported first, WoL can be added
later.

Andrew