summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2025-02-17ptp: Ensure info->enable callback is always setThomas Weißschuh1-0/+8
2025-02-08pps: Fix a use-after-freeCalvin Owens1-1/+1
2025-02-08ptp: Properly handle compat ioctlsThomas Weißschuh1-0/+4
2024-12-19ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()Thomas Weißschuh1-3/+3
2024-12-14ptp: Add error handling for adjfine callback in ptp_clock_adjtimeAjay Kaher1-1/+2
2024-06-27ptp: fix integer overflow in max_vclocks_storeDan Carpenter1-2/+1
2024-06-21ptp: Fix error message on failed pin verificationKarol Kolacinski1-1/+2
2023-11-28ptp: annotate data-race around q->head and q->tailEric Dumazet4-6/+13
2023-10-02ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu1-1/+0
2023-08-09net: ptp: create a mock-up PTP Hardware Clock driverVladimir Oltean3-0/+187
2023-07-18ptp: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-03ptp: Make max_phase_adjustment sysfs device attribute invisible when not supp...Rahul Rameshbabu1-0/+3
2023-06-20ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu1-0/+7
2023-06-20ptp: idt82p33: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2-11/+11
2023-06-20ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2-20/+18
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu3-1/+20
2023-06-08net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-29ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang3-0/+347
2023-03-24ptp_qoriq: fix memory leak in probe()SongJingyi1-1/+1
2023-03-17ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski3-11/+53
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-15ptp: ines: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-10ptp_ocp: add force_irq to xilinx_spi configurationVadim Fedorenko1-0/+1
2023-02-22ptp: vclock: use mutex to fix "sleep on atomic" bugÍñigo Huguet2-23/+23
2023-01-20ptp_qoriq: fix latency in ptp_qoriq_adjtime() operationNikhil Gupta1-7/+43
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-171/+1163
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-25ptp: idt82p33: remove PEROUT_ENABLE_OUTPUT_MASKMin Li2-35/+0
2022-11-25ptp: idt82p33: Add PTP_CLK_REQ_EXTTS supportMin Li2-63/+640
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-2/+1
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller1-4/+1
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-2/+3
2022-11-11ptp_phc: convert .adjfreq to .adjfineJacob Keller1-15/+4
2022-10-31drivers: convert unsupported .adjfreq to .adjfineJacob Keller2-4/+4
2022-10-24ptp: ocp: remove flash image header check fallbackVadim Fedorenko1-5/+2
2022-10-24ptp: ocp: expose config and temperature for ART cardVadim Fedorenko1-0/+136
2022-10-24ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko1-0/+20
2022-10-24ptp: ocp: add Orolia timecard supportVadim Fedorenko1-0/+290
2022-10-24ptp: ocp: upgrade serial line informationVadim Fedorenko1-43/+67
2022-10-10] ptp: ocp: remove symlink for second GNSSVadim Fedorenko1-0/+1
2022-09-27ptp: Remove usage of the deprecated ida_simple_xxx APIBo Liu1-3/+3
2022-09-22ptp_ocp: use device_find_any_child() instead of custom approachAndy Shevchenko1-7/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+2
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-07-27ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon1-0/+1
2022-06-10ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko1-1/+1