Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | ptp: ocp: Fix a resource leak in an error handling path | Christophe JAILLET | 1 | -1/+3 |
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-26 | 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-13 | ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr... | Lee Jones | 1 | -3/+6 |
2021-03-13 | ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment | Lee Jones | 1 | -2/+2 |
2021-03-13 | ptp_pch: Move 'pch_*()' prototypes to shared header | Lee Jones | 1 | -0/+1 |
2021-03-13 | ptp_pch: Remove unused function 'pch_ch_control_read()' | Lee Jones | 1 | -11/+0 |
2021-02-18 | ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessary | Vincent Cheng | 1 | -10/+8 |
2021-02-18 | ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable. | Vincent Cheng | 1 | -4/+1 |
2021-02-18 | ptp: ptp_clockmatrix: Coding style - tighten vertical spacing. | Vincent Cheng | 1 | -79/+11 |
2021-02-18 | ptp: ptp_clockmatrix: Clean-up dev_*() messages. | Vincent Cheng | 1 | -79/+43 |
2021-02-18 | ptp: ptp_clockmatrix: Remove unused header declarations. | Vincent Cheng | 1 | -2/+0 |
2021-02-18 | ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable. | Vincent Cheng | 1 | -3/+13 |
2021-02-18 | ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock. | Vincent Cheng | 3 | -2/+87 |
2021-01-07 | ptp: ptp_ines: prevent build when HAS_IOMEM is not set | Randy Dunlap | 1 | -0/+1 |
2021-01-06 | phy: dp83640: select CONFIG_CRC32 | Arnd Bergmann | 1 | -0/+1 |
2020-12-10 | ptp: clockmatrix: deprecate firmware older than 4.8.7 | Min Li | 2 | -35/+45 |
2020-12-10 | ptp: clockmatrix: Fix non-zero phase_adj is lost after snap | Min Li | 2 | -24/+90 |
2020-12-10 | ptp: clockmatrix: remove 5 second delay before entering write phase mode | Min Li | 2 | -23/+0 |
2020-12-10 | ptp: clockmatrix: reset device and check BOOT_STATUS | Min Li | 3 | -36/+124 |
2020-12-06 | ptp: Add clock driver for the OpenCompute TimeCard. | Jonathan Lemon | 3 | -0/+413 |
2020-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -33/+16 |
2020-11-26 | ptp: clockmatrix: bug fix for idtcm_strverscmp | Min Li | 1 | -33/+16 |
2020-11-24 | ptp: ptp_ines: use new PTP_MSGTYPE_* define(s) | Christian Eggers | 1 | -12/+7 |
2020-11-08 | ptp: idt82p33: optimize _idt82p33_adjfine | Min Li | 1 | -9/+1 |
2020-11-08 | ptp: idt82p33: use i2c_master_send for bus write | Min Li | 2 | -11/+37 |
2020-11-08 | ptp: idt82p33: add adjphase support | Min Li | 2 | -66/+153 |
2020-09-19 | ptp_qoriq: support FIPER3 | Yangbo Lu | 1 | -1/+19 |
2020-08-26 | ptp: ptp_ines: Remove redundant null check | Xu Wang | 1 | -2/+1 |
2020-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -13/+45 |
2020-08-20 | ptp: ptp_clockmatrix: use i2c_master_send for i2c write | Min Li | 2 | -13/+45 |
2020-08-20 | ptp: ptp_ines: Use generic helper function | Kurt Kanzenbach | 1 | -63/+25 |
2020-08-05 | ptp: only allow phase values lower than 1 period | Vladimir Oltean | 1 | -0/+13 |
2020-07-31 | ptp: ptp_clockmatrix: update to support 4.8.7 firmware | Min Li | 3 | -209/+1045 |
2020-07-20 | ptp: add ability to configure duty cycle for periodic output | Vladimir Oltean | 1 | -6/+27 |
2020-06-25 | ptp_pch: use generic power management | Vaibhav Gupta | 1 | -34/+3 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-05-26 | ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev... | Richard Cochran | 1 | -2/+8 |
2020-05-03 | ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode. | Vincent Cheng | 2 | -2/+98 |
2020-05-03 | ptp: Add adjust_phase to ptp_clock_caps capability. | Vincent Cheng | 1 | -0/+1 |
2020-05-03 | ptp: Add adjphase function to support phase offset control. | Vincent Cheng | 1 | -0/+3 |
2020-04-29 | ptp: ptp_ines: convert to devm_platform_ioremap_resource | Wei Yongjun | 1 | -7/+1 |
2020-04-26 | ptp: clockmatrix: remove unnecessary comparison | Yang Yingliang | 1 | -1/+1 |
2020-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2020-04-25 | ptp: idt82p33: remove unnecessary comparison | Yang Yingliang | 1 | -1/+1 |