All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] PCI: Precision Time Measurement support
@ 2016-06-13 19:05 ` Bjorn Helgaas
  0 siblings, 0 replies; 36+ messages in thread
From: Bjorn Helgaas @ 2016-06-13 19:05 UTC (permalink / raw)
  To: Jonathan Yong; +Cc: linux-pci, intel-wired-lan, Jeff Kirsher, linux-kernel

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

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2016-08-24  1:10 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13 19:05 [PATCH v6 0/3] PCI: Precision Time Measurement support Bjorn Helgaas
2016-06-13 19:05 ` [Intel-wired-lan] " Bjorn Helgaas
2016-06-13 19:05 ` [PATCH v6 1/3] PCI: Add Precision Time Measurement (PTM) support Bjorn Helgaas
2016-06-13 19:05   ` [Intel-wired-lan] " Bjorn Helgaas
2016-08-10  2:58   ` Yong, Jonathan
2016-08-10  2:58     ` [Intel-wired-lan] " Yong, Jonathan
2016-08-15 18:59     ` Bjorn Helgaas
2016-08-15 18:59       ` [Intel-wired-lan] " Bjorn Helgaas
2016-08-16  8:04       ` Yong, Jonathan
2016-08-16  8:04         ` [Intel-wired-lan] " Yong, Jonathan
2016-08-16 13:37         ` Bjorn Helgaas
2016-08-16 13:37           ` [Intel-wired-lan] " Bjorn Helgaas
2016-08-17  8:51           ` Yong, Jonathan
2016-08-17  8:51             ` [Intel-wired-lan] " Yong, Jonathan
2016-08-22 17:01           ` Bjorn Helgaas
2016-08-22 17:01             ` [Intel-wired-lan] " Bjorn Helgaas
2016-08-23  0:13             ` Yong, Jonathan
2016-08-23  0:13               ` [Intel-wired-lan] " Yong, Jonathan
2016-06-13 19:05 ` [PATCH v6 2/3] PCI: Add pci_enable_ptm() for drivers to enable PTM on endpoints Bjorn Helgaas
2016-06-13 19:05   ` [Intel-wired-lan] " Bjorn Helgaas
2016-06-13 19:05 ` [PATCH v6 3/3] PCI: Add PTM clock granularity information Bjorn Helgaas
2016-06-13 19:05   ` [Intel-wired-lan] " Bjorn Helgaas
2016-06-13 19:42   ` kbuild test robot
2016-06-13 19:42     ` [Intel-wired-lan] " kbuild test robot
2016-07-19 21:19 ` [PATCH v6 0/3] PCI: Precision Time Measurement support Bjorn Helgaas
2016-07-19 21:19   ` [Intel-wired-lan] " Bjorn Helgaas
2016-07-19 23:49   ` Yong, Jonathan
2016-07-19 23:49     ` [Intel-wired-lan] " Yong, Jonathan
2016-08-15 18:51     ` Bjorn Helgaas
2016-08-15 18:51       ` [Intel-wired-lan] " Bjorn Helgaas
2016-08-16  1:27       ` Yong, Jonathan
2016-08-16  1:27         ` [Intel-wired-lan] " Yong, Jonathan
2016-08-23 21:42 ` Bjorn Helgaas
2016-08-23 21:42   ` [Intel-wired-lan] " Bjorn Helgaas
2016-08-24  1:09   ` Yong, Jonathan
2016-08-24  1:09     ` [Intel-wired-lan] " Yong, Jonathan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.