On Thu, 4 Jun 2020 11:38:14 -0500 Dan Murphy wrote:
Jakuballmodconfig with gcc-10
On 6/4/20 11:25 AM, Jakub Kicinski wrote:
On Thu, 4 Jun 2020 06:14:10 -0500 Dan Murphy wrote:I built with W=1 and C=1 and did not see this warning.
Add RGMII internal delay configuration for Rx and Tx.Hi Dan, please make sure W=1 C=1 build is clean:
Signed-off-by: Dan Murphy <dmurphy@xxxxxx>
drivers/net/phy/dp83869.c:103:18: warning: ÃâËdp83869_internal_delayÃââ defined but not used [-Wunused-const-variable=]
103 | static const int dp83869_internal_delay[] = {250, 500, 750, 1000, 1250, 1500,
| ^~~~~~~~~~~~~~~~~~~~~~
What defconfig are you using?
Can you check if CONFIG_OF_MDIO is set or not? That would be the onlyHm. I don't have the config from this particular build but just running
way that warning would come up.
allmodconfig makes it CONFIG_OF_MDIO=m
It says v6 in $subject.Oh sorry, I may be wrong in this case, I haven't tracked this series.Also net-next is closed right now, you can post RFCs but normal patchesI know net-next is closed.
should be deferred until after net-next reopens.
I pinged David M when it was open about what is meant by "new" patches
in the net-dev FAQ. So I figured I would send the patches to see what
the response was.
To me these are not new they are in process patches. My understand is
New is v1 patchesets.
But now I have the answer.