From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA50CC2D0C9 for ; Fri, 13 Dec 2019 21:14:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 21F7124686 for ; Fri, 13 Dec 2019 21:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576271653; bh=kUQ9ID/xbPJQ3wZiChap4nrJxz4IWowR3x8gqN0lLMg=; h=Date:From:To:Cc:Subject:List-ID:From; b=b6t9Z3WoUN1jrDdtRXsNbIpcb9JbBAMF8886u52GkegfPSNH2jFYbsJs0kxRllFxb eKfpoSLFR4Har2zMh5pBsj2XDKe/A0GMntCrpFpClu50UM+EXk94w/NRijaFNlGEl4 86LEudxIXMcr1hCb/R3ZOpVSlmQ2evm10FjHDkh0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726736AbfLMVOM (ORCPT ); Fri, 13 Dec 2019 16:14:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:50022 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726345AbfLMVOM (ORCPT ); Fri, 13 Dec 2019 16:14:12 -0500 Received: from localhost (mobile-166-170-223-177.mycingular.net [166.170.223.177]) (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 C1BDC24671; Fri, 13 Dec 2019 21:14:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576271651; bh=kUQ9ID/xbPJQ3wZiChap4nrJxz4IWowR3x8gqN0lLMg=; h=Date:From:To:Cc:Subject:From; b=SD+2BCuj8VJGHyQFaFA3kcReZjhXRj4gnbbBsRT32ZMQmvJYtcbgb/0P0rqN9Rh0f orW0e4rwNpdXG8ioTVej39Afqebu1lTgJWlgT5+jM5r8dTY9UQnGf7oCTSA5hqvku7 puustTox0IA5AHogGgk7Fy5mXcR2X9B+eST9P3ts= Date: Fri, 13 Dec 2019 15:14:09 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Andrew Murray , Enric Balletbo i Serra , Vicente Bergas Subject: [GIT PULL] PCI fixes for v5.5 Message-ID: <20191213211409.GA200528@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org PCI fixes: - Fix rockchip outbound ATU issue that prevented Google Kevin Chromebooks from booting (Enric Balletbo i Serra) The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.5-fixes-1 for you to fetch changes up to ca01e7987463e8675f223c366e262e82f633481a: PCI: rockchip: Fix IO outbound ATU register number (2019-12-12 15:25:37 -0600) ---------------------------------------------------------------- pci-v5.5-fixes-1 ---------------------------------------------------------------- Enric Balletbo i Serra (1): PCI: rockchip: Fix IO outbound ATU register number drivers/pci/controller/pcie-rockchip-host.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)