From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1037057AbdDUQlX (ORCPT ); Fri, 21 Apr 2017 12:41:23 -0400 Received: from mail.kernel.org ([198.145.29.136]:43450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161835AbdDUQlI (ORCPT ); Fri, 21 Apr 2017 12:41:08 -0400 Date: Fri, 21 Apr 2017 11:23:13 -0500 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Rutland , Dongdong Liu Subject: Re: [GIT PULL] PCI fixes for v4.11 Message-ID: <20170421162312.GA17726@bhelgaas-glaptop.roam.corp.google.com> References: <20170421162058.GA17645@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170421162058.GA17645@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [+cc linux-pci, linux-kernel, Mark, Dongdong] On Fri, Apr 21, 2017 at 11:20:58AM -0500, Bjorn Helgaas wrote: > Hi Linus, > > Sorry this is so late. It's been in -next for over a week, but I forgot to > send it on until now. > > > PCI fix: > > - fix HiSilicon DT binding > > The following changes since commit 794a8604fe6e4a311373cde57a86ad4aab9d32b8: > > PCI: dwc: Fix dw_pcie_ops NULL pointer dereference (2017-04-04 08:24:25 -0500) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.11-fixes-5 > > for you to fetch changes up to b9c1153f7a9cb2d53b845615a0edd510f7fe8341: > > PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam) (2017-04-12 10:46:47 -0500) > > ---------------------------------------------------------------- > pci-v4.11-fixes-5 > > ---------------------------------------------------------------- > Dongdong Liu (1): > PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam) > > Documentation/devicetree/bindings/pci/hisilicon-pcie.txt | 10 ++++++++-- > drivers/pci/dwc/pcie-hisi.c | 6 +++++- > 2 files changed, 13 insertions(+), 3 deletions(-)