]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-add-some-fixes-for-stm32'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2019 19:48:20 +0000 (11:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2019 19:48:20 +0000 (11:48 -0800)
commit8af3811a8eda8b448bfbb6323d3842e81eea04d3
tree6cba91ed7105fe84411ddff358baa96b55bb0f24
parent6ceffcbae738346492d1736e5ce3329ec6e8c216
parenta1a534cb44f14411f8e0962f6e969b81613c099e
Merge branch 'stmmac-add-some-fixes-for-stm32'

Christophe Roullier says:

====================
stmmac: add some fixes for stm32

For common stmmac:
- Add support to set CSR Clock range selection in DT
For stm32mpu:
- Glue codes to support magic packet
- Glue codes to support all PHY config :
PHY_MODE (MII,GMII, RMII, RGMII) and in normal,
PHY wo crystal (25Mhz),
PHY wo crystal (50Mhz), No 125Mhz from PHY config
For stm32mcu:
- Add Ethernet support for stm32h7

Changes in V3:
- Reverse for syscfg management because it is manage by these patches
  https://lkml.org/lkml/2018/12/12/133
  https://lkml.org/lkml/2018/12/12/134
  https://lkml.org/lkml/2018/12/12/131
  https://lkml.org/lkml/2018/12/12/132
====================

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