summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_ocp.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06ptp: ocp: Fix board ID over-readAhmad Byagowi1-1/+3
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-7/+4
2026-06-12ptp: ocp: add shutdown callbackVadim Fedorenko1-0/+1
2026-06-09ptp: ocp: fix resource freeing orderVadim Fedorenko1-3/+21
2026-06-04ptp: Switch to ktime_get_snapshot_id() for pre/post timestampsThomas Gleixner1-7/+4
2026-03-13ptp: ocp: Add support for Xilinx-based Adva TimeCard variantSagi Maimon1-28/+337
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+3
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera1-7/+10
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-7/+8
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-28/+24
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+5
2025-11-25ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko1-3/+2
2025-11-25ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko1-2/+1
2025-11-25ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko1-14/+10
2025-11-25ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko1-9/+5
2025-11-19ptp: ocp: Switch to use %ptSpAndy Shevchenko1-8/+5
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han1-0/+6
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang1-1/+1
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko1-4/+2
2025-08-29ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou1-2/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+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
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+50
2025-05-01ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operationsSagi Maimon1-2/+50
2025-04-29ptp: ocp: Add const to bp->attr_group allocation typeKees Cook1-1/+1
2025-04-16ptp: ocp: fix start time alignment in ptp_ocp_signal_setSagi Maimon1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-20ptp: ocp: reject unsupported periodic output flagsJacob Keller1-0/+4
2025-03-06ptp: ocp: Remove redundant check in _signal_summary_showIvan Abramov1-3/+0
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-01-07pps: Fix a use-after-freeCalvin Owens1-1/+1
2025-01-02ptp: ocp: constify 'struct bin_attribute'Thomas Weißschuh1-8/+8
2024-09-06ptp: ocp: Improve PCIe delay estimationVadim Fedorenko1-9/+11
2024-09-03ptp: ocp: adjust sysfs entries to expose tty informationVadim Fedorenko1-11/+51
2024-09-03ptp: ocp: convert serial ports to arrayVadim Fedorenko1-63/+57
2024-05-09ptp: ocp: fix DPLL functionsVadim Fedorenko1-3/+3
2024-02-08ptp: ocp: add Adva timecard supportSagi Maimon1-9/+293
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-4/+5
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-01-02ptp: ocp: Use DEFINE_RES_*() in placeAndy Shevchenko1-20/+6
2023-12-29ptp: ocp: fix bug in unregistering the DPLL subsystemSagi Maimon1-1/+1
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-8/+0
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-10-04ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get()Nathan Chancellor1-1/+1
2023-10-04ptp: ocp: fix error code in probe()Dan Carpenter1-1/+1
2023-10-02ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu1-1/+0