summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_pch.c
Commit message (Expand)AuthorAgeFilesLines
* ptp_phc: convert .adjfreq to .adjfineJacob Keller2022-11-111-15/+4
* ptp_pch: Remove unused pch_pm_opsAndy Shevchenko2022-02-081-6/+0
* ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko2022-02-081-63/+10
* ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko2022-02-081-19/+1
* ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko2022-02-081-9/+4
* ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko2022-02-081-36/+10
* ptp_pch: use mac_pton()Andy Shevchenko2022-02-081-31/+10
* ptp_pch: Load module automatically if ID matchesAndy Shevchenko2021-10-021-0/+1
* ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...Lee Jones2021-03-121-3/+6
* ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones2021-03-121-0/+1
* ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones2021-03-121-11/+0
* ptp_pch: use generic power managementVaibhav Gupta2020-06-251-34/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
* ptp_pch: use helpers function for converting between ns and timespecYueHaibing2018-04-271-5/+2
* ptp: make ptp_clock_info constBhumika Goyal2017-08-221-1/+1
* ptp: pch: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* ptp_pch: fix error handling in pch_probe()Wei Yongjun2013-05-251-3/+5
* ptp_pch: eliminate a number of sparse warningsSahara2013-03-271-13/+14
* ptp_pch: fix typo in module parameter descriptionJiri Benc2013-03-261-1/+1
* ptp: remove use of __devexitBill Pemberton2012-11-281-1/+1
* ptp: remove use of __devinitBill Pemberton2012-11-281-1/+1
* ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-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: 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
|/
* 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-091-0/+730