summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)Author
2021-08-16ptp_pch: Restore dependency on PCIAndy Shevchenko
2021-08-08ptp: Fix possible memory leak caused by invalid castVinicius Costa Gomes
2021-07-08ptp: Relocate lookup cookie to correct block.Jonathan Lemon
2021-07-05ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu
2021-07-01ptp: add kernel API ptp_convert_timestamp()Yangbo Lu
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu
2021-07-01ptp: track available ptp vclocks informationYangbo Lu
2021-07-01ptp: support ptp physical/virtual clocks conversionYangbo Lu
2021-07-01ptp: add ptp virtual clock driver frameworkYangbo Lu
2021-06-29ptp: Set lookup cookie when creating a PTP PPS source.Jonathan Lemon
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-12ptp: ocp: Fix a resource leak in an error handling pathChristophe JAILLET
2021-05-10ptp: ptp_clock: make scaled_ppm_to_ppb static inlineRadu Pirea (NXP OSS)
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-20ptp: Don't print an error if ptp_kvm is not supportedJon Hunter
2021-04-07ptp: arm/arm64: Enable ptp_kvm for arm/arm64Jianyong Wu
2021-04-07ptp: Reorganize ptp_kvm.c to make it arch-independentJianyong Wu
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalationYangbo Lu
2021-03-12ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...Lee Jones
2021-03-12ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard commentLee Jones
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones
2021-03-12ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones
2021-02-17ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessaryVincent Cheng
2021-02-17ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Clean-up dev_*() messages.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Remove unused header declarations.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.Vincent Cheng
2021-01-06ptp: ptp_ines: prevent build when HAS_IOMEM is not setRandy Dunlap
2021-01-05phy: dp83640: select CONFIG_CRC32Arnd Bergmann
2020-12-09ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li
2020-12-09ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li
2020-12-09ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li
2020-12-09ptp: clockmatrix: reset device and check BOOT_STATUSMin Li
2020-12-05ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-25ptp: clockmatrix: bug fix for idtcm_strverscmpMin Li
2020-11-23ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)Christian Eggers
2020-11-07ptp: idt82p33: optimize _idt82p33_adjfineMin Li
2020-11-07ptp: idt82p33: use i2c_master_send for bus writeMin Li
2020-11-07ptp: idt82p33: add adjphase supportMin Li
2020-09-18ptp_qoriq: support FIPER3Yangbo Lu
2020-08-26ptp: ptp_ines: Remove redundant null checkXu Wang
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller