mbox series

[v2,0/2] net: stmmac: dwmac-visconti: Fix bit definitions and clock configuration for RMII mode

Message ID 20220119044648.18094-1-yuji2.ishikawa@toshiba.co.jp (mailing list archive)
Headers show
Series net: stmmac: dwmac-visconti: Fix bit definitions and clock configuration for RMII mode | expand

Message

Yuji Ishikawa Jan. 19, 2022, 4:46 a.m. UTC
Hi,

This series is a fix for RMII/MII operation mode of the dwmac-visconti driver.
It is composed of two parts:

* 1/2: fix constant definitions for cleared bits in ETHER_CLK_SEL register
* 2/2: fix configuration of ETHER_CLK_SEL register for running in RMII operation mode.

Best regards,
  Yuji

  net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
    v1 -> v2:
      - added Fixes tag to commit message

  net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
    v1 -> v2:
      - added Fixes tag to commit message

Yuji Ishikawa (2):
  net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
  net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode

 .../ethernet/stmicro/stmmac/dwmac-visconti.c  | 42 ++++++++++++-------
 1 file changed, 26 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 20, 2022, noon UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 19 Jan 2022 13:46:46 +0900 you wrote:
> Hi,
> 
> This series is a fix for RMII/MII operation mode of the dwmac-visconti driver.
> It is composed of two parts:
> 
> * 1/2: fix constant definitions for cleared bits in ETHER_CLK_SEL register
> * 2/2: fix configuration of ETHER_CLK_SEL register for running in RMII operation mode.
> 
> [...]

Here is the summary with links:
  - [v2,1/2] net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
    https://git.kernel.org/netdev/net/c/1ba1a4a90fa4
  - [v2,2/2] net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
    https://git.kernel.org/netdev/net/c/0959bc4bd420

You are awesome, thank you!