aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_clock.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-05ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler1-1/+3
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)1-1/+14
2025-09-09ptp: add debugfs interfaces to loop back the periodic output signalWei Fang1-0/+69
2025-09-02ptp: add helpers to get the phc_index by of_node or devWei Fang1-0/+53
2025-09-01ptp: Limit time setting of PTP clocksMiroslav Lichvar1-1/+12
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-06-17ptp: allow reading of currently dialed frequency to succeed on free-running c...Vladimir Oltean1-1/+2
2025-06-16ptp: Use ratelimite for freerun error messageBreno Leitao1-1/+1
2025-01-27ptp: Ensure info->enable callback is always setThomas Weißschuh1-0/+8
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2024-11-30ptp: Add error handling for adjfine callback in ptp_clock_adjtimeAjay Kaher1-1/+2
2024-03-11ptp: Move from simple ida to xarrayKory Maincent1-14/+18
2024-03-11ptp: make ptp_class constantRicardo B. Marliere1-8/+10
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li1-1/+15
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet1-2/+3
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis1-2/+6
2023-10-19ptp: prevent string overflowDan Carpenter1-2/+2
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui1-0/+7
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui1-2/+10
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui1-4/+2
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui1-2/+24
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu1-0/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller1-4/+1
2022-09-27ptp: Remove usage of the deprecated ida_simple_xxx APIBo Liu1-3/+3
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder1-4/+27
2022-02-03ptp: unregister virtual clocks when unregistering physical clock.Miroslav Lichvar1-2/+9
2021-10-28ptp: fix code indentation issuesCarlos Llamas1-3/+3
2021-10-21ptp: free 'vclock_index' in ptp_clock_release()Yang Yingliang1-4/+1
2021-10-20ptp: Fix possible memory leak in ptp_clock_register()Yang Yingliang1-4/+11
2021-07-08ptp: Relocate lookup cookie to correct block.Jonathan Lemon1-1/+1
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu1-1/+1
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu1-1/+2
2021-07-01ptp: track available ptp vclocks informationYangbo Lu1-1/+14
2021-07-01ptp: support ptp physical/virtual clocks conversionYangbo Lu1-0/+26
2021-06-29ptp: Set lookup cookie when creating a PTP PPS source.Jonathan Lemon1-0/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski1-3/+3
2021-05-10ptp: ptp_clock: make scaled_ppm_to_ppb static inlineRadu Pirea (NXP OSS)1-21/+0
2020-05-25ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev...Richard Cochran1-2/+8
2020-05-02ptp: Add adjphase function to support phase offset control.Vincent Cheng1-0/+3
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran1-2/+15
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-01-14ptp: free ptp device pin descriptors properlyVladis Dronov1-2/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+14
2019-12-30ptp: introduce ptp_cancel_worker_syncVladimir Oltean1-0/+6
2019-12-30ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-17/+14
2019-06-13ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-1/+1