summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: Make max_phase_adjustment sysfs device attribute invisible when not supp...Rahul Rameshbabu2023-07-031-0/+3
* ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2023-06-201-0/+7
* ptp: idt82p33: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2023-06-202-11/+11
* ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2023-06-202-20/+18
* ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu2023-06-203-1/+20
* net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang2023-06-081-1/+1
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+1
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+1
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-1/+1
|\ \ \ | | |/ | |/|
| * | ptp_qoriq: fix memory leak in probe()SongJingyi2023-03-241-1/+1
| |/
* | ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang2023-03-293-0/+347
* | ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski2023-03-173-11/+53
* | ptp: ines: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* | ptp_ocp: add force_irq to xilinx_spi configurationVadim Fedorenko2023-03-101-0/+1
|/
* ptp: vclock: use mutex to fix "sleep on atomic" bugÍñigo Huguet2023-02-222-23/+23
* ptp_qoriq: fix latency in ptp_qoriq_adjtime() operationNikhil Gupta2023-01-201-7/+43
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-138-171/+1163
|\
| * net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
| * ptp: idt82p33: remove PEROUT_ENABLE_OUTPUT_MASKMin Li2022-11-252-35/+0
| * ptp: idt82p33: Add PTP_CLK_REQ_EXTTS supportMin Li2022-11-252-63/+640
| * ptp: remove the .adjfreq interface functionJacob Keller2022-11-111-4/+1
| * ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-2/+3
| * ptp_phc: convert .adjfreq to .adjfineJacob Keller2022-11-111-15/+4
| * drivers: convert unsupported .adjfreq to .adjfineJacob Keller2022-10-312-4/+4
| * ptp: ocp: remove flash image header check fallbackVadim Fedorenko2022-10-241-5/+2
| * ptp: ocp: expose config and temperature for ART cardVadim Fedorenko2022-10-241-0/+136
| * ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko2022-10-241-0/+20
| * ptp: ocp: add Orolia timecard supportVadim Fedorenko2022-10-241-0/+290
| * ptp: ocp: upgrade serial line informationVadim Fedorenko2022-10-241-43/+67
* | ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-2/+1
|/
* ] ptp: ocp: remove symlink for second GNSSVadim Fedorenko2022-10-101-0/+1
* ptp: Remove usage of the deprecated ida_simple_xxx APIBo Liu2022-09-271-3/+3
* ptp_ocp: use device_find_any_child() instead of custom approachAndy Shevchenko2022-09-221-7/+1
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-12/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-12/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-0/+1
|\ \
| * | ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon2022-07-271-0/+1
| |/
* | ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko2022-06-101-1/+1
* | ptp_ocp: do not call pci_set_drvdata(pdev, NULL)Andy Shevchenko2022-06-101-2/+0
* | ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()Andy Shevchenko2022-06-101-4/+2
* | ptp_ocp: use bits.h macros for all masksAndy Shevchenko2022-06-101-6/+7
|/
* ptp: ptp_clockmatrix: fix is_single_shotMin Li2022-05-251-1/+1
* ptp: ocp: Add firmware header checksVadim Fedorenko2022-05-241-5/+73
* ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon2022-05-241-11/+14
* ptp: ocp: add .init function for sma_op vectorJonathan Lemon2022-05-241-9/+20
* ptp: ocp: vectorize the sma accessor functionsJonathan Lemon2022-05-241-145/+169
* ptp: ocp: constify selectorsJonathan Lemon2022-05-241-11/+13
* ptp: ocp: parameterize input/output sma selectorsJonathan Lemon2022-05-241-15/+27