From patchwork Mon Jul 30 13:43:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Pieralisi X-Patchwork-Id: 10549093 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D64C8157D for ; Mon, 30 Jul 2018 13:43:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C6ADB28BFD for ; Mon, 30 Jul 2018 13:43:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BA8B828D0D; Mon, 30 Jul 2018 13:43:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B634928BFD for ; Mon, 30 Jul 2018 13:43:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726760AbeG3PS1 (ORCPT ); Mon, 30 Jul 2018 11:18:27 -0400 Received: from foss.arm.com ([217.140.101.70]:39570 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726562AbeG3PS1 (ORCPT ); Mon, 30 Jul 2018 11:18:27 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5BADF15A2; Mon, 30 Jul 2018 06:43:23 -0700 (PDT) Received: from e107981-ln.Emea.Arm.com (e107981-ln.emea.arm.com [10.4.13.117]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6FF7E3F5BA; Mon, 30 Jul 2018 06:43:22 -0700 (PDT) From: Lorenzo Pieralisi To: linux-pci@vger.kernel.org Cc: Lorenzo Pieralisi , Subrahmanya Lingappa , Bjorn Helgaas Subject: [PATCH 0/3] PCI: mobiveil: Misc fixes Date: Mon, 30 Jul 2018 14:43:13 +0100 Message-Id: <20180730134316.11719-1-lorenzo.pieralisi@arm.com> X-Mailer: git-send-email 2.15.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Subrahmanya, I put together this series so that the Mobiveil controller driver can compile (successfully). Please review and ack as soon as possible since the current situation is a bit embarassing to be honest, we should be sending these patches as fixes this week so that they can make it for v4.18, currently the driver is in the kernel for nothing. Thank you Lorenzo Cc: Subrahmanya Lingappa Cc: Bjorn Helgaas Lorenzo Pieralisi (3): PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address type PCI: mobiveil: Add missing ../pci.h include PCI: mobiveil: Add Kconfig/Makefile entries drivers/pci/controller/Kconfig | 10 ++++++++++ drivers/pci/controller/Makefile | 1 + drivers/pci/controller/pcie-mobiveil.c | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-)