| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+1 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2023-03-29 | ptp: add ToD device driver for Intel FPGA cards | Tianfei Zhang | 3 | -0/+347 |
| 2023-03-24 | ptp_qoriq: fix memory leak in probe() | SongJingyi | 1 | -1/+1 |
| 2023-03-17 | ptp: kvm: Use decrypted memory in confidential guest on x86 | Jeremi Piotrowski | 3 | -11/+53 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-03-15 | ptp: ines: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-10 | ptp_ocp: add force_irq to xilinx_spi configuration | Vadim Fedorenko | 1 | -0/+1 |
| 2023-02-22 | ptp: vclock: use mutex to fix "sleep on atomic" bug | Íñigo Huguet | 2 | -23/+23 |
| 2023-01-20 | ptp_qoriq: fix latency in ptp_qoriq_adjtime() operation | Nikhil Gupta | 1 | -7/+43 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 8 | -171/+1163 |
| 2022-11-30 | net: devlink: let the core report the driver name instead of the drivers | Vincent Mailhol | 1 | -4/+0 |
| 2022-11-25 | ptp: idt82p33: remove PEROUT_ENABLE_OUTPUT_MASK | Min Li | 2 | -35/+0 |
| 2022-11-25 | ptp: idt82p33: Add PTP_CLK_REQ_EXTTS support | Min Li | 2 | -63/+640 |
| 2022-11-23 | ACPI: make remove callback of ACPI driver void | Dawei Li | 1 | -2/+1 |
| 2022-11-11 | ptp: remove the .adjfreq interface function | Jacob Keller | 1 | -4/+1 |
| 2022-11-11 | ptp: convert remaining drivers to adjfine interface | Jacob Keller | 1 | -2/+3 |
| 2022-11-11 | ptp_phc: convert .adjfreq to .adjfine | Jacob Keller | 1 | -15/+4 |
| 2022-10-31 | drivers: convert unsupported .adjfreq to .adjfine | Jacob Keller | 2 | -4/+4 |
| 2022-10-24 | ptp: ocp: remove flash image header check fallback | Vadim Fedorenko | 1 | -5/+2 |
| 2022-10-24 | ptp: ocp: expose config and temperature for ART card | Vadim Fedorenko | 1 | -0/+136 |
| 2022-10-24 | ptp: ocp: add serial port of mRO50 MAC on ART card | Vadim Fedorenko | 1 | -0/+20 |
| 2022-10-24 | ptp: ocp: add Orolia timecard support | Vadim Fedorenko | 1 | -0/+290 |
| 2022-10-24 | ptp: ocp: upgrade serial line information | Vadim Fedorenko | 1 | -43/+67 |
| 2022-10-10 | ] ptp: ocp: remove symlink for second GNSS | Vadim Fedorenko | 1 | -0/+1 |
| 2022-09-27 | ptp: Remove usage of the deprecated ida_simple_xxx API | Bo Liu | 1 | -3/+3 |
| 2022-09-22 | ptp_ocp: use device_find_any_child() instead of custom approach | Andy Shevchenko | 1 | -7/+1 |
| 2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -12/+2 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2022-07-27 | ptp: ocp: Select CRC16 in the Kconfig. | Jonathan Lemon | 1 | -0/+1 |
| 2022-06-10 | ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x) | Andy Shevchenko | 1 | -1/+1 |
| 2022-06-10 | ptp_ocp: do not call pci_set_drvdata(pdev, NULL) | Andy Shevchenko | 1 | -2/+0 |
| 2022-06-10 | ptp_ocp: drop duplicate NULL check in ptp_ocp_detach() | Andy Shevchenko | 1 | -4/+2 |
| 2022-06-10 | ptp_ocp: use bits.h macros for all masks | Andy Shevchenko | 1 | -6/+7 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner | 1 | -12/+2 |
| 2022-05-25 | ptp: ptp_clockmatrix: fix is_single_shot | Min Li | 1 | -1/+1 |
| 2022-05-24 | ptp: ocp: Add firmware header checks | Vadim Fedorenko | 1 | -5/+73 |
| 2022-05-24 | ptp: ocp: fix PPS source selector debugfs reporting | Jonathan Lemon | 1 | -11/+14 |
| 2022-05-24 | ptp: ocp: add .init function for sma_op vector | Jonathan Lemon | 1 | -9/+20 |
| 2022-05-24 | ptp: ocp: vectorize the sma accessor functions | Jonathan Lemon | 1 | -145/+169 |
| 2022-05-24 | ptp: ocp: constify selectors | Jonathan Lemon | 1 | -11/+13 |
| 2022-05-24 | ptp: ocp: parameterize input/output sma selectors | Jonathan Lemon | 1 | -15/+27 |
| 2022-05-24 | ptp: ocp: revise firmware display | Jonathan Lemon | 1 | -23/+41 |
| 2022-05-24 | ptp: ocp: add Celestica timecard PCI ids | Vadim Fedorenko | 1 | -1/+5 |
| 2022-05-24 | ptp: ocp: Remove #ifdefs around PCI IDs | Jonathan Lemon | 1 | -7/+2 |
| 2022-05-24 | ptp: ocp: 32-bit fixups for pci start address | Jonathan Lemon | 1 | -5/+5 |
| 2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -17/+45 |
| 2022-05-18 | ptp: ocp: change sysfs attr group handling | Jonathan Lemon | 1 | -15/+42 |
| 2022-05-17 | ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progress | Min Li | 2 | -32/+2 |
| 2022-05-17 | ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support | Min Li | 2 | -109/+185 |
| 2022-05-16 | ptp: ocp: have adjtime handle negative delta_ns correctly | Jonathan Lemon | 1 | -2/+3 |
| 2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-05-10 | ptp: Speed up vclock lookup | Gerhard Engleder | 2 | -19/+48 |
| 2022-05-10 | ptp: Pass hwtstamp to ptp_convert_timestamp() | Gerhard Engleder | 1 | -3/+2 |
| 2022-05-10 | ptp: Add cycles support for virtual clocks | Gerhard Engleder | 4 | -16/+49 |
| 2022-05-09 | ptp: ocp: Use DIV64_U64_ROUND_UP for rounding. | Jonathan Lemon | 1 | -1/+1 |
| 2022-03-30 | ptp: ocp: handle error from nvmem_device_find | Jonathan Lemon | 1 | -7/+8 |
| 2022-03-18 | ptp: ocp: use snprintf() in ptp_ocp_verify() | Dan Carpenter | 1 | -3/+3 |
| 2022-03-17 | ptp: ocp: Make debugfs variables the correct bitwidth | Jonathan Lemon | 1 | -1/+2 |
| 2022-03-17 | ptp: ocp: Fix PTP_PF_* verification requests | Jonathan Lemon | 1 | -8/+20 |
| 2022-03-11 | ptp: ocp: Add 2 more timestampers | Jonathan Lemon | 1 | -5/+56 |
| 2022-03-11 | ptp: ocp: Add 4 frequency counters | Jonathan Lemon | 1 | -7/+165 |
| 2022-03-11 | ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT | Jonathan Lemon | 1 | -9/+94 |
| 2022-03-11 | ptp: ocp: Add signal generators and update sysfs nodes | Jonathan Lemon | 1 | -10/+476 |
| 2022-03-11 | ptp: ocp: Add firmware capability bits for feature gating | Jonathan Lemon | 1 | -5/+33 |
| 2022-03-11 | ptp: ocp: Add GND and VCC output selectors | Jonathan Lemon | 1 | -0/+2 |
| 2022-03-11 | ptp: ocp: Rename output selector 'GNSS' to 'GNSS1' | Jonathan Lemon | 1 | -4/+4 |
| 2022-03-11 | ptp: ocp: Add ability to disable input selectors. | Jonathan Lemon | 1 | -11/+23 |
| 2022-03-11 | ptp: ocp: Add support for selectable SMA directions. | Jonathan Lemon | 1 | -117/+211 |
| 2022-03-10 | ptp: ocp: add UPF_NO_THRE_TEST flag for serial ports | Jonathan Lemon | 1 | -1/+1 |
| 2022-03-09 | ptp: idt82p33: use rsmu driver to access i2c/spi bus | Min Li | 2 | -369/+126 |
| 2022-03-09 | ptp: ocp: Update devlink firmware display path. | Jonathan Lemon | 1 | -26/+17 |
| 2022-03-09 | ptp: ocp: add nvmem interface for accessing eeprom | Jonathan Lemon | 1 | -64/+120 |
| 2022-03-08 | ptp: ocp: correct label for error path | Jonathan Lemon | 1 | -2/+2 |
| 2022-03-07 | ptp: ocp: off by in in ptp_ocp_tod_gnss_name() | Dan Carpenter | 1 | -1/+1 |
| 2022-03-04 | ptp: ocp: Add serial port information to the debug summary | Jonathan Lemon | 1 | -0/+8 |
| 2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+23 |
| 2022-03-03 | ptp: ocp: adjust utc_tai_offset to TOD info | Vadim Fedorenko | 1 | -20/+31 |
| 2022-03-03 | ptp: ocp: add tod_correction attribute | Vadim Fedorenko | 1 | -0/+41 |
| 2022-03-03 | ptp: ocp: Expose clock status drift and offset | Vadim Fedorenko | 1 | -0/+34 |
| 2022-03-03 | ptp: ocp: add TOD debug information | Vadim Fedorenko | 1 | -36/+70 |
| 2022-03-02 | ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments | Jonathan Lemon | 1 | -2/+23 |
| 2022-02-08 | ptp_pch: Remove unused pch_pm_ops | Andy Shevchenko | 1 | -6/+0 |
| 2022-02-08 | ptp_pch: Convert to use managed functions pcim_* and devm_* | Andy Shevchenko | 1 | -63/+10 |
| 2022-02-08 | ptp_pch: Switch to use module_pci_driver() macro | Andy Shevchenko | 1 | -19/+1 |
| 2022-02-08 | ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo() | Andy Shevchenko | 1 | -9/+4 |
| 2022-02-08 | ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi() | Andy Shevchenko | 1 | -36/+10 |
| 2022-02-08 | ptp_pch: use mac_pton() | Andy Shevchenko | 1 | -31/+10 |
| 2022-02-03 | ptp: add getcrosststamp() to virtual clocks. | Miroslav Lichvar | 1 | -0/+24 |
| 2022-02-03 | ptp: add gettimex64() to virtual clocks. | Miroslav Lichvar | 1 | -1/+28 |
| 2022-02-03 | ptp: increase maximum adjustment of virtual clocks. | Miroslav Lichvar | 1 | -2/+1 |
| 2022-02-03 | ptp: unregister virtual clocks when unregistering physical clock. | Miroslav Lichvar | 1 | -2/+9 |
| 2022-01-27 | ptp: replace snprintf with sysfs_emit | Yang Guang | 1 | -2/+2 |
| 2022-01-06 | net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets | Miroslav Lichvar | 1 | -5/+5 |
| 2021-12-14 | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX | Hangbin Liu | 1 | -4/+0 |
| 2021-11-18 | ptp: ocp: Fix a couple NULL vs IS_ERR() checks | Dan Carpenter | 1 | -4/+5 |
| 2021-11-12 | ptp: ptp_clockmatrix: repair non-kernel-doc comment | Randy Dunlap | 1 | -4/+1 |
| 2021-10-28 | ptp: fix code indentation issues | Carlos Llamas | 1 | -3/+3 |
| 2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -8/+12 |
| 2021-10-21 | ptp: free 'vclock_index' in ptp_clock_release() | Yang Yingliang | 1 | -4/+1 |
| 2021-10-20 | ptp: Fix possible memory leak in ptp_clock_register() | Yang Yingliang | 1 | -4/+11 |
| 2021-10-15 | ptp: fix error print of ptp_kvm on X86_64 platform | Kele Huang | 1 | -2/+2 |
| 2021-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+3 |
| 2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
| 2021-10-02 | ptp_pch: Load module automatically if ID matches | Andy Shevchenko | 1 | -0/+1 |
| 2021-10-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -7/+2 |
| 2021-09-30 | ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm | Zelin Deng | 1 | -7/+2 |
| 2021-09-27 | ptp: ocp: Move devlink registration to be last devlink command | Leon Romanovsky | 1 | -4/+2 |
| 2021-09-27 | ptp: clockmatrix: use rsmu driver to access i2c/spi bus | Min Li | 3 | -1241/+431 |
| 2021-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2021-09-22 | devlink: Make devlink_register to be void | Leon Romanovsky | 1 | -6/+1 |
| 2021-09-20 | ptp: ocp: add COMMON_CLK dependency | Arnd Bergmann | 1 | -0/+1 |
| 2021-09-17 | ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show() | Nathan Chancellor | 1 | -2/+2 |
| 2021-09-15 | ptp: ocp: Add timestamp window adjustment | Jonathan Lemon | 1 | -11/+66 |
| 2021-09-15 | ptp: ocp: Have FPGA fold in ns adjustment for adjtime. | Jonathan Lemon | 1 | -15/+25 |
| 2021-09-15 | ptp: ocp: Enable 4th timestamper / PPS generator | Jonathan Lemon | 1 | -8/+74 |
| 2021-09-15 | ptp: ocp: Add second GNSS device | Jonathan Lemon | 1 | -2/+15 |
| 2021-09-15 | ptp: ocp: Add NMEA output | Jonathan Lemon | 1 | -2/+55 |
| 2021-09-15 | ptp: ocp: Add debugfs entry for timecard | Jonathan Lemon | 1 | -0/+233 |
| 2021-09-15 | ptp: ocp: Separate the init and info logic | Jonathan Lemon | 1 | -36/+60 |
| 2021-09-15 | ptp: ocp: Add sysfs attribute utc_tai_offset | Jonathan Lemon | 1 | -1/+48 |
| 2021-09-15 | ptp: ocp: Add IRIG-B output mode control | Jonathan Lemon | 1 | -0/+41 |
| 2021-09-15 | ptp: ocp: Add IRIG-B and DCF blocks | Jonathan Lemon | 1 | -0/+129 |
| 2021-09-15 | ptp: ocp: Add SMA selector and controls | Jonathan Lemon | 1 | -28/+361 |
| 2021-09-15 | ptp: ocp: Add third timestamper | Jonathan Lemon | 1 | -2/+17 |
| 2021-09-15 | ptp: ocp: Report error if resource registration fails. | Jonathan Lemon | 1 | -1/+5 |
| 2021-09-15 | ptp: ocp: Skip resources with out of range irqs | Jonathan Lemon | 1 | -29/+18 |
| 2021-09-15 | ptp: ocp: Skip I2C flash read when there is no controller. | Jonathan Lemon | 1 | -2/+5 |
| 2021-09-15 | ptp: ocp: Parameterize the TOD information display. | Jonathan Lemon | 1 | -1/+2 |
| 2021-09-15 | ptp: ocp: parameterize the i2c driver used | Jonathan Lemon | 1 | -4/+21 |
| 2021-09-14 | ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF ... | Min Li | 3 | -47/+376 |
| 2021-09-14 | ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005) | Min Li | 3 | -92/+165 |
| 2021-09-14 | ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync() | Min Li | 1 | -227/+2 |
| 2021-08-26 | ptp: ocp: Simplify Kconfig. | Jonathan Lemon | 1 | -8/+2 |
| 2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2021-08-16 | ptp: ocp: Have Kconfig select NET_DEVLINK | Jonathan Lemon | 1 | -0/+1 |
| 2021-08-16 | ptp: ocp: Fix error path for pci_ocp_device_init() | Jonathan Lemon | 1 | -3/+4 |
| 2021-08-16 | ptp: ocp: Fix uninitialized variable warning spotted by clang. | Jonathan Lemon | 1 | -1/+1 |
| 2021-08-16 | ptp: ocp: don't allow on S390 | Randy Dunlap | 1 | -0/+1 |
| 2021-08-16 | ptp_pch: Restore dependency on PCI | Andy Shevchenko | 1 | -1/+2 |
| 2021-08-13 | ethernet: fix PTP_1588_CLOCK dependencies | Arnd Bergmann | 2 | -1/+16 |
| 2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-08-09 | devlink: Set device as early as possible | Leon Romanovsky | 1 | -22/+4 |
| 2021-08-08 | ptp: Fix possible memory leak caused by invalid cast | Vinicius Costa Gomes | 1 | -1/+1 |
| 2021-08-06 | ptp: ocp: Remove pending_image indicator from devlink | Jonathan Lemon | 1 | -10/+0 |
| 2021-08-06 | ptp: ocp: Rename version string shown by devlink. | Jonathan Lemon | 1 | -2/+2 |
| 2021-08-06 | ptp: ocp: Use 'gnss' naming instead of 'gps' | Jonathan Lemon | 1 | -21/+21 |
| 2021-08-06 | ptp: ocp: Remove devlink health and unused parameters. | Jonathan Lemon | 1 | -80/+0 |
| 2021-08-06 | ptp: ocp: Add the mapping for the external PPS registers. | Jonathan Lemon | 1 | -4/+11 |
| 2021-08-06 | ptp: ocp: Fix the error handling path for the class device. | Jonathan Lemon | 1 | -1/+1 |
| 2021-08-04 | ptp: ocp: Expose various resources on the timecard. | Jonathan Lemon | 2 | -45/+1347 |
| 2021-07-08 | ptp: Relocate lookup cookie to correct block. | Jonathan Lemon | 1 | -1/+1 |
| 2021-07-05 | ptp: fix format string mismatch in ptp_sysfs.c | Yangbo Lu | 1 | -2/+2 |
| 2021-07-05 | ptp: fix NULL pointer dereference in ptp_clock_register | Yangbo Lu | 1 | -1/+1 |
| 2021-07-01 | ptp: add kernel API ptp_convert_timestamp() | Yangbo Lu | 1 | -0/+34 |
| 2021-07-01 | ptp: add kernel API ptp_get_vclocks_index() | Yangbo Lu | 3 | -1/+39 |
| 2021-07-01 | ptp: track available ptp vclocks information | Yangbo Lu | 3 | -4/+40 |
| 2021-07-01 | ptp: support ptp physical/virtual clocks conversion | Yangbo Lu | 3 | -0/+185 |
| 2021-07-01 | ptp: add ptp virtual clock driver framework | Yangbo Lu | 3 | -1/+166 |
| 2021-06-29 | ptp: Set lookup cookie when creating a PTP PPS source. | Jonathan Lemon | 1 | -0/+1 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-06-15 | ptp: improve max_adj check against unreasonable values | Jakub Kicinski | 1 | -3/+3 |
| 2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2021-05-12 | ptp: ocp: Fix a resource leak in an error handling path | Christophe JAILLET | 1 | -1/+3 |
| 2021-05-10 | ptp: ptp_clock: make scaled_ppm_to_ppb static inline | Radu Pirea (NXP OSS) | 1 | -21/+0 |
| 2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -63/+151 |
| 2021-04-23 | Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 5 | -63/+151 |
| 2021-04-20 | ptp: Don't print an error if ptp_kvm is not supported | Jon Hunter | 1 | -1/+2 |
| 2021-04-07 | ptp: arm/arm64: Enable ptp_kvm for arm/arm64 | Jianyong Wu | 3 | -1/+30 |
| 2021-04-07 | ptp: Reorganize ptp_kvm.c to make it arch-independent | Jianyong Wu | 3 | -62/+120 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -6/+7 |
| 2021-03-24 | ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation | Yangbo Lu | 1 | -6/+7 |
| 2021-03-12 | ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr... | Lee Jones | 1 | -3/+6 |
| 2021-03-12 | ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment | Lee Jones | 1 | -2/+2 |
| 2021-03-12 | ptp_pch: Move 'pch_*()' prototypes to shared header | Lee Jones | 1 | -0/+1 |
| 2021-03-12 | ptp_pch: Remove unused function 'pch_ch_control_read()' | Lee Jones | 1 | -11/+0 |
| 2021-02-17 | ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessary | Vincent Cheng | 1 | -10/+8 |
| 2021-02-17 | ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable. | Vincent Cheng | 1 | -4/+1 |
| 2021-02-17 | ptp: ptp_clockmatrix: Coding style - tighten vertical spacing. | Vincent Cheng | 1 | -79/+11 |
| 2021-02-17 | ptp: ptp_clockmatrix: Clean-up dev_*() messages. | Vincent Cheng | 1 | -79/+43 |
| 2021-02-17 | ptp: ptp_clockmatrix: Remove unused header declarations. | Vincent Cheng | 1 | -2/+0 |
| 2021-02-17 | ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable. | Vincent Cheng | 1 | -3/+13 |
| 2021-02-17 | ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock. | Vincent Cheng | 3 | -2/+87 |
| 2021-01-06 | ptp: ptp_ines: prevent build when HAS_IOMEM is not set | Randy Dunlap | 1 | -0/+1 |
| 2021-01-05 | phy: dp83640: select CONFIG_CRC32 | Arnd Bergmann | 1 | -0/+1 |
| 2020-12-09 | ptp: clockmatrix: deprecate firmware older than 4.8.7 | Min Li | 2 | -35/+45 |
| 2020-12-09 | ptp: clockmatrix: Fix non-zero phase_adj is lost after snap | Min Li | 2 | -24/+90 |
| 2020-12-09 | ptp: clockmatrix: remove 5 second delay before entering write phase mode | Min Li | 2 | -23/+0 |
| 2020-12-09 | ptp: clockmatrix: reset device and check BOOT_STATUS | Min Li | 3 | -36/+124 |
| 2020-12-05 | ptp: Add clock driver for the OpenCompute TimeCard. | Jonathan Lemon | 3 | -0/+413 |
| 2020-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -32/+15 |
| 2020-11-25 | ptp: clockmatrix: bug fix for idtcm_strverscmp | Min Li | 1 | -32/+15 |
| 2020-11-23 | ptp: ptp_ines: use new PTP_MSGTYPE_* define(s) | Christian Eggers | 1 | -12/+7 |
| 2020-11-07 | ptp: idt82p33: optimize _idt82p33_adjfine | Min Li | 1 | -9/+1 |
| 2020-11-07 | ptp: idt82p33: use i2c_master_send for bus write | Min Li | 2 | -11/+37 |
| 2020-11-07 | ptp: idt82p33: add adjphase support | Min Li | 2 | -66/+153 |
| 2020-09-18 | ptp_qoriq: support FIPER3 | Yangbo Lu | 1 | -1/+19 |
| 2020-08-26 | ptp: ptp_ines: Remove redundant null check | Xu Wang | 1 | -2/+1 |