summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: link the phc device to its parent deviceRichard Cochran2012-09-223-4/+5
* ptp: provide the clock's adjusted frequencyRichard Cochran2012-09-221-2/+3
* ptp: remember the adjusted frequencyRichard Cochran2012-09-222-0/+2
* pps/ptp: Allow PHC devices to adjust PPS events for known delayBen Hutchings2012-09-071-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\
| * Fix typo in various Kconfig fileMasanari Iida2012-04-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-0/+1
|\ \
| * | ptp_pch: Add missing #include <linux/slab.h>Geert Uytterhoeven2012-05-161-0/+1
| |/
* | pch_gbe: correct receive time stamp filteringTakahiro Shimizu2012-04-211-3/+7
* | pch_gbe: do not set the channel control registerTakahiro Shimizu2012-04-211-2/+0
* | pch_gbe: export a method to set the receive match addressTakahiro Shimizu2012-04-211-1/+2
* | pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu2012-04-211-0/+2
* | ixp4xx_eth: Fix up the get_ts_info ethtool method.Richard Cochran2012-04-121-2/+2
* | ixp4xx_eth: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+3
* | ptp: Add a method for obtaining the device index.Richard Cochran2012-04-041-0/+6
|/
* phc: Update author's email address.Richard Cochran2012-03-172-2/+2
* ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.David S. Miller2012-03-091-3/+3
* supports eg20t ptp clockTakahiro Shimizu2012-03-093-0/+744
* ptp: Fix clock_getres() implementationThomas Gleixner2011-12-061-1/+3
* ptp: Fix some locking bugs in ptp_read()Dan Carpenter2011-06-011-4/+4
* ptp: Return -EFAULT on copy_to_user() errorsDan Carpenter2011-06-011-1/+2
* ptp: Added a clock driver for the National Semiconductor PHYTER.Richard Cochran2011-05-231-0/+19
* ptp: Added a clock driver for the IXP46x.Richard Cochran2011-05-233-0/+346
* ptp: Added a clock that uses the eTSEC found on the MPC85xx.Richard Cochran2011-05-231-0/+13
* ptp: Added a brand new class driver for ptp clocks.Richard Cochran2011-05-236-0/+860