Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $ git bisect bad
  2. 278d24047891a1bf4a98128eaa8ecafd019e58c2 is the first bad commit
  3. commit 278d24047891a1bf4a98128eaa8ecafd019e58c2
  4. Author: Luwei Zhou <b45643@freescale.com>
  5. Date: Fri Oct 10 13:15:30 2014 +0800
  6.  
  7. net: fec: ptp: Enable PPS output based on ptp clock
  8.  
  9. FEC ptp timer has 4 channel compare/trigger function. It can be used to
  10. enable pps output.
  11. The pulse would be ouput high exactly on N second. The pulse ouput high
  12. on compare event mode is used to produce pulse per second. The pulse
  13. width would be one cycle based on ptp timer clock source.Since 31-bit
  14. ptp hardware timer is used, the timer will wrap more than 2 seconds. We
  15. need to reload the compare compare event about every 1 second.
  16.  
  17. Signed-off-by: Luwei Zhou <b45643@freescale.com>
  18. Signed-off-by: David S. Miller <davem@davemloft.net>
  19.  
  20. :040000 040000 a30512322162ecd8dcc203de80935f953fa433fd c3c288f76495c534cdb66b54eb721f94e05b9408 M drivers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement