]> git.karo-electronics.de Git - karo-tx-linux.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)
commit0e55a42ac89036d3f7debad74d9169a25d6ee307
treeb713d1b8bb721209a004c567cf5e1ede265d9658
parent2c1bcaffe8c48fa00735d97ea9552c87159a838c
parent28b45910ccda7b3e4de61b24a6f34d5fb1da90d2
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>