Re: [PATCH net-next 1/2] ravb: remove APSR_DM

2021-01-07 Thread Geert Uytterhoeven
On Wed, Jan 6, 2021 at 9:43 PM Sergey Shtylyov wrote: > According to the R-Car Series, 3rd Generation User's Manual: Hardware, > Rev. 1.50, there's no APSR.DM field, instead therea are 2 independent there > RX/TX clock internal delay bits. Follow the suit: remove #define APSR_DM > and rename #d

[PATCH net-next 1/2] ravb: remove APSR_DM

2021-01-06 Thread Sergey Shtylyov
According to the R-Car Series, 3rd Generation User's Manual: Hardware, Rev. 1.50, there's no APSR.DM field, instead therea are 2 independent RX/TX clock internal delay bits. Follow the suit: remove #define APSR_DM and rename #define's APSR_DM_{R|T}DM to APSR_{R|T}DM. While at it, do several more