Re: [PATCH V6 09/20] net: ks8851: Use 16-bit read of RXFC register

2020-05-17 Thread Marek Vasut
On 5/17/20 9:44 PM, Andrew Lunn wrote: > On Sun, May 17, 2020 at 02:33:43AM +0200, Marek Vasut wrote: >> The RXFC register is the only one being read using 8-bit accessors. >> To make it easier to support the 16-bit accesses used by the parallel >> bus variant of KS8851, use 16-bit accessor to read

Re: [PATCH V6 09/20] net: ks8851: Use 16-bit read of RXFC register

2020-05-17 Thread Andrew Lunn
On Sun, May 17, 2020 at 02:33:43AM +0200, Marek Vasut wrote: > The RXFC register is the only one being read using 8-bit accessors. > To make it easier to support the 16-bit accesses used by the parallel > bus variant of KS8851, use 16-bit accessor to read RXFC register as > well as neighboring RXFC

[PATCH V6 09/20] net: ks8851: Use 16-bit read of RXFC register

2020-05-16 Thread Marek Vasut
The RXFC register is the only one being read using 8-bit accessors. To make it easier to support the 16-bit accesses used by the parallel bus variant of KS8851, use 16-bit accessor to read RXFC register as well as neighboring RXFCTR register. Remove ks8851_rdreg8() as it is not used anywhere anymo