aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_pch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-08ptp_pch: Remove unused pch_pm_opsAndy Shevchenko1-6/+0
2022-02-08ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-63/+10
2022-02-08ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko1-19/+1
2022-02-08ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko1-9/+4
2022-02-08ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko1-36/+10
2022-02-08ptp_pch: use mac_pton()Andy Shevchenko1-31/+10
2021-10-02ptp_pch: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2021-03-12ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descriptionLee Jones1-3/+6
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones1-0/+1
2021-03-12ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones1-11/+0
2020-06-25ptp_pch: use generic power managementVaibhav Gupta1-34/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2018-04-27ptp_pch: use helpers function for converting between ns and timespecYueHaibing1-5/+2
2017-08-22ptp: make ptp_clock_info constBhumika Goyal1-1/+1
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2013-05-25ptp_pch: fix error handling in pch_probe()Wei Yongjun1-3/+5
2013-03-27ptp_pch: eliminate a number of sparse warningsSahara1-13/+14
2013-03-26ptp_pch: fix typo in module parameter descriptionJiri Benc1-1/+1
2012-11-28ptp: remove use of __devexitBill Pemberton1-1/+1
2012-11-28ptp: remove use of __devinitBill Pemberton1-1/+1
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-05-16ptp_pch: Add missing #include <linux/slab.h>Geert Uytterhoeven1-0/+1
2012-04-21pch_gbe: do not set the channel control registerTakahiro Shimizu1-2/+0
2012-04-21pch_gbe: export a method to set the receive match addressTakahiro Shimizu1-1/+2
2012-04-21pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu1-0/+2
2012-03-09ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.David S. Miller1-3/+3
2012-03-09supports eg20t ptp clockTakahiro Shimizu1-0/+730