On Wed, 2021-04-14 at 18:35 +0200, Heiko Stübner wrote:
> Am Mittwoch, 14. April 2021, 18:33:12 CEST schrieb Chen-Yu Tsai:
> > On Thu, Apr 15, 2021 at 12:14 AM Ezequiel Garcia
> > wrote:
> > >
> > > Hi Peter, Heiko,
> > >
> > > On Wed, 2021-04-14 at 13:15 +0200, Heiko Stübner wrote:
> > > > Am
Am Mittwoch, 14. April 2021, 18:33:12 CEST schrieb Chen-Yu Tsai:
> On Thu, Apr 15, 2021 at 12:14 AM Ezequiel Garcia
> wrote:
> >
> > Hi Peter, Heiko,
> >
> > On Wed, 2021-04-14 at 13:15 +0200, Heiko Stübner wrote:
> > > Am Mittwoch, 14. April 2021, 13:03:25 CEST schrieb Peter Geis:
> > > > On Tue
On Thu, Apr 15, 2021 at 12:14 AM Ezequiel Garcia wrote:
>
> Hi Peter, Heiko,
>
> On Wed, 2021-04-14 at 13:15 +0200, Heiko Stübner wrote:
> > Am Mittwoch, 14. April 2021, 13:03:25 CEST schrieb Peter Geis:
> > > On Tue, Apr 13, 2021 at 7:37 PM Ezequiel Garcia
> > > wrote:
> > > > > > +static void
Hi Peter, Heiko,
On Wed, 2021-04-14 at 13:15 +0200, Heiko Stübner wrote:
> Am Mittwoch, 14. April 2021, 13:03:25 CEST schrieb Peter Geis:
> > On Tue, Apr 13, 2021 at 7:37 PM Ezequiel Garcia
> > wrote:
> > > > > +static void rk3566_set_to_rmii(struct rk_priv_data *bsp_priv)
> > > > > +{
> > > > >
On Wed, 2021-04-14 at 07:03 -0400, Peter Geis wrote:
> On Tue, Apr 13, 2021 at 7:37 PM Ezequiel Garcia
> wrote:
> >
> > On Tuesday, April 13, 2021 19:51 -03, Peter Geis
> > wrote:
> >
> > > On Tue, Apr 13, 2021 at 5:03 PM Ezequiel Garcia
> > > wrote:
> > > >
> > > > From: David Wu
> > > >
Am Mittwoch, 14. April 2021, 13:03:25 CEST schrieb Peter Geis:
> On Tue, Apr 13, 2021 at 7:37 PM Ezequiel Garcia
> wrote:
> > > > +static void rk3566_set_to_rmii(struct rk_priv_data *bsp_priv)
> > > > +{
> > > > + struct device *dev = &bsp_priv->pdev->dev;
> > > > +
> > > > + if (IS_E
On Tue, Apr 13, 2021 at 7:37 PM Ezequiel Garcia wrote:
>
> On Tuesday, April 13, 2021 19:51 -03, Peter Geis wrote:
>
> > On Tue, Apr 13, 2021 at 5:03 PM Ezequiel Garcia
> > wrote:
> > >
> > > From: David Wu
> > >
> > > Add constants and callback functions for the dwmac present
> > > on RK3566
On Tue, Apr 13, 2021 at 5:03 PM Ezequiel Garcia wrote:
>
> From: David Wu
>
> Add constants and callback functions for the dwmac present
> on RK3566 and RK3568 SoCs. As can be seen, the base structure
> is the same, only registers and the bits in them moved slightly.
>
> RK3568 supports two MACs,
From: David Wu
Add constants and callback functions for the dwmac present
on RK3566 and RK3568 SoCs. As can be seen, the base structure
is the same, only registers and the bits in them moved slightly.
RK3568 supports two MACs, and RK3566 support just one.
Signed-off-by: David Wu
[Ezequiel: Add