]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'phy-micrel'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2015 07:50:49 +0000 (00:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2015 07:50:49 +0000 (00:50 -0700)
commit6508060232ee78200a2258aefeeb148ce9ed1526
tree6dfa367a0bf5fb7688fbe57d8e633d3cbff0a814
parentf38b24c90528c888915ef6e3bc320bdb30b14cf2
parent6270e1ae804ae781cdd3cc20eadfa4b6fb090ab7
Merge branch 'phy-micrel'

Jaeden Amero says:

====================
net/phy: micrel: Center FLP timing at 16ms

In v2, we add an additional cleanup commit to make an array of strings
static const and to improve const correctness generally. We also no longer
unnecessarily initialize the result variable in
ksz9031_center_flp_timing().

In v3, we remove the unnecessary result variable from ksz9031_config_init()
introduced by a previous version of "net/phy: micrel: Center FLP timing at
16ms".

In v4, we modify the commit message of "net/phy: micrel: Center FLP timing
at 16ms" to replace the awkward quotation of the data sheet's programming
procedure with an explanation of why we program the FLP burst registers and
restart auto-negotiation where we do (config_init).
====================

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