aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ptp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds9-45/+1421
2024-03-11ptp: Move from simple ida to xarrayKory Maincent1-14/+18
2024-03-11ptp: make ptp_class constantRicardo B. Marliere3-10/+12
2024-03-05ptp: fc3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-08ptp: ocp: add Adva timecard supportSagi Maimon1-9/+293
2024-02-07treewide: Remove system_counterval_t.cs, which is never readPeter Hilber3-6/+2
2024-02-07ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constantPeter Hilber3-7/+9
2024-02-07x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber1-0/+2
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-4/+5
2024-01-29ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li4-0/+1074
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li1-1/+15
2024-01-26drivers/ptp: Convert snprintf to sysfs_emitLi Zhijian1-7/+6
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-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent1-9/+7
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet4-6/+13
2023-11-13Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski1-2/+0
2023-11-10ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira1-0/+2
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis3-11/+19
2023-11-08ptp: ptp_read should not release queueEdward Adam Davis1-2/+0
2023-10-19ptp: prevent string overflowDan Carpenter1-2/+2
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui3-0/+25
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui3-2/+39
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui4-29/+55
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui4-6/+42
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui2-15/+22
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
2023-09-17ptp_ocp: implement DPLL opsVadim Fedorenko2-60/+310
2023-08-09net: ptp: create a mock-up PTP Hardware Clock driverVladimir Oltean3-0/+187
2023-07-18ptp: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-03ptp: Make max_phase_adjustment sysfs device attribute invisible when not supportedRahul Rameshbabu1-0/+3
2023-06-20ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu1-0/+7
2023-06-20ptp: idt82p33: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2-11/+11
2023-06-20ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2-20/+18
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu3-1/+20
2023-06-08net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-29ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang3-0/+347
2023-03-24ptp_qoriq: fix memory leak in probe()SongJingyi1-1/+1
2023-03-17ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski3-11/+53
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-15ptp: ines: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1