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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E919DC433F5 for ; Tue, 23 Nov 2021 18:06:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239686AbhKWSJy (ORCPT ); Tue, 23 Nov 2021 13:09:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:56550 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbhKWSJu (ORCPT ); Tue, 23 Nov 2021 13:09:50 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (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 5795C60F9D; Tue, 23 Nov 2021 18:06:42 +0000 (UTC) Received: from sofa.misterjones.org ([185.219.108.64] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mpaBk-007LjH-0m; Tue, 23 Nov 2021 18:06:40 +0000 From: Marc Zyngier To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org Cc: =?UTF-8?q?Pali=20Roh=C3=A1r?= , Alyssa Rosenzweig , Lorenzo Pieralisi , Bjorn Helgaas , Mark Kettenis , Luca Ceresoli , kernel-team@android.com Subject: [PATCH v3 0/3] PCI: apple: Assorted #PERST fixes Date: Tue, 23 Nov 2021 18:06:33 +0000 Message-Id: <20211123180636.80558-1-maz@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, pali@kernel.org, alyssa@rosenzweig.io, lorenzo.pieralisi@arm.com, bhelgaas@google.com, mark.kettenis@xs4all.nl, luca@lucaceresoli.net, kernel-team@android.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Apologies for the rapid fire (I tend to be much more conservative when resending series), but given that this series has a direct impact on other projects (such as u-boot), I'm trying to converge as quickly as possible. This series aims at fixing a number of issues for the recently merged Apple PCIe driver, all revolving around the mishandling of #PERST: - we didn't properly drive #PERST, and we didn't follow the specified timings - the DT had the wrong polarity, which has impacts on the driver itself Hopefully, this should address all the issues reported so far. * From v2: - Fixed DT - Fixed #PERST polarity in the driver - Collected Pali's ack on patch #1 [1] https://lore.kernel.org/r/20211122104156.518063-1-maz@kernel.org Marc Zyngier (3): PCI: apple: Follow the PCIe specifications when resetting the port arm64: dts: apple: t8103: Fix PCIe #PERST polarity PCI: apple: Fix #PERST polarity arch/arm64/boot/dts/apple/t8103.dtsi | 7 ++++--- drivers/pci/controller/pcie-apple.c | 12 +++++++++++- 2 files changed, 15 insertions(+), 4 deletions(-) -- 2.30.2