Received: by 10.223.185.116 with SMTP id b49csp4951890wrg; Tue, 27 Feb 2018 05:31:30 -0800 (PST) X-Google-Smtp-Source: AH8x226TI9bwFqoiVRe9gZY4cMXTMldQtlw5XyWc6ke9r4Xt9K1065LaHIE3kGZfaP+wu3vcDskc X-Received: by 2002:a17:902:aa81:: with SMTP id d1-v6mr14310944plr.251.1519738290313; Tue, 27 Feb 2018 05:31:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519738290; cv=none; d=google.com; s=arc-20160816; b=0KiVFUn11Qxd6B0burWw725F1slYaVpCoM67mXPgmWbIbZMLbnH88nDRl645Wz1vmC hAZxtKqCAWnqjvaI6qKlM2kdLL/fivq9eCzHw/r401XJKeNJByaUbcA7Ru0MjxuZScfN n/AnSg9ZQV/h0gaJ+o/+ncY4AHarqm8vFU43VG2KFIT3J+Ze2OK+3XHEyxCWaeZng3Fm aOofGi143CPGc2IXmugpZP9OcCZXFJykA0qq/xPDIj2RH2uY/HbXVepzfHK1xkdU85WW fyMfSX9zBG2Z/DNdF0E17G77um0B5BKuSBBTyd8mLS7975A8KNyR94DdAnTzAXte05jQ VjLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:arc-authentication-results; bh=ql3NoZOk5IFipSTmvuaO+txzymafu4goMQ0RmRsNJmc=; b=05ZrZwJa43ry+Ef+222eg69HyDzYbWFuDQhGZSowQYRAuTxMGvyZp8WwftlJ3ymO5a STVuF8hrsZTNoUDClRfXdNKjFPz8W6rcHWnIQwWWq0hyw0b0RpbIHUebi8PrPnIoVDGL 4OJrbDGJdGBUjxxfrypkFyuReWteUmVzeuIooIedFsKS8pGmhv0GnRARwUvgQ114vinO jDFhWbb670CKh5I9aK0uQK43KED+lq9+Tj5crCdm7xxhRHzJRlWTqjnt2mqI6rGQlA0k eB9iHjt0Xk9SJ250WeTBYFp6RPdPviTK+0qN5Kp6umrHXwsmmOHotVaqqOLdonlurU8Q zHvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c15-v6si7413378plz.630.2018.02.27.05.31.16; Tue, 27 Feb 2018 05:31:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753356AbeB0Nac (ORCPT + 99 others); Tue, 27 Feb 2018 08:30:32 -0500 Received: from mx2.suse.de ([195.135.220.15]:55778 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753063AbeB0Na1 (ORCPT ); Tue, 27 Feb 2018 08:30:27 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 30C41AE70; Tue, 27 Feb 2018 13:30:26 +0000 (UTC) From: Johannes Thumshirn To: Greg KH Cc: Linux Kernel Mailinglist , Michael Moese , Johannes Thumshirn Subject: [PATCH 0/2] MCB Update for v4.17 Date: Tue, 27 Feb 2018 14:30:16 +0100 Message-Id: <20180227133018.7732-1-jthumshirn@suse.de> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, 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. Johannes Thumshirn (2): PCI: add vendor id for Altera mcb: add Altera PCI ID to mcb-pci drivers/char/xillybus/xillybus_pcie.c | 2 +- drivers/fpga/altera-cvp.c | 3 +-- drivers/mcb/mcb-pci.c | 2 ++ include/linux/pci_ids.h | 2 ++ 4 files changed, 6 insertions(+), 3 deletions(-) -- 2.13.6