mbox series

[v2,0/2] VMD support for 8086:9A0B

Message ID 1573562873-96828-1-git-send-email-jonathan.derrick@intel.com
Headers show
Series VMD support for 8086:9A0B | expand

Message

Jon Derrick Nov. 12, 2019, 12:47 p.m. UTC
This set adds VMD support for device 8086:9A0B. The first patch adds
another bus range restriction and the second patch adds the device id.

v1->v2:
Reworded ambiguous commit message to match code comment
Coding style fixes

Jon Derrick (2):
  PCI: vmd: Add bus 224-255 restriction decode
  PCI: vmd: Add device id for VMD device 8086:9A0B

 drivers/pci/controller/vmd.c | 32 ++++++++++++++++++++++++--------
 include/linux/pci_ids.h      |  1 +
 2 files changed, 25 insertions(+), 8 deletions(-)

Comments

Jon Derrick Nov. 20, 2019, 4:16 p.m. UTC | #1
On Tue, 2019-11-12 at 05:47 -0700, Jon Derrick wrote:
> This set adds VMD support for device 8086:9A0B. The first patch adds
> another bus range restriction and the second patch adds the device id.
> 
> v1->v2:
> Reworded ambiguous commit message to match code comment
> Coding style fixes
> 
> Jon Derrick (2):
>   PCI: vmd: Add bus 224-255 restriction decode
>   PCI: vmd: Add device id for VMD device 8086:9A0B
> 
>  drivers/pci/controller/vmd.c | 32 ++++++++++++++++++++++++--------
>  include/linux/pci_ids.h      |  1 +
>  2 files changed, 25 insertions(+), 8 deletions(-)
> 

Any issues with these?