From patchwork Thu Jan 10 21:31:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 10756983 X-Patchwork-Delegate: bhelgaas@google.com 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 59A2991E for ; Thu, 10 Jan 2019 21:31:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 488C929DE9 for ; Thu, 10 Jan 2019 21:31:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3CEA429E25; Thu, 10 Jan 2019 21:31:34 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 DD59429E30 for ; Thu, 10 Jan 2019 21:31:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728963AbfAJVbd (ORCPT ); Thu, 10 Jan 2019 16:31:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:42260 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728800AbfAJVbd (ORCPT ); Thu, 10 Jan 2019 16:31:33 -0500 Received: from localhost (unknown [64.22.249.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5B7A920652; Thu, 10 Jan 2019 21:31:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547155892; bh=UosNmrR5QIxWfpcE8QQUXjOOm8vPR5a0dT3ricU7TvE=; h=Date:From:To:Cc:Subject:From; b=MREBCYflO32gjAqS+4aqbS/DMDlJDhsw2E+aJENDhKbIhDixRHrFj1KScGiK7d2Pe gzn9aPqRlxN2vXT9piGIGMUWA8YRoPc7QRkHP24hVA5xVtcr0E6jvC9wU0bVx9GaTp hN4OxRtnqhN7Z3q37UvmwPm3POdNNJcw+IWFz5+Q= Date: Thu, 10 Jan 2019 15:31:31 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Corentin Labbe Subject: [GIT PULL] PCI fixes for v5.0 Message-ID: <20190110213131.GA86782@google.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) 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 PCI fixes: - Fix Amlogic Meson host controller driver build failure (Corentin Labbe) The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-1 for you to fetch changes up to a3869d43c9800cf39496615361c83635fa3e7c82: PCI: amlogic: Fix build failure due to missing gpio header (2019-01-08 09:01:44 -0600) ---------------------------------------------------------------- pci-v5.0-fixes-1 ---------------------------------------------------------------- Corentin Labbe (1): PCI: amlogic: Fix build failure due to missing gpio header drivers/pci/controller/dwc/pci-meson.c | 1 + 1 file changed, 1 insertion(+)