summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)AuthorLines
2023-12-29ptp: ocp: fix bug in unregistering the DPLL subsystemSagi Maimon-1/+1
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet-6/+13
2023-11-13Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski-2/+0
2023-11-10ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira-0/+2
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis-11/+19
2023-11-08ptp: ptp_read should not release queueEdward Adam Davis-2/+0
2023-10-19ptp: prevent string overflowDan Carpenter-2/+2
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui-0/+25
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui-2/+39
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui-29/+55
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui-6/+42
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui-15/+22
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2023-10-04ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get()Nathan Chancellor-1/+1
2023-10-04ptp: ocp: fix error code in probe()Dan Carpenter-1/+1
2023-10-02ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu-1/+0
2023-09-17ptp_ocp: implement DPLL opsVadim Fedorenko-60/+310
2023-08-09net: ptp: create a mock-up PTP Hardware Clock driverVladimir Oltean-0/+187
2023-07-18ptp: Explicitly include correct DT includesRob Herring-1/+1
2023-07-03ptp: Make max_phase_adjustment sysfs device attribute invisible when not supp...Rahul Rameshbabu-0/+3
2023-06-20ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu-0/+7
2023-06-20ptp: idt82p33: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu-11/+11
2023-06-20ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu-20/+18
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu-1/+20
2023-06-08net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-1/+1
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-03-29ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang-0/+347
2023-03-24ptp_qoriq: fix memory leak in probe()SongJingyi-1/+1
2023-03-17ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski-11/+53
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2023-03-15ptp: ines: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-10ptp_ocp: add force_irq to xilinx_spi configurationVadim Fedorenko-0/+1
2023-02-22ptp: vclock: use mutex to fix "sleep on atomic" bugÍñigo Huguet-23/+23
2023-01-20ptp_qoriq: fix latency in ptp_qoriq_adjtime() operationNikhil Gupta-7/+43
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