aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_pch.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-02ptp_pch: Load module automatically if ID matchesGravatar Andy Shevchenko 1-0/+1
2021-03-12ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...Gravatar Lee Jones 1-3/+6
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerGravatar Lee Jones 1-0/+1
2021-03-12ptp_pch: Remove unused function 'pch_ch_control_read()'Gravatar Lee Jones 1-11/+0
2020-06-25ptp_pch: use generic power managementGravatar Vaibhav Gupta 1-34/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2018-04-27ptp_pch: use helpers function for converting between ns and timespecGravatar YueHaibing 1-5/+2
2017-08-22ptp: make ptp_clock_info constGravatar Bhumika Goyal 1-1/+1
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-03-21ptp: drivers: set the number of programmable pins.Gravatar Richard Cochran 1-0/+1
2013-05-25ptp_pch: fix error handling in pch_probe()Gravatar Wei Yongjun 1-3/+5
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-11-28ptp: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28ptp: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-09-22ptp: link the phc device to its parent deviceGravatar Richard Cochran 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: 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-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 1-0/+730