summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)Author
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-26ptp: ptp_ines: add HW timestamp configuration reportingVadim Fedorenko
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko
2025-11-25ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko
2025-11-25ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko
2025-11-25ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko
2025-11-25ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko
2025-11-19ptp: ocp: Switch to use %ptSpAndy Shevchenko
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-05ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-09-26ptp: Add a upper bound on max_vclocksI Viswanath
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko
2025-09-17ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)
2025-09-17ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)
2025-09-09ptp: qoriq: convert to use generic interfaces to set loopback modeWei Fang
2025-09-09ptp: netc: add the periodic output signal loopback supportWei Fang
2025-09-09ptp: add debugfs interfaces to loop back the periodic output signalWei Fang
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-02ptp: netc: add external trigger stamp supportF.S. Peng
2025-09-02ptp: netc: add periodic pulse output supportWei Fang
2025-09-02ptp: netc: add PTP_CLK_REQ_PPS supportWei Fang
2025-09-02ptp: netc: add NETC V4 Timer PTP driver supportWei Fang
2025-09-02ptp: add helpers to get the phc_index by of_node or devWei Fang
2025-09-01ptp: Limit time setting of PTP clocksMiroslav Lichvar
2025-08-29ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou
2025-08-14ptp: ptp_clockmatrix: Remove redundant semicolonsLiao Yuanhong
2025-08-12ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-06-26ptp: Simplify ptp_read()Thomas Gleixner
2025-06-26ptp: Convert chardev code to lock guardsThomas Gleixner
2025-06-26ptp: Split out PTP_MASK_EN_SINGLE ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_MASK_CLEAR_ALL ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_PIN_SETFUNC ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_PIN_GETFUNC ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_SYS_OFFSET ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_ENABLE_PPS ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_PEROUT_REQUEST ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_EXTTS_REQUEST ioctl codeThomas Gleixner