summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-33/+54
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+5
2025-11-27ptp: ptp_ines: add HW timestamp configuration reportingVadim Fedorenko1-0/+23
2025-11-27phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko1-4/+4
2025-11-26ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko1-3/+2
2025-11-26ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko1-2/+1
2025-11-26ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko1-14/+10
2025-11-26ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko1-9/+5
2025-11-19ptp: ocp: Switch to use %ptSpAndy Shevchenko1-8/+5
2025-11-11ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han1-0/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2025-11-06ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler1-1/+3
2025-11-01ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran1-0/+4
2025-10-23ptp: 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-27ptp: Add a upper bound on max_vclocksI Viswanath2-1/+2
2025-09-20ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko1-4/+2
2025-09-18ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang1-4/+5
2025-09-18ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)3-1/+36
2025-09-18ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)1-1/+7
2025-09-10ptp: qoriq: convert to use generic interfaces to set loopback modeWei Fang4-107/+24
2025-09-10ptp: netc: add the periodic output signal loopback supportWei Fang1-0/+25
2025-09-10ptp: 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-30ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou1-2/+1
2025-08-15ptp: ptp_clockmatrix: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-13ptp: 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/ne...Linus Torvalds2-394/+356
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus 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-27ptp: Simplify ptp_read()Thomas Gleixner1-38/+16
2025-06-27ptp: Convert chardev code to lock guardsThomas Gleixner1-21/+13
2025-06-27ptp: Split out PTP_MASK_EN_SINGLE ioctl codeThomas Gleixner1-20/+15
2025-06-27ptp: Split out PTP_MASK_CLEAR_ALL ioctl codeThomas Gleixner1-2/+7
2025-06-27ptp: Split out PTP_PIN_SETFUNC ioctl codeThomas Gleixner1-34/+24
2025-06-27ptp: Split out PTP_PIN_GETFUNC ioctl codeThomas Gleixner1-29/+21
2025-06-27ptp: Split out PTP_SYS_OFFSET ioctl codeThomas Gleixner1-38/+40
2025-06-27ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl codeThomas Gleixner1-36/+39
2025-06-27ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl codeThomas Gleixner1-24/+29
2025-06-27ptp: Split out PTP_ENABLE_PPS ioctl codeThomas Gleixner1-17/+16
2025-06-27ptp: Split out PTP_PEROUT_REQUEST ioctl codeThomas Gleixner1-71/+58
2025-06-27ptp: Split out PTP_EXTTS_REQUEST ioctl codeThomas Gleixner1-55/+50