aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2014-04-01net: ptp: move PTP classifier in its own fileGravatar Daniel Borkmann 1-0/+1
2014-03-21ptp: drivers: set the number of programmable pins.Gravatar Richard Cochran 2-0/+2
2014-03-21ptp: expose the programmable pins via sysfsGravatar Richard Cochran 2-0/+118
2014-03-21ptp: introduce programmable pins.Gravatar Richard Cochran 3-1/+155
2014-01-15ptp_pch: Add dependency on HAS_IOMEMGravatar Richard Weinberger 1-0/+1
2013-09-27ptp: switch to use gpiolibGravatar Linus Walleij 1-1/+8
2013-07-26PTP: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 3-24/+31
2013-06-24build some drivers only when compile-testingGravatar Jiri Slaby 1-0/+1
2013-05-25ptp_pch: fix error handling in pch_probe()Gravatar Wei Yongjun 1-3/+5
2013-04-12ptp: dynamic allocation of PHC char devicesGravatar Jiri Benc 1-25/+13
2013-03-27ptp_pch: eliminate a number of sparse warningsGravatar Sahara 1-13/+14
2013-03-26ptp_pch: fix typo in module parameter descriptionGravatar Jiri Benc 1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-16/+64
2012-11-28ptp: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28ptp: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-26ptp: reduce stack usage when measuring the system time offsetGravatar Richard Cochran 1-7/+14
2012-11-26ptp: reduce stack usage when reading external time stampsGravatar Richard Cochran 1-5/+17
2012-11-17pch_gbe, ptp_pch: Fix the dependency direction between these driversGravatar Ben Hutchings 1-2/+0
2012-11-01ptp: add an ioctl to compare PHC time with system timeGravatar Richard Cochran 1-0/+32
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversGravatar Ben Hutchings 1-5/+8
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSGravatar Ben Hutchings 1-4/+1
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALGravatar Ben Hutchings 1-1/+0
2012-09-22ptp: link the phc device to its parent deviceGravatar Richard Cochran 3-4/+5
2012-09-22ptp: provide the clock's adjusted frequencyGravatar Richard Cochran 1-2/+3
2012-09-22ptp: remember the adjusted frequencyGravatar Richard Cochran 2-0/+2
2012-09-07pps/ptp: Allow PHC devices to adjust PPS events for known delayGravatar Ben Hutchings 1-0/+5
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2012-05-16ptp_pch: Add missing #include <linux/slab.h>Gravatar Geert Uytterhoeven 1-0/+1
2012-04-21pch_gbe: correct receive time stamp filteringGravatar Takahiro Shimizu 1-3/+7
2012-04-21pch_gbe: do not set the channel control registerGravatar Takahiro Shimizu 1-2/+0
2012-04-21pch_gbe: export a method to set the receive match addressGravatar Takahiro Shimizu 1-1/+2
2012-04-21pch_gbe: scale time stamps to nanosecondsGravatar Takahiro Shimizu 1-0/+2
2012-04-16Fix typo in various Kconfig fileGravatar Masanari Iida 1-1/+1
2012-04-12ixp4xx_eth: Fix up the get_ts_info ethtool method.Gravatar Richard Cochran 1-2/+2
2012-04-04ixp4xx_eth: Support the get_ts_info ethtool method.Gravatar Richard Cochran 1-0/+3
2012-04-04ptp: Add a method for obtaining the device index.Gravatar Richard Cochran 1-0/+6
2012-03-17phc: Update author's email address.Gravatar Richard Cochran 2-2/+2
2012-03-09ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.Gravatar David S. Miller 1-3/+3
2012-03-09supports eg20t ptp clockGravatar Takahiro Shimizu 3-0/+744
2011-12-06ptp: Fix clock_getres() implementationGravatar Thomas Gleixner 1-1/+3
2011-06-01ptp: Fix some locking bugs in ptp_read()Gravatar Dan Carpenter 1-4/+4
2011-06-01ptp: Return -EFAULT on copy_to_user() errorsGravatar Dan Carpenter 1-1/+2
2011-05-23ptp: Added a clock driver for the National Semiconductor PHYTER.Gravatar Richard Cochran 1-0/+19
2011-05-23ptp: Added a clock driver for the IXP46x.Gravatar Richard Cochran 3-0/+346
2011-05-23ptp: Added a clock that uses the eTSEC found on the MPC85xx.Gravatar Richard Cochran 1-0/+13
2011-05-23ptp: Added a brand new class driver for ptp clocks.Gravatar Richard Cochran 6-0/+860