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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 46DDBC47082 for ; Thu, 3 Jun 2021 16:32:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D82F613F1 for ; Thu, 3 Jun 2021 16:32:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229812AbhFCQeC (ORCPT ); Thu, 3 Jun 2021 12:34:02 -0400 Received: from foss.arm.com ([217.140.110.172]:45358 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbhFCQeC (ORCPT ); Thu, 3 Jun 2021 12:34:02 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8B0D711B3; Thu, 3 Jun 2021 09:32:17 -0700 (PDT) Received: from lpieralisi (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F11303F73D; Thu, 3 Jun 2021 09:32:15 -0700 (PDT) Date: Thu, 3 Jun 2021 17:32:13 +0100 From: Lorenzo Pieralisi To: Jim Quinlan Cc: linux-pci@vger.kernel.org, Bjorn Helgaas , Nicolas Saenz Julienne , bcm-kernel-feedback-list@broadcom.com, james.quinlan@broadcom.com, Florian Fainelli , Jim Quinlan , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , open list , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , Rob Herring Subject: Re: [PATCH v1 0/4] PCI: brcmstb: Add panic handler and shutdown func Message-ID: <20210603163213.GB19835@lpieralisi> References: <20210427175140.17800-1-jim2101024@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210427175140.17800-1-jim2101024@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Apr 27, 2021 at 01:51:35PM -0400, Jim Quinlan wrote: > v1 -- These commits were part of a previous pullreq but have > been split off because they are unrelated to said pullreq's > other more complex commits. Can I drop this series ? https://patchwork.kernel.org/user/todo/linux-pci/?series=459871 Thanks, Lorenzo > Jim Quinlan (4): > PCI: brcmstb: Check return value of clk_prepare_enable() > PCI: brcmstb: Give 7216 SOCs their own config type > PCI: brcmstb: Add panic/die handler to RC driver > PCI: brcmstb: add shutdown call to driver > > drivers/pci/controller/pcie-brcmstb.c | 145 +++++++++++++++++++++++++- > 1 file changed, 143 insertions(+), 2 deletions(-) > > -- > 2.17.1 >