]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bcmgenet-phy-rework'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 03:48:15 +0000 (20:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 03:48:15 +0000 (20:48 -0700)
commitd95feb2b380c1caad289296b95da43107ac23019
treeb713d1b8bb721209a004c567cf5e1ede265d9658
parent3932e40b7365995312312faf277465675e717562
parent4834560074f303455f051accc8d18e0ce6efeae1
Merge branch 'bcmgenet-phy-rework'

Florian Fainelli says:

====================
net: bcmgenet: PHY initialization rework

This patch series reworks how we perform PHY initialization and resets in the
GENET driver. Although this contains mostly fixes, some of the changes are a
bit too intrusive to be backported to 'net' at the moment.

Some of the motivations behind these changes were to reduce the time spent in how
performing MDIO transactions, since it is better to perform then when we have
interrupts enabled. This reduces the bring-up time of GENET from ~600 msecs down
to ~8 msecs, and about the same time for suspend/resume.

Since I do not currently have a system which is not DT-aware, can you (Petri,
Jaedon) give this a try and confirm things keep working as expected?
====================

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