linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH v6 0/2] PCI/ASPM: Add support for LTR _DSM
@ 2020-10-01 21:44 Bjorn Helgaas
  2020-10-01 21:44 ` [Linux-kernel-mentees] [PATCH v6 1/2] PCI/ASPM: Rename encode_l12_threshold(), convert arg to ns Bjorn Helgaas
  2020-10-01 21:44 ` [Linux-kernel-mentees] [PATCH v6 2/2] PCI/ASPM: Add support for LTR _DSM Bjorn Helgaas
  0 siblings, 2 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2020-10-01 21:44 UTC (permalink / raw)
  To: Puranjay Mohan; +Cc: Bjorn Helgaas, linux-pci, linux-kernel-mentees

From: Bjorn Helgaas <bhelgaas@google.com>

This is a v6 of Puranjay's LTR _DSM support.  It should be functionally
equivalent, but I moved the bulk of the code from pci.c to aspm.c, since
it's only used for ASPM.  I also combined pci_ltr_encode() with the
existing encode_l12_threshold(), since they were doing essentially the same
thing.

I'll reply to the patches with a few more comments.

Bjorn Helgaas (1):
  PCI/ASPM: Rename encode_l12_threshold(), convert arg to ns

Puranjay Mohan (1):
  PCI/ASPM: Add support for LTR _DSM

 drivers/pci/pci-acpi.c   |  35 +++++++++++++
 drivers/pci/pci.h        |   4 ++
 drivers/pci/pcie/aspm.c  | 110 +++++++++++++++++++++++++++++----------
 drivers/pci/probe.c      |   4 ++
 include/linux/pci-acpi.h |   1 +
 include/linux/pci.h      |   2 +
 6 files changed, 129 insertions(+), 27 deletions(-)

-- 
2.25.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2020-10-01 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 21:44 [Linux-kernel-mentees] [PATCH v6 0/2] PCI/ASPM: Add support for LTR _DSM Bjorn Helgaas
2020-10-01 21:44 ` [Linux-kernel-mentees] [PATCH v6 1/2] PCI/ASPM: Rename encode_l12_threshold(), convert arg to ns Bjorn Helgaas
2020-10-01 21:44 ` [Linux-kernel-mentees] [PATCH v6 2/2] PCI/ASPM: Add support for LTR _DSM Bjorn Helgaas
2020-10-01 22:17   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).