From patchwork Fri Feb 28 19:21:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 1246803 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=UUZYbTtS; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48TfYK3nM3z9sR4 for ; Sat, 29 Feb 2020 06:21:57 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725886AbgB1TV4 (ORCPT ); Fri, 28 Feb 2020 14:21:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:51808 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725827AbgB1TV4 (ORCPT ); Fri, 28 Feb 2020 14:21:56 -0500 Received: from localhost (mobile-166-175-186-165.mycingular.net [166.175.186.165]) (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 0A7392469F; Fri, 28 Feb 2020 19:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582917715; bh=dC4jleGOY7CBKlY9hgX1iCewszSguWgeYcQ3QYeB9oI=; h=Date:From:To:Cc:Subject:From; b=UUZYbTtSXXjzp+X3J2X2Y3eilM0XgF1dOfH6BxKzCHUcz7Atq+DKiWsOBOkPvPakM wqG2nHAPokLGD+9NMBtjeHyLFRB61mPoTdpX6r+2fwlOuODy3+stzVsbySIEx1OcPA ++FUJ5JP7vczi34OUQ3k7r4D+pDvcb5mJg/wbZD0= Date: Fri, 28 Feb 2020 13:21:53 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn , Marek Szyprowski Subject: [GIT PULL] PCI fixes for v5.6 Message-ID: <20200228192153.GA97492@google.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org PCI fixes: - Fix build issue on 32-bit ARM with old compilers (Marek Szyprowski) - Update MAINTAINERS for recent Cadence driver file move (Lukas Bulwahn) The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.6-fixes-2 for you to fetch changes up to 5901b51f3e5d9129da3e59b10cc76e4cc983e940: MAINTAINERS: Correct Cadence PCI driver path (2020-02-27 15:49:28 -0600) ---------------------------------------------------------------- pci-v5.6-fixes-2 ---------------------------------------------------------------- Lukas Bulwahn (1): MAINTAINERS: Correct Cadence PCI driver path Marek Szyprowski (1): PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers MAINTAINERS | 2 +- drivers/pci/controller/pcie-brcmstb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)