index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ptp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-18
ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progress
Min Li
2
-32
/
+2
2022-05-18
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-13
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-10
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-19
ptp: ocp: use snprintf() in ptp_ocp_verify()
Dan Carpenter
1
-3
/
+3
2022-03-18
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-11
ptp: ocp: add UPF_NO_THRE_TEST flag for serial ports
Jonathan Lemon
1
-1
/
+1
2022-03-10
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
-65
/
+121
2022-03-09
ptp: ocp: correct label for error path
Jonathan Lemon
1
-2
/
+2
2022-03-08
ptp: ocp: off by in in ptp_ocp_tod_gnss_name()
Dan Carpenter
1
-1
/
+1
2022-03-05
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-09
ptp_pch: Remove unused pch_pm_ops
Andy Shevchenko
1
-6
/
+0
2022-02-09
ptp_pch: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
1
-63
/
+10
2022-02-09
ptp_pch: Switch to use module_pci_driver() macro
Andy Shevchenko
1
-19
/
+1
2022-02-09
ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()
Andy Shevchenko
1
-9
/
+4
2022-02-09
ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()
Andy Shevchenko
1
-36
/
+10
2022-02-09
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-13
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
[prev]
[next]