OSDN Git Service

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)
commiteaa008d3b385e27095aef58e42bce22f4527258d
tree78a6f9478e22b9e7f4eb8f06d0361fba04080458
parent0263ea5cddedd84c111b55d33a8ec94740d1c8d3
parent57878f2f4697a4f4ae53586fa7565ed1a3275a2c
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>