summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)AuthorLines
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-171/+1163
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol-4/+0
2022-11-25ptp: idt82p33: remove PEROUT_ENABLE_OUTPUT_MASKMin Li-35/+0
2022-11-25ptp: idt82p33: Add PTP_CLK_REQ_EXTTS supportMin Li-63/+640
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li-2/+1
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller-4/+1
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller-2/+3
2022-11-11ptp_phc: convert .adjfreq to .adjfineJacob Keller-15/+4
2022-10-31drivers: convert unsupported .adjfreq to .adjfineJacob Keller-4/+4
2022-10-24ptp: ocp: remove flash image header check fallbackVadim Fedorenko-5/+2
2022-10-24ptp: ocp: expose config and temperature for ART cardVadim Fedorenko-0/+136
2022-10-24ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko-0/+20
2022-10-24ptp: ocp: add Orolia timecard supportVadim Fedorenko-0/+290
2022-10-24ptp: ocp: upgrade serial line informationVadim Fedorenko-43/+67
2022-10-10] ptp: ocp: remove symlink for second GNSSVadim Fedorenko-0/+1
2022-09-27ptp: Remove usage of the deprecated ida_simple_xxx APIBo Liu-3/+3
2022-09-22ptp_ocp: use device_find_any_child() instead of custom approachAndy Shevchenko-7/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+2
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-07-27ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon-0/+1
2022-06-10ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko-1/+1
2022-06-10ptp_ocp: do not call pci_set_drvdata(pdev, NULL)Andy Shevchenko-2/+0
2022-06-10ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()Andy Shevchenko-4/+2
2022-06-10ptp_ocp: use bits.h macros for all masksAndy Shevchenko-6/+7
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner-12/+2
2022-05-25ptp: ptp_clockmatrix: fix is_single_shotMin Li-1/+1
2022-05-24ptp: ocp: Add firmware header checksVadim Fedorenko-5/+73
2022-05-24ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon-11/+14
2022-05-24ptp: ocp: add .init function for sma_op vectorJonathan Lemon-9/+20
2022-05-24ptp: ocp: vectorize the sma accessor functionsJonathan Lemon-145/+169
2022-05-24ptp: ocp: constify selectorsJonathan Lemon-11/+13
2022-05-24ptp: ocp: parameterize input/output sma selectorsJonathan Lemon-15/+27
2022-05-24ptp: ocp: revise firmware displayJonathan Lemon-23/+41
2022-05-24ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko-1/+5
2022-05-24ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon-7/+2
2022-05-24ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon-5/+5
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+45
2022-05-18ptp: ocp: change sysfs attr group handlingJonathan Lemon-15/+42
2022-05-17ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progressMin Li-32/+2
2022-05-17ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS supportMin Li-109/+185
2022-05-16ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon-2/+3
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-10ptp: Speed up vclock lookupGerhard Engleder-19/+48
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder-3/+2
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder-16/+49
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon-1/+1
2022-03-30ptp: ocp: handle error from nvmem_device_findJonathan Lemon-7/+8
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter-3/+3
2022-03-17ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon-1/+2
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon-8/+20