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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B585EC433FE for ; Fri, 11 Nov 2022 10:44:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZHPJGDoptGbkfd1PSdh2lulbYfE3HYjutBOAO1/WRqo=; b=X19dEW0yi1sr5Y KTJCrtnybWltExDIC4WVeIYOyqdgPDJg6aS2nPex25/jS/McVCiiLYDMDEOUzyHVY/0eNKTiD3ZJu 8LUM6oxSAbbtXdTxJ+XP0+5DWYEVhLu22qW97KW7JtJJJPJO2xbZ1D4NUCAM/esGmIWEl99ffLFGh zPUu1adcIxTq67WwBAYbjzt8mnfvPR8cf+yq8/2CSIXRxdw20xSXzrcrwcKH6BxskAb9docwvA8Y9 wecrFNHk021p6ceHbJZEA4jY4BQHTa9ETUGzIaFYW0TkdVq72zAUUtKmkjS5KFFwqne1hnT26P0Wk iMYcL9VqykAccgLC+X5A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1otRVU-00F3Qk-Cq; Fri, 11 Nov 2022 10:43:32 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1otRVR-00F3PT-6G; Fri, 11 Nov 2022 10:43:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8A513B82560; Fri, 11 Nov 2022 10:43:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D08A6C433D6; Fri, 11 Nov 2022 10:43:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668163406; bh=qSf10Q0RCz9prfBSGp/ERyuz24K/NWgcXcVDUlam2as=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=El0c4Zi2xN1hi6NsMggMAR2lye8V9aBiQ8ZHugADh+TELK7VpsmgNKmAmUtq770y6 hy9PWrb9+oa3LP3fh7iCHsmVGVr5AzWUq14eYnMZlXuJaK08z9g1/xiv8HCI+8dSL2 1GcSMCDHtZoI6eVwvZSfNSwhPtr5xEoRgWdE8hgswIqD71JSLE85fa81NshJm4dKjp z6czJbY05TcYc/CDfjR7gLdppqJgSjM/2zPIpGGcNfDHzDoEcpFHGmgjw61jARGjGC WQOCqEjg5HOVWQpwqhV2CGMXKZudOKPrrMSEF85NHyJlcCzygkaSKrexJKQLScVjT0 M45hFvkJs6l4g== From: Lorenzo Pieralisi To: bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org, Nicolas Saenz Julienne , Bjorn Helgaas , Lorenzo Pieralisi , Cyril Brulebois , Jim Quinlan , james.quinlan@broadcom.com Cc: open list , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Rob Herring , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" Subject: Re: [PATCH v2 0/5] PCI: brcmstb: Add Multi-MSI and some improvements Date: Fri, 11 Nov 2022 11:43:19 +0100 Message-Id: <166816337015.202749.4605725952437837970.b4-ty@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221011184211.18128-1-jim2101024@gmail.com> References: <20221011184211.18128-1-jim2101024@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221111_024329_391718_3AF0A21E X-CRM114-Status: UNSURE ( 7.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 11 Oct 2022 14:42:05 -0400, Jim Quinlan wrote: > v2 -- Commit "PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits" > - s/read compeletion boudnary/Read Completion Boundary/ (Bjorn) > > v1 -- original > > Jim Quinlan (5): > PCI: brcmstb: Enable Multi-MSI > PCI: brcmstb: Wait for 100ms following PERST# deassert > PCI: brcmstb: Replace status loops with read_poll_timeout_atomic() > PCI: brcmstb: Functions needlessly specified as "inline" > PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits > > [...] Applied to pci/brcmstb, thanks! [1/5] PCI: brcmstb: Enable Multi-MSI https://git.kernel.org/lpieralisi/pci/c/198acab1772f [2/5] PCI: brcmstb: Wait for 100ms following PERST# deassert https://git.kernel.org/lpieralisi/pci/c/3ae140ad827b [3/5] PCI: brcmstb: Replace status loops with read_poll_timeout_atomic() https://git.kernel.org/lpieralisi/pci/c/ca5dcc76314d [4/5] PCI: brcmstb: Functions needlessly specified as "inline" https://git.kernel.org/lpieralisi/pci/c/137b57413f56 [5/5] PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits https://git.kernel.org/lpieralisi/pci/c/602fb860945f Thanks, Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel