All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv8] Driver for new "VMD" device
@ 2016-01-12 16:28 Keith Busch
  2016-01-12 16:28 ` [PATCHv8] x86/PCI: Initial commit for new VMD device driver Keith Busch
  0 siblings, 1 reply; 5+ messages in thread
From: Keith Busch @ 2016-01-12 16:28 UTC (permalink / raw)
  To: LKML, x86, linux-pci, Thomas Gleixner, Bjorn Helgaas
  Cc: Dan Williams, Bryan Veal, Jon Derrick, Keith Busch

This is just the commit for the VMD driver. The other patches are the
same from previous series here:

  https://lkml.org/lkml/2015/12/21/353

Patch 2/6 is no longer applicable since someone already beat me to
exporting those functions to API in commit a4289dc2ec3a5. Otherwise the
others are still needed and cleanly apply. I wasn't sure if I should
repost the entire series or just the one file that changed.

Changes since v7 are all checkpatch fixes:

  Fixing 80 character lines.

  Spacing, tabbing and new line fixes.

  A macro semicolon fix.

  An entry in the MAINTAINERS file.

The only checkpatch issue reported is warning on a normally "const"
struct, but the warning is not applicable for the usage.

Keith Busch (1):
  x86/PCI: Initial commit for new VMD device driver

 MAINTAINERS                   |   6 +
 arch/x86/Kconfig              |  13 +
 arch/x86/include/asm/hw_irq.h |   5 +
 arch/x86/pci/Makefile         |   2 +
 arch/x86/pci/vmd.c            | 699 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 725 insertions(+)
 create mode 100644 arch/x86/pci/vmd.c

-- 
2.6.2.307.g37023ba

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

end of thread, other threads:[~2016-01-12 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 16:28 [PATCHv8] Driver for new "VMD" device Keith Busch
2016-01-12 16:28 ` [PATCHv8] x86/PCI: Initial commit for new VMD device driver Keith Busch
2016-01-12 17:40   ` kbuild test robot
2016-01-12 18:08     ` Keith Busch
2016-01-12 19:42       ` Bjorn Helgaas

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.