]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Sub-ns-increment-fixes-in-Macb-PTP'
authorDavid S. Miller <davem@davemloft.net>
Sat, 29 Jun 2019 18:09:18 +0000 (11:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jun 2019 18:09:18 +0000 (11:09 -0700)
commit8696b8c7962bc1495d15342832972b6301cb357c
treeab279b411a1b23c098c558af7b2231247251eb52
parent7fe6b8d854fce597f411d746b6ca7e339a5ba411
parentf2f344805724780b978e25207b1022303c936e77
Merge branch 'Sub-ns-increment-fixes-in-Macb-PTP'

Harini Katakam says:

====================
Sub ns increment fixes in Macb PTP

The subns increment register fields are not captured correctly in the
driver. Fix the same and also increase the subns incr resolution.

Sub ns resolution was increased to 24 bits in r1p06f2 version. To my
knowledge, this PTP driver, with its current BD time stamp
implementation, is only useful to that version or above. So, I have
increased the resolution unconditionally. Please let me know if there
is any IP versions incompatible with this - there is no register to
obtain this information from.

Changes from RFC:
None
====================

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