aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ptp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31drivers: convert unsupported .adjfreq to .adjfineJacob Keller2-4/+4
2022-10-24ptp: ocp: remove flash image header check fallbackVadim Fedorenko1-5/+2
2022-10-24ptp: ocp: expose config and temperature for ART cardVadim Fedorenko1-0/+136
2022-10-24ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko1-0/+20
2022-10-24ptp: ocp: add Orolia timecard supportVadim Fedorenko1-0/+290
2022-10-24ptp: ocp: upgrade serial line informationVadim Fedorenko1-43/+67
2022-10-10] ptp: ocp: remove symlink for second GNSSVadim Fedorenko1-0/+1
2022-09-27ptp: Remove usage of the deprecated ida_simple_xxx APIBo Liu1-3/+3
2022-09-22ptp_ocp: use device_find_any_child() instead of custom approachAndy Shevchenko1-7/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-12/+2
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-07-27ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon1-0/+1
2022-06-10ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko1-1/+1
2022-06-10ptp_ocp: do not call pci_set_drvdata(pdev, NULL)Andy Shevchenko1-2/+0
2022-06-10ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()Andy Shevchenko1-4/+2
2022-06-10ptp_ocp: use bits.h macros for all masksAndy Shevchenko1-6/+7
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 2)Thomas Gleixner1-12/+2
2022-05-25ptp: ptp_clockmatrix: fix is_single_shotMin Li1-1/+1
2022-05-24ptp: ocp: Add firmware header checksVadim Fedorenko1-5/+73
2022-05-24ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon1-11/+14
2022-05-24ptp: ocp: add .init function for sma_op vectorJonathan Lemon1-9/+20
2022-05-24ptp: ocp: vectorize the sma accessor functionsJonathan Lemon1-145/+169
2022-05-24ptp: ocp: constify selectorsJonathan Lemon1-11/+13
2022-05-24ptp: ocp: parameterize input/output sma selectorsJonathan Lemon1-15/+27
2022-05-24ptp: ocp: revise firmware displayJonathan Lemon1-23/+41
2022-05-24ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko1-1/+5
2022-05-24ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon1-7/+2
2022-05-24ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon1-5/+5
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+45
2022-05-18ptp: ocp: change sysfs attr group handlingJonathan Lemon1-15/+42
2022-05-17ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progressMin Li2-32/+2
2022-05-17ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS supportMin Li2-109/+185
2022-05-16ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon1-2/+3
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-10ptp: Speed up vclock lookupGerhard Engleder2-19/+48
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder1-3/+2
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder4-16/+49
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon1-1/+1
2022-03-30ptp: ocp: handle error from nvmem_device_findJonathan Lemon1-7/+8
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter1-3/+3
2022-03-17ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon1-1/+2
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon1-8/+20
2022-03-11ptp: ocp: Add 2 more timestampersJonathan Lemon1-5/+56
2022-03-11ptp: ocp: Add 4 frequency countersJonathan Lemon1-7/+165
2022-03-11ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon1-9/+94
2022-03-11ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon1-10/+476
2022-03-11ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon1-5/+33
2022-03-11ptp: ocp: Add GND and VCC output selectorsJonathan Lemon1-0/+2
2022-03-11ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon1-4/+4
2022-03-11ptp: ocp: Add ability to disable input selectors.Jonathan Lemon1-11/+23