aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ptp (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran1-0/+4
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang1-1/+1
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+2
2025-09-26ptp: Add a upper bound on max_vclocksI Viswanath2-1/+2
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko1-4/+2
2025-09-17ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang1-4/+5
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)3-1/+36
2025-09-17ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)1-1/+7
2025-09-09ptp: qoriq: convert to use generic interfaces to set loopback modeWei Fang4-107/+24
2025-09-09ptp: netc: add the periodic output signal loopback supportWei Fang1-0/+25
2025-09-09ptp: add debugfs interfaces to loop back the periodic output signalWei Fang1-0/+69
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran1-8/+26
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-09-02ptp: netc: add external trigger stamp supportF.S. Peng1-0/+85
2025-09-02ptp: netc: add periodic pulse output supportWei Fang1-50/+306
2025-09-02ptp: netc: add PTP_CLK_REQ_PPS supportWei Fang1-3/+260
2025-09-02ptp: netc: add NETC V4 Timer PTP driver supportWei Fang3-0/+431
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-08-29ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou1-2/+1
2025-08-14ptp: ptp_clockmatrix: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-12ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park2-0/+12
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-394/+356
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner1-5/+19
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman2-2/+2
2025-06-26ptp: Simplify ptp_read()Thomas Gleixner1-38/+16
2025-06-26ptp: Convert chardev code to lock guardsThomas Gleixner1-21/+13
2025-06-26ptp: Split out PTP_MASK_EN_SINGLE ioctl codeThomas Gleixner1-20/+15
2025-06-26ptp: Split out PTP_MASK_CLEAR_ALL ioctl codeThomas Gleixner1-2/+7
2025-06-26ptp: Split out PTP_PIN_SETFUNC ioctl codeThomas Gleixner1-34/+24
2025-06-26ptp: Split out PTP_PIN_GETFUNC ioctl codeThomas Gleixner1-29/+21
2025-06-26ptp: Split out PTP_SYS_OFFSET ioctl codeThomas Gleixner1-38/+40
2025-06-26ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl codeThomas Gleixner1-36/+39
2025-06-26ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl codeThomas Gleixner1-24/+29
2025-06-26ptp: Split out PTP_ENABLE_PPS ioctl codeThomas Gleixner1-17/+16
2025-06-26ptp: Split out PTP_PEROUT_REQUEST ioctl codeThomas Gleixner1-71/+58
2025-06-26ptp: Split out PTP_EXTTS_REQUEST ioctl codeThomas Gleixner1-55/+50
2025-06-26ptp: Split out PTP_CLOCK_GETCAPS ioctl codeThomas Gleixner1-18/+23
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman2-2/+13
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+23
2025-06-17ptp: allow reading of currently dialed frequency to succeed on free-running clocksVladimir Oltean1-1/+2
2025-06-17ptp: fix breakage after ptp_vclock_in_use() reworkVladimir Oltean1-1/+21
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-16ptp: Use ratelimite for freerun error messageBreno Leitao1-1/+1
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-11/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-05ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()Jeongjun Park1-11/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+17
2025-05-16ptp: ocp: Limit signal/freq counts in summary output functionsSagi Maimon1-7/+17