mbox series

[v3,0/2] MCB Update for v4.17

Message ID 20180312094119.5298-1-jthumshirn@suse.de
Headers show
Series MCB Update for v4.17 | expand

Message

Johannes Thumshirn March 12, 2018, 9:41 a.m. UTC
Hi Greg or Bjorn,

here's a small mcb update for the 4.17 window. The first patch makes
the PCI Vendor ID of Altera generally available in pci_ids.h and
removes it from the two private implementations before I would have to
add a 3rd one.

The 2nd patch adds the Altera's PCI vendor ID to the mcb pci driver
which enables at least one carrier board. This was reported and tested
by Ben Turner.

Bjorn asked me to Cc linux-pci@ in his response, so I'm not sure if he want's
to merge these two patches. I'm fine either way.

Thanks,
	Johannes

Changes to v2:
* Collected ACKs
* Reworded Subject of 1/2 according to Bjorn

Changes to v1:
* Removed redundant pci_ids.h include


Johannes Thumshirn (2):
  PCI: Add Altera vendor ID
  mcb: add Altera PCI ID to mcb-pci

 drivers/char/xillybus/xillybus_pcie.c | 1 -
 drivers/fpga/altera-cvp.c             | 2 --
 drivers/mcb/mcb-pci.c                 | 1 +
 include/linux/pci_ids.h               | 2 ++
 4 files changed, 3 insertions(+), 3 deletions(-)

Comments

Bjorn Helgaas March 19, 2018, 7:23 p.m. UTC | #1
On Mon, Mar 12, 2018 at 10:41:17AM +0100, Johannes Thumshirn wrote:
> Hi Greg or Bjorn,
> 
> here's a small mcb update for the 4.17 window. The first patch makes
> the PCI Vendor ID of Altera generally available in pci_ids.h and
> removes it from the two private implementations before I would have to
> add a 3rd one.
> 
> The 2nd patch adds the Altera's PCI vendor ID to the mcb pci driver
> which enables at least one carrier board. This was reported and tested
> by Ben Turner.
> 
> Bjorn asked me to Cc linux-pci@ in his response, so I'm not sure if he want's
> to merge these two patches. I'm fine either way.

I applied these to pci/misc for v4.17.  I don't really care which tree
they go through, but it looks like there's no other obvious single
place since they touch more than one driver.

> Changes to v2:
> * Collected ACKs
> * Reworded Subject of 1/2 according to Bjorn
> 
> Changes to v1:
> * Removed redundant pci_ids.h include
> 
> 
> Johannes Thumshirn (2):
>   PCI: Add Altera vendor ID
>   mcb: add Altera PCI ID to mcb-pci
> 
>  drivers/char/xillybus/xillybus_pcie.c | 1 -
>  drivers/fpga/altera-cvp.c             | 2 --
>  drivers/mcb/mcb-pci.c                 | 1 +
>  include/linux/pci_ids.h               | 2 ++
>  4 files changed, 3 insertions(+), 3 deletions(-)
> 
> -- 
> 2.13.6
>