]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Jan 2022 11:58:45 +0000 (11:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jan 2022 11:58:45 +0000 (11:58 +0000)
commit1138a958934ab640841750c64bf73f211248f8c8
tree561e7358c30ab271bfc58ffcf079379fd7bf4587
parent76e3293840ed3870f305be8825d2b1d45275deb0
parent6cf74e93b3f5a3f023b3436cf56e736c988f4715
Merge branch 'stmmac-fixes'

Yuji Ishikawa says:

====================
net: stmmac: dwmac-visconti: Fix bit definitions and clock configuration for RMII mode

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.

  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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>