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 BC1CCC4345F for ; Tue, 23 Apr 2024 15:03:44 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QA8j/zeYZRWjtnuWx9/2BymSvDQd9TTQljivOXElj+A=; b=2fLwFiuec69XaI moelrrDtHb5zY8+rOT0uYcrjHEl0qLk2gzrkqUoLfDnt/ALmRoqJZspb4A2bAJk0d/7yGB4QAFo0S Wf1RvETT+Gl/c4XDZ8sxUg77bK/1JJYOUVUxqX/3XXeCQn81VWWatPg5UmdB2IPa3FvKiAsHh5zzK hsK4N1z+SsKj6DEhtIOvW//DsSQabaxOpGOk1k984xuXt9UTy2BCKti1JZWRflOpGJ9OkaiQvhq8m ABBXnQ4/kxQmKrQ46f5qwDAqoNTPg7CwTjc6WaD/IoICEZ0WnReNfkG215j9Ym348CvaVezmYrY4M kAPY1aduK0C8tfnIDFPw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzHgO-00000000Q44-1kFk; Tue, 23 Apr 2024 15:03:44 +0000 Received: from out-185.mta1.migadu.com ([95.215.58.185]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzHgC-00000000PyP-3jr6 for linux-phy@lists.infradead.org; Tue, 23 Apr 2024 15:03:38 +0000 Message-ID: <96585fad-4d37-4020-a154-359ccf377906@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1713884609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7TANHM5N3v2iElR/Xv0zvD1tTgG0PGeTr9gPXr/7U7k=; b=D6lHXWPQtgSvtHtv6p8phCCUjAPyRK7KFinWitycRCImX1LiSUPsEVl+6tIm2Y+txjyslX rSsGocLwVJsd0GMto2InAoqKZGQeWBxQx7LaCTxc/1n2vLCC0Mw+r3CXbc/GgdusLsArqa OS4qfKrLWmKOUV5RRa/GpLjo+jsOjxI= Date: Tue, 23 Apr 2024 11:03:26 -0400 MIME-Version: 1.0 Subject: Re: [PATCH 2/3] phy: zynqmp: Don't wait for PLL lock on nonzero PCIe lanes To: Michal Simek , Laurent Pinchart , linux-phy@lists.infradead.org Cc: Vinod Koul , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kishon Vijay Abraham I References: <20240422185803.3575319-1-sean.anderson@linux.dev> <20240422185803.3575319-3-sean.anderson@linux.dev> <691e50b7-1c1a-478a-815b-fb2a6bfdae8f@amd.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <691e50b7-1c1a-478a-815b-fb2a6bfdae8f@amd.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240423_080333_699468_43C2B651 X-CRM114-Status: UNSURE ( 5.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On 4/23/24 02:25, Michal Simek wrote: > > > On 4/22/24 20:58, Sean Anderson wrote: >> Similarly to DisplayPort, nonzero PCIe lanes never achieve PLL lock [1]. > > What is this [1] for? I was originally going to have the comment below the fold in the commit message as a footnote. I forgot to remove this after editing. --Sean -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy 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 A8FC6C4345F for ; Tue, 23 Apr 2024 15:03:59 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=aNwiyaEST9V3kiuX4LQb42OIgHRMDc5C6rB10xB89L4=; b=FicWVH/BVlXnCz VwUFEd0a9JL1nYFt2+XRJBkp399hTxtj7xy/fhw00ZTCAYTmdCe63uOvw4xwrhYj6nF6FPOwVDK/F l2bWJbIVMGXnJ8LRyfY51VytiYDD0uKdBMIuk9oefx9FRge0IeOAzO81mL0O69DFiud9z+y1oBDbN Ym+YDpE/vtiNUgkvFBuSwTMDt4CamJInRThQW3kxY//ymELq7v2Ka+Acl0Y+W8SuaF7U3jg7PA9jw P9a6mcZIXEtUCVmsaC8rMYfUFxeoUkTp/WbCisCD41S3thAiR75UOkqPcXSKXT+2h5mQiUomqSDSG 6GgJCBg+b1tnlu9aGodw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzHgK-00000000Q2c-0SNp; Tue, 23 Apr 2024 15:03:40 +0000 Received: from out-189.mta1.migadu.com ([2001:41d0:203:375::bd]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzHgC-00000000PyO-3kI7 for linux-arm-kernel@lists.infradead.org; Tue, 23 Apr 2024 15:03:38 +0000 Message-ID: <96585fad-4d37-4020-a154-359ccf377906@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1713884609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7TANHM5N3v2iElR/Xv0zvD1tTgG0PGeTr9gPXr/7U7k=; b=D6lHXWPQtgSvtHtv6p8phCCUjAPyRK7KFinWitycRCImX1LiSUPsEVl+6tIm2Y+txjyslX rSsGocLwVJsd0GMto2InAoqKZGQeWBxQx7LaCTxc/1n2vLCC0Mw+r3CXbc/GgdusLsArqa OS4qfKrLWmKOUV5RRa/GpLjo+jsOjxI= Date: Tue, 23 Apr 2024 11:03:26 -0400 MIME-Version: 1.0 Subject: Re: [PATCH 2/3] phy: zynqmp: Don't wait for PLL lock on nonzero PCIe lanes To: Michal Simek , Laurent Pinchart , linux-phy@lists.infradead.org Cc: Vinod Koul , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kishon Vijay Abraham I References: <20240422185803.3575319-1-sean.anderson@linux.dev> <20240422185803.3575319-3-sean.anderson@linux.dev> <691e50b7-1c1a-478a-815b-fb2a6bfdae8f@amd.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <691e50b7-1c1a-478a-815b-fb2a6bfdae8f@amd.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240423_080333_172198_5ED64424 X-CRM114-Status: UNSURE ( 6.83 ) 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 4/23/24 02:25, Michal Simek wrote: > > > On 4/22/24 20:58, Sean Anderson wrote: >> Similarly to DisplayPort, nonzero PCIe lanes never achieve PLL lock [1]. > > What is this [1] for? I was originally going to have the comment below the fold in the commit message as a footnote. I forgot to remove this after editing. --Sean _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 BE8AF13CF95 for ; Tue, 23 Apr 2024 15:03:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713884614; cv=none; b=Q/c57GRXdBx+5l5B5nfuf5gTw9CP93oyKwk7s7DEVrleSyZn2vtMYUnr52x+ClRc2zriZlnfHCZmCTZBl5ePdFfWdXihErguO0QQtity4KgudeEnubcGJ3dDXjRiMd9lpdKgZEBPczs/jRJ9PMv7Ql5dk2JU5I5TO3n8m2CxAzE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713884614; c=relaxed/simple; bh=51vsz8FU2TrNqtjWCCIptttSlaJ0k772Dp64IyXLJeo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Pt5gGF7LnTIgPjh6V899Q6mlGpRjgh4m8bHtY2H7+vFMwW78LjcTru84WYUZ13ObTgsC7jrUOQGNTqjAZmLhKpgXSSO88M5GRyh+gmqZIbRtt01RUylJCZhlpqitbSXv1pBWq6xUnb9jpAbN67KNaovqK9NrENesCwFbhADbYWU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=D6lHXWPQ; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="D6lHXWPQ" Message-ID: <96585fad-4d37-4020-a154-359ccf377906@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1713884609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7TANHM5N3v2iElR/Xv0zvD1tTgG0PGeTr9gPXr/7U7k=; b=D6lHXWPQtgSvtHtv6p8phCCUjAPyRK7KFinWitycRCImX1LiSUPsEVl+6tIm2Y+txjyslX rSsGocLwVJsd0GMto2InAoqKZGQeWBxQx7LaCTxc/1n2vLCC0Mw+r3CXbc/GgdusLsArqa OS4qfKrLWmKOUV5RRa/GpLjo+jsOjxI= Date: Tue, 23 Apr 2024 11:03:26 -0400 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 2/3] phy: zynqmp: Don't wait for PLL lock on nonzero PCIe lanes To: Michal Simek , Laurent Pinchart , linux-phy@lists.infradead.org Cc: Vinod Koul , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kishon Vijay Abraham I References: <20240422185803.3575319-1-sean.anderson@linux.dev> <20240422185803.3575319-3-sean.anderson@linux.dev> <691e50b7-1c1a-478a-815b-fb2a6bfdae8f@amd.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <691e50b7-1c1a-478a-815b-fb2a6bfdae8f@amd.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/23/24 02:25, Michal Simek wrote: > > > On 4/22/24 20:58, Sean Anderson wrote: >> Similarly to DisplayPort, nonzero PCIe lanes never achieve PLL lock [1]. > > What is this [1] for? I was originally going to have the comment below the fold in the commit message as a footnote. I forgot to remove this after editing. --Sean