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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 180F1ECAAA3 for ; Fri, 26 Aug 2022 08:43:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229873AbiHZIn2 (ORCPT ); Fri, 26 Aug 2022 04:43:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245475AbiHZInI (ORCPT ); Fri, 26 Aug 2022 04:43:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B32F1AF0E; Fri, 26 Aug 2022 01:42:50 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 2562061D97; Fri, 26 Aug 2022 08:42:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E07CBC433B5; Fri, 26 Aug 2022 08:42:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661503369; bh=f9rCle8MUuHrWBuriqQEAYyLqTTaXKIX/4G+WKekalc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T8XpBKO/c2SqgP7OgMapol886WwD/tRHfcQrWPCfqpAOjdIgJSRRPiKL1onSeiF4k e1WUbBtMN/Mb3veFETj7rbIervebAokt6rHL/X0OtoKz4iHNyBppj1eDPld9oLF0bd WEJgO4fgVJlNt9UzYzhLS/J4G42v+cdYqzvu7fjLMsqhJfTdZvez3Cqu5I1Jyt/Xml X4q8u1qrCULUJ4GYnVJ16fJhAw4jfZuqyvT9UZW2NkgiOXmZpHw91ZBrN54fTyIKZC W1dk20OFG6KucjHwNAmeN4cKf2EyQu6JJTKxudQ4WaJzIV2MzS+e3BkhT8sNJgWBBv xWZjwxQj6EVjA== Date: Fri, 26 Aug 2022 10:42:41 +0200 From: Lorenzo Pieralisi To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Mauri Sandberg , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bhelgaas@google.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, andrew@lunn.ch, sebastian.hesselbarth@gmail.com, gregory.clement@bootlin.com, linux@armlinux.org.uk, kw@linux.com, thomas.petazzoni@bootlin.com Subject: Re: [PATCH v2 2/2] PCI: mvebu: add support for orion5x Message-ID: References: <20220718202843.6766-1-maukka@ext.kapsi.fi> <20220802173423.47230-1-maukka@ext.kapsi.fi> <20220802173423.47230-3-maukka@ext.kapsi.fi> <20220825160051.z52ak45apjcgf3sl@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220825160051.z52ak45apjcgf3sl@pali> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 25, 2022 at 06:00:51PM +0200, Pali Rohár wrote: > On Thursday 25 August 2022 17:15:36 Lorenzo Pieralisi wrote: > > On Tue, Aug 02, 2022 at 08:34:23PM +0300, Mauri Sandberg wrote: > > > Add support for orion5x PCIe controller. > > > > > > There is Orion-specific errata that config space via CF8/CFC registers > > > is broken. Workaround documented in errata documented (linked from above > > > documentation) does not work when DMA is used and instead other > > > > Linked to which documentation ? > > Hello! Orion Errata document is linked from kernel doc: > https://www.kernel.org/doc/html/latest/arm/marvell.html Add a Link: tag to the patch, thanks. Lorenzo