Re: [PATCH v2 2/2] net/ibm/emac: wrong bit is used for STA control register write

2018-01-24 Thread David Miller
From: Ivan Mikhaylov Date: Wed, 24 Jan 2018 15:53:25 +0300 > STA control register has areas of mode and opcodes for opeations. 18 bit is > using for mode selection, where 0 is old MIO/MDIO access method and 1 is > indirect access mode. 19-20 bits are using for setting up

[PATCH v2 2/2] net/ibm/emac: wrong bit is used for STA control register write

2018-01-24 Thread Ivan Mikhaylov
STA control register has areas of mode and opcodes for opeations. 18 bit is using for mode selection, where 0 is old MIO/MDIO access method and 1 is indirect access mode. 19-20 bits are using for setting up read/write operation(STA opcodes). In current state 'read' is set into old MIO/MDIO mode

Re: [PATCH v2 2/2] net/ibm/emac: wrong bit is used for STA control register write

2018-01-23 Thread David Miller
When posting a new version of a patch which is part of a series, you must always repost the entire series not just the patches which change. Thank you.

[PATCH v2 2/2] net/ibm/emac: wrong bit is used for STA control register write

2018-01-23 Thread Ivan Mikhaylov
STA control register has areas of mode and opcodes for opeations. 18 bit is using for mode selection, where 0 is old MIO/MDIO access method and 1 is indirect access mode. 19-20 bits are using for setting up read/write operation(STA opcodes). In current state 'read' is set into old MIO/MDIO mode