From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A6E54256A; Mon, 17 Jun 2024 08:00:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718611233; cv=none; b=OYpNT6cDBH5/fpR0m/w4p2Jgv76Sr7lzkb3FioRHQafrYe5I5lFO/zXMTqe+pFLhF7a/sZqxoypbBgUSijf1DX2j22JqtBnayk8tu2ot0f2EWaZhDSJIfv00btQ3zJ/UmJ0Pdp2EwGLTtDoX+h9vWCFTgt0gDDOfYEQmEPPpB10= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718611233; c=relaxed/simple; bh=uV9MpsrDI3F3OJ/6TsLxAXJsBp+2RFNu+1nGc5NktBg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oYvIlFlM8mhc6T6wZ8jB/HfLS6iYTskjjbtzecQdiSQfU9ubI7b7xDWjKB1ZZIA1kaPbE5Gs6lUlHBBxJ8Oq+MY/3ZebuAIpA54ZS+A4WcjAmXH/HLdy1pJRWOyOJXE7850M3bidLfoYZQZXd7UMvswuaZy1g5PHoTLfeUisAy8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=klsYUveL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="klsYUveL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79517C2BD10; Mon, 17 Jun 2024 08:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718611233; bh=uV9MpsrDI3F3OJ/6TsLxAXJsBp+2RFNu+1nGc5NktBg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=klsYUveLquhL1BuiQ1Vdtl2kLHyzicEazwfIMeCjVQj/GeAGO530gpLmZI8AJCvBa leQ3+LJP79Nw4WMaymPePQkC8ow61VtmUyoXGxs7p5CvcDB71l0+mVLbuR+R9ZGUYU s3OjJXE8c7pziBwME3h8RGltHLf7Rt0iZ2AmRxum4XC8TtA+iKxP6pjRX46c1N9/wY s7V5IP+zBnD20WZjK5/M6n+nt07VdrVLzXZFWTqmxfUjAYStvXxlAbRNAAJ180ckIB QyNlVLlAIxXwXb/Pf3KoZqiTSeSIinEq1jGR6S7aVXRnEIfSYjZgujX0X3swp0I/o3 JhVWSj0vO7Erw== Date: Mon, 17 Jun 2024 10:00:26 +0200 From: Niklas Cassel To: Jingoo Han , Manivannan Sadhasivam , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Kishon Vijay Abraham I , Arnd Bergmann , Damien Le Moal , Jon Lin , Shawn Lin , Simon Xue Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v5 00/13] PCI: dw-rockchip: Add endpoint mode support Message-ID: References: <20240607-rockchip-pcie-ep-v1-v5-0-0a042d6b0049@kernel.org> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240607-rockchip-pcie-ep-v1-v5-0-0a042d6b0049@kernel.org> On Fri, Jun 07, 2024 at 01:14:20PM +0200, Niklas Cassel wrote: > Hello all, > > This series adds PCIe endpoint mode support for the rockchip rk3588 and > rk3568 SoCs. > > This series is based on: pci/next > (git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git) > > This series can also be found in git: > https://github.com/floatious/linux/commits/rockchip-pcie-ep-v5 > > Testing done: > This series has been tested with two rock5b:s, one running in RC mode and > one running in EP mode. This series has also been tested with an Intel x86 > host and rock5b running in EP mode. (snip) Hello PCI maintainers, If there is anything more I can do to get this picked up, please tell me. Kind regards, Niklas