]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fec-ptp'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Oct 2014 18:45:17 +0000 (14:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Oct 2014 18:45:17 +0000 (14:45 -0400)
commit9d8bc4ceaf1af402ab3354b32490a0d221716e40
tree57cb9578e7e20ab6700a715e67834d08b399a11a
parent829bfa588a0e9e26e1565cb56da9743520c95e39
parent5eaff1e4103baee13f98bd244923e0fb6eb6ac12
Merge branch 'fec-ptp'

Luwei Zhou says:

====================
Enable FEC pps feather

Change from v2 to v3:
-Using the default channel 0 to be PPS channel not PTP_PIN_SET/GETFUNC interface.
-Using the linux definition of NSEC_PER_SEC.

Change from v1 to v2:
- Fix the potential 32-bit multiplication overflow issue.
- Optimize the hareware adjustment code to improve efficiency as Richard suggested
- Use ptp PTP_PIN_SET/GETFUNC interface to set PPS channel not device tree
and add PTP_PF_PPS enumeration
- Modify comments style
====================

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