Merge branch 'net-ftgmac100-Ungate-RCLK-for-RMII-on-ASPEED-MACs'
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 Oct 2019 03:37:38 +0000 (20:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Oct 2019 03:37:38 +0000 (20:37 -0700)
commite001d28eeeff9d9906f2b2961cb3351227ad231a
treecae13c4526c5b4c585b0b5bcdc6f3f3130507f74
parent41441d85b671ee8d096e8a316dc8e072c210a62f
parent9bce4b27f3ecd4b81648cb02ce8fd6d319676eb7
Merge branch 'net-ftgmac100-Ungate-RCLK-for-RMII-on-ASPEED-MACs'

Andrew Jeffery says:

====================
net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs

This series slightly extends the devicetree binding and driver for the
FTGMAC100 to describe an optional RMII RCLK gate in the clocks property.
Currently it's necessary for the kernel to ungate RCLK on the AST2600 in NCSI
configurations as u-boot does not yet support NCSI (which uses the
R(educed)MII).

v2:
* Clear up Reduced vs Reversed MII in the cover letter
* Mitigate anxiety in the commit message for 1/3
* Clarify that AST2500 is also affected in the clocks property description in
  2/3
* Rework the error paths and update some comments in 3/3

v1 can be found here: https://lore.kernel.org/netdev/20191008115143.14149-1-andrew@aj.id.au/
====================

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