| Commit message (Expand) | Author | Age | Files | Lines |
* | ptp: ocp: adjust sysfs entries to expose tty information | Vadim Fedorenko | 2024-09-12 | 1 | -11/+51 |
* | ptp: ocp: convert serial ports to array | Vadim Fedorenko | 2024-09-12 | 1 | -63/+57 |
* | ptp: fix integer overflow in max_vclocks_store | Dan Carpenter | 2024-06-18 | 1 | -2/+1 |
* | ptp: Fix error message on failed pin verification | Karol Kolacinski | 2024-06-05 | 1 | -1/+2 |
* | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2024-05-14 | 6 | -21/+13 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-14 | 1 | -3/+3 |
| |\ |
|
| | * | ptp: ocp: fix DPLL functions | Vadim Fedorenko | 2024-05-09 | 1 | -3/+3 |
| * | | ptp: ptp_qoriq: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-04-12 | 1 | -3/+2 |
| * | | ptp: ptp_ines: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-04-12 | 1 | -3/+2 |
| * | | ptp: ptp_idt82p33: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-04-12 | 1 | -4/+2 |
| * | | ptp: ptp_dte: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-04-12 | 1 | -4/+2 |
| * | | ptp: ptp_clockmatrix: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-04-12 | 1 | -4/+2 |
| |/ |
|
* / | ptp: vmw: drop owner assignment | Krzysztof Kozlowski | 2024-04-08 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2024-03-12 | 9 | -45/+1421 |
|\ |
|
| * | ptp: Move from simple ida to xarray | Kory Maincent | 2024-03-11 | 1 | -14/+18 |
| * | ptp: make ptp_class constant | Ricardo B. Marliere | 2024-03-11 | 3 | -10/+12 |
| * | ptp: fc3: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-03-05 | 1 | -4/+2 |
| * | ptp: ocp: add Adva timecard support | Sagi Maimon | 2024-02-08 | 1 | -9/+293 |
| * | dpll: extend lock_status_get() op by status error and expose to user | Jiri Pirko | 2024-02-01 | 1 | -4/+5 |
| * | ptp: add FemtoClock3 Wireless as ptp hardware clock | Min Li | 2024-01-29 | 4 | -0/+1074 |
| * | ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offset | Min Li | 2024-01-29 | 1 | -1/+15 |
| * | drivers/ptp: Convert snprintf to sysfs_emit | Li Zhijian | 2024-01-26 | 1 | -7/+6 |
* | | treewide: Remove system_counterval_t.cs, which is never read | Peter Hilber | 2024-02-07 | 3 | -6/+2 |
* | | ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constant | Peter Hilber | 2024-02-07 | 3 | -7/+9 |
* | | x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_id | Peter Hilber | 2024-02-07 | 1 | -0/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-01-04 | 1 | -1/+1 |
|\ |
|
| * | ptp: ocp: fix bug in unregistering the DPLL subsystem | Sagi Maimon | 2023-12-29 | 1 | -1/+1 |
* | | ptp: ocp: Use DEFINE_RES_*() in place | Andy Shevchenko | 2024-01-02 | 1 | -20/+6 |
* | | dpll: remove leftover mode_supported() op and use mode_get() instead | Jiri Pirko | 2023-12-13 | 1 | -8/+0 |
* | | net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config | Kory Maincent | 2023-11-18 | 1 | -9/+7 |
|/ |
|
* | ptp: annotate data-race around q->head and q->tail | Eric Dumazet | 2023-11-13 | 4 | -6/+13 |
* | Revert "ptp: Fixes a null pointer dereference in ptp_ioctl" | Jakub Kicinski | 2023-11-13 | 1 | -2/+0 |
* | ptp: Fixes a null pointer dereference in ptp_ioctl | Yuran Pereira | 2023-11-10 | 1 | -0/+2 |
* | ptp: fix corrupted list in ptp_open | Edward Adam Davis | 2023-11-08 | 3 | -11/+19 |
* | ptp: ptp_read should not release queue | Edward Adam Davis | 2023-11-08 | 1 | -2/+0 |
* | ptp: prevent string overflow | Dan Carpenter | 2023-10-19 | 1 | -2/+2 |
* | ptp: add debugfs interface to see applied channel masks | Xabier Marquiegui | 2023-10-15 | 3 | -0/+25 |
* | ptp: support event queue reader channel masks | Xabier Marquiegui | 2023-10-15 | 3 | -2/+39 |
* | ptp: support multiple timestamp event readers | Xabier Marquiegui | 2023-10-15 | 4 | -29/+55 |
* | ptp: Replace timestamp event queue with linked list | Xabier Marquiegui | 2023-10-15 | 4 | -6/+42 |
* | posix-clock: introduce posix_clock_context concept | Xabier Marquiegui | 2023-10-15 | 2 | -15/+22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-05 | 1 | -1/+0 |
|\ |
|
| * | ptp: ocp: Fix error handling in ptp_ocp_device_init | Dinghao Liu | 2023-10-02 | 1 | -1/+0 |
* | | ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get() | Nathan Chancellor | 2023-10-04 | 1 | -1/+1 |
* | | ptp: ocp: fix error code in probe() | Dan Carpenter | 2023-10-04 | 1 | -1/+1 |
* | | ptp_ocp: implement DPLL ops | Vadim Fedorenko | 2023-09-17 | 2 | -60/+310 |
|/ |
|
* | net: ptp: create a mock-up PTP Hardware Clock driver | Vladimir Oltean | 2023-08-09 | 3 | -0/+187 |
* | ptp: Explicitly include correct DT includes | Rob Herring | 2023-07-18 | 1 | -1/+1 |
* | ptp: Make max_phase_adjustment sysfs device attribute invisible when not supp... | Rahul Rameshbabu | 2023-07-03 | 1 | -0/+3 |
* | ptp: ocp: Add .getmaxphase ptp_clock_info callback | Rahul Rameshbabu | 2023-06-20 | 1 | -0/+7 |