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 2CDBBC27C4F for ; Sat, 15 Jun 2024 18:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=opafI/hrfCJf/2/VMolFwUhCIaM6chzYlOC6hZyAo64=; b=I9mobR5HLKDT2EuwpDRfvX5Gng uJrF0cRoNc2/4mRYxP8pnIWuPkwEi44tziHXZcYUfRFAQoiczOU7ZEhKcq224aXaFgP8Ip+KY088e wvF8aUM6LW1CA11WGFMdUCybKjc6bT5XGTwiS9iM+pOdG1HVCtMGmJv9zCflDQeH1AdpEgmZNuIvo myxhG+VNPd6789K4lFY/vTWE4fBcUz/cS8hKUuoDjhv62bBpBCYiqTpjO+dNgN7ko02wUE51NprF7 OP57O0j4kfsezqGZ4xnVT0L32kdDUFB4giMLN31hKThhxLxvoG7hmJgxPT5x4dwIWPMkqNiYqXhGb ulchkFYA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIYSt-00000005wt7-0IOJ; Sat, 15 Jun 2024 18:49:27 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIYSp-00000005wsb-3BPH; Sat, 15 Jun 2024 18:49:25 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C3BEB60BA3; Sat, 15 Jun 2024 18:49:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A84DDC116B1; Sat, 15 Jun 2024 18:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718477362; bh=2UFS+G15YQb63hu8LpWAEUeKauwNQ3gIuqSdcJidqJ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UYXEjMw/WNPKKLRHyp6R+kcO03OHxzA1i8kiL/UHm2M+ByRERA26imlKwyVwsM7pC 20SxSSbNmCRhTID7gkblYNwTsn1lPRQsr+ME8YkFAtwbOOA9dEUzmxBL0IDGxXfPH9 uJgWgNoDK9QlgVhO4BV54B5ucC27tJyyZOMv4GHPHYHweOh2HFUQwbhzjIPLDiQJKJ tGGcVOW9WNepklT3t3SzKayfmMUc31bjvfKt+TTWN8HEOHswk6HM5wmn9gy/LhFugv fW64hl3E3XUvgxlUYx0EyRRlv4gx/e9zb2vq0VfVbGQCQ9zj4ADDlZ6SHGLsimdkqZ /H7SUISGExowg== Date: Sun, 16 Jun 2024 00:19:18 +0530 From: Vinod Koul To: Lorenzo Bianconi Cc: linux-phy@lists.infradead.org, kishon@kernel.org, lorenzo.bianconi83@gmail.com, conor@kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, nbd@nbd.name, john@phrozen.org, dd@embedd.com, catalin.marinas@arm.com, will@kernel.org, upstream@airoha.com, angelogioacchino.delregno@collabora.com, amitsinght@marvell.com Subject: Re: [PATCH v3 0/4] Introduce PCIe PHY driver for EN7581 SoC Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240615_114924_076035_8963041D X-CRM114-Status: UNSURE ( 4.59 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 18-05-24, 13:31, Lorenzo Bianconi wrote: > Add support for Airoha PCIe PHY controller available in the EN7581 SoC. This fails build tests on x86 etc, please make sure you compile in idff arch with W=1 and C=1 and submit again -- ~Vinod