Re: [PATCH v6 0/3] PCI: Precision Time Measurement support

2016-08-23 Thread Yong, Jonathan
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!

Re: [PATCH v6 0/3] PCI: Precision Time Measurement support

2016-08-23 Thread Bjorn Helgaas
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.y...@intel.com > > I split this into three pieces mostly for ease in re

Re: [PATCH v6 0/3] PCI: Precision Time Measurement support

2016-08-15 Thread Yong, Jonathan
On 08/16/2016 02:51, Bjorn Helgaas wrote: >> >> This line: >> ctrl = PCI_PTM_CTRL_ENABLE | PCI_PTM_CTRL_ROOT; >> >> should also set the responder capable bit (7.32.2): >> If PTM Root Capable is Set, this bit must be Set to 1b. > > The PTM Responder Capable bit (bit 1 in Table 7-145) is a HwIn

Re: [PATCH v6 0/3] PCI: Precision Time Measurement support

2016-08-15 Thread Bjorn Helgaas
On Wed, Jul 20, 2016 at 07:49:21AM +0800, Yong, Jonathan wrote: > On 07/20/2016 05:19, Bjorn Helgaas wrote: > > 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.ke

Re: [PATCH v6 0/3] PCI: Precision Time Measurement support

2016-07-19 Thread Yong, Jonathan
On 07/20/2016 05:19, Bjorn Helgaas wrote: > 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.y...@intel.com >> >> I s

Re: [PATCH v6 0/3] PCI: Precision Time Measurement support

2016-07-19 Thread Bjorn Helgaas
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.y...@intel.com > > I split this into three pieces mostly for ease in re

[PATCH v6 0/3] PCI: Precision Time Measurement support

2016-06-13 Thread Bjorn Helgaas
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.y...@intel.com I split this into three pieces mostly for ease in reviewing. They could all be squashed: - Enable PTM in root ports and switc