Microchip-Ethernet / EVB-KSZ9477

Repository for using Microchip EVB-KSZ9477 board. Product Supported: KSZ9477, KSZ9567, KSZ9897, KSZ9896, KSZ8567, KSZ8565, KSZ9893, KSZ9563, KSZ8563, LAN9646, Phys(KSZ9031/9131, LAN8770
76 stars 78 forks source link

Cadence MACB driver in linux-drivers linux-4.14 does not compile #43

Open veedo opened 4 years ago

veedo commented 4 years ago

The header does not seem to match the source.

One of the errors as an example:  There are references to (struct * macb)->config, but the macb struct in the header doesn't have this field.  macb_main.c#L3104-L3105macb.h#L1013-L1110

Some of the other driver files also do not compile, but that may be because I'm using the IMX Linux 4.14 kernel and there isn't a mistake in the driver.

triha2work commented 4 years ago

The Cadence MAC driver header file is updated from the one in sama5d3/linux-4.14-rt.