RE: [PATCH] net: stmmac: Add SMC support for EMAC System Manager register

From: Ooi, Joyce
Date: Wed Aug 15 2018 - 23:39:46 EST


> -----Original Message-----
> From: David Miller [mailto:davem@xxxxxxxxxxxxx]
> Sent: Tuesday, August 14, 2018 12:48 AM
> To: Ooi, Joyce <joyce.ooi@xxxxxxxxx>
> Cc: peppe.cavallaro@xxxxxx; alexandre.torgue@xxxxxx;
> joabreu@xxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> Ong, Hean Loong <hean.loong.ong@xxxxxxxxx>; Vandervennet, Yves
> <yves.vandervennet@xxxxxxxxx>
> Subject: Re: [PATCH] net: stmmac: Add SMC support for EMAC System Manager
> register
>
> From: "Ooi, Joyce" <joyce.ooi@xxxxxxxxx>
> Date: Sun, 12 Aug 2018 23:41:34 -0700
>
> > As there is restriction to access to EMAC System Manager registers in
> > the kernel for Intel Stratix10, the use of SMC calls are required and
> > added in dwmac-socfpga driver.
> >
> > Signed-off-by: Ooi, Joyce <joyce.ooi@xxxxxxxxx>
> > ---
> > This patch is dependent on https://lkml.org/lkml/2018/7/26/624
>
> I guess I cannot apply this to my networking tree then.
>
> I would suggest that you make a helper in a header file which dos the special
> SMC EMAC accesses, or alternatively the regular regmap access, based upon the
> CPP ifdef.
Could you please explain what you mean by 'a helper in a header file'?

Thanks.
>
> That way you won't have to put all of those CPP tests in the foo.c code.
>
> Thanks.