]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ave-fix-the-activation-issues-for-some-UniPhier-SoCs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Apr 2018 14:49:41 +0000 (10:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Apr 2018 14:49:41 +0000 (10:49 -0400)
commitc66612ee5f1f6ab2b573bd1cdb15b457805ee512
tree78a6f9478e22b9e7f4eb8f06d0361fba04080458
parent9d3b9fc149b305016584b152b850c319eb7fce1d
parent939b6c01d89c4cf7e954780db1b82cf87136f9f2
Merge branch 'ave-fix-the-activation-issues-for-some-UniPhier-SoCs'

Kunihiko Hayashi says:

====================
ave: fix the activation issues for some UniPhier SoCs

This add the following stuffs to fix the activation issues and satisfy
requirements for AVE ethernet driver implemented on some UniPhier SoCs.

- Add support for additional necessary clocks and resets, because the kernel
  is stalled on Pro4 due to lack of them.

- Check whether the SoC supports the specified phy-mode

- Add DT property support indicating system controller that has the feature
  for configurating phy-mode including built-in phy on LD11.

v1: https://www.spinics.net/lists/netdev/msg494904.html

Changes since v1:
- Add 'Reviewed-by' lines
====================

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