summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/ptm.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/PTM: Use FIELD_GET()Bjorn Helgaas2023-10-241-2/+3
* PCI/PTM: Reorder functions in logical orderBjorn Helgaas2022-09-121-62/+62
* PCI/PTM: Preserve RsvdP bits in PTM Control registerBjorn Helgaas2022-09-121-11/+14
* PCI/PTM: Move pci_ptm_info() body into its only callerBjorn Helgaas2022-09-121-21/+17
* PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas2022-09-121-14/+57
* PCI/PTM: Separate configuration and enableBjorn Helgaas2022-09-121-55/+49
* PCI/PTM: Add pci_upstream_ptm() helperBjorn Helgaas2022-09-121-14/+25
* PCI/PTM: Cache PTM Capability offsetBjorn Helgaas2022-09-121-24/+17
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-3/+1
|\
| * PCI/PTM: Remove error message at bootJakub Kicinski2021-08-201-3/+1
* | PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes2021-08-241-0/+9
|/
* PCI: Disable PTM during suspend to save powerDavid E. Box2020-12-101-0/+17
* PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box2020-12-101-0/+43
* PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas2020-05-211-5/+17
* PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas2019-11-211-1/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-9/+1
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-9/+1
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-1/+1
|/
* PCI: Add PTM clock granularity informationBjorn Helgaas2016-08-251-2/+29
* PCI: Add pci_enable_ptm() for drivers to enable PTM on endpointsBjorn Helgaas2016-08-181-0/+45
* PCI: Add Precision Time Measurement (PTM) supportJonathan Yong2016-08-151-0/+70