Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468905 > unrolled thread
| Started by | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| First post | 2016-08-23 23:50 +0200 |
| Last post | 2016-08-24 03:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v6 0/3] PCI: Precision Time Measurement support Bjorn Helgaas <helgaas@kernel.org> - 2016-08-23 23:50 +0200
Re: [PATCH v6 0/3] PCI: Precision Time Measurement support "Yong, Jonathan" <jonathan.yong@intel.com> - 2016-08-24 03:20 +0200
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Date | 2016-08-23 23:50 +0200 |
| Subject | Re: [PATCH v6 0/3] PCI: Precision Time Measurement support |
| Message-ID | <s9rK2-1fM-41@gated-at.bofh.it> |
On Mon, Jun 13, 2016 at 02:05:26PM -0500, Bjorn Helgaas wrote: > This is a slightly different proposal for the PTM support Jonathan > proposed here: > > http://lkml.kernel.org/r/1462956446-27361-2-git-send-email-jonathan.yong@intel.com > > I split this into three pieces mostly for ease in reviewing. They > could all be squashed: > > - Enable PTM in root ports and switches automatically at boot > - Enable PTM in endpoints when requested by driver > - Add clock granularity information > > I have some open questions about how PTM works on Root Complex > Integrated Endpoints and whether we should enable it automatically > even without a driver request. And I probably left out some details > of the clock granularity computation, so treat this as more of an RFC > than anything. > > Bjorn > > --- > > Bjorn Helgaas (2): > PCI: Add pci_enable_ptm() for drivers to enable PTM on endpoints > PCI: Add PTM clock granularity information > > Jonathan Yong (1): > PCI: Add Precision Time Measurement (PTM) support > > > drivers/pci/pci.h | 6 ++ > drivers/pci/pcie/Kconfig | 12 ++++ > drivers/pci/pcie/Makefile | 1 > drivers/pci/pcie/ptm.c | 140 +++++++++++++++++++++++++++++++++++++++++ > drivers/pci/probe.c | 3 + > include/linux/pci.h | 13 ++++ > include/uapi/linux/pci_regs.h | 12 +++- > 7 files changed, 186 insertions(+), 1 deletion(-) > create mode 100644 drivers/pci/pcie/ptm.c These are on pci/ptm and queued for v4.9.
[toc] | [next] | [standalone]
| From | "Yong, Jonathan" <jonathan.yong@intel.com> |
|---|---|
| Date | 2016-08-24 03:20 +0200 |
| Message-ID | <s9v1f-3wp-7@gated-at.bofh.it> |
| In reply to | #1468905 |
On 08/24/2016 05:42, Bjorn Helgaas wrote: > > These are on pci/ptm and queued for v4.9. > My thanks for making this possible!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web