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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DFC31C3DA49 for ; Sun, 14 Jul 2024 21:28:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8A768885A0; Sun, 14 Jul 2024 23:28:15 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=mail.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=mail.de header.i=@mail.de header.b="mHUA5sYZ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 14C3E87D74; Sun, 14 Jul 2024 23:28:14 +0200 (CEST) Received: from shout02.mail.de (shout02.mail.de [IPv6:2001:868:100:600::217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BFAC6880F9 for ; Sun, 14 Jul 2024 23:28:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=mail.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=seb-dev@mail.de Received: from postfix03.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout02.mail.de (Postfix) with ESMTP id 2F83F240CC2; Sun, 14 Jul 2024 23:28:11 +0200 (CEST) Received: from smtp01.mail.de (smtp04.bt.mail.de [10.0.121.214]) by postfix03.mail.de (Postfix) with ESMTP id 11E1080226; Sun, 14 Jul 2024 23:28:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1720992491; bh=q9tbfcUkv6y3JOocXdSLywa3MrgjgXyqdcZXdIPbGGo=; h=From:To:Cc:Subject:Date:Message-ID:From:To:CC:Subject:Reply-To; b=mHUA5sYZa55UrBL/NrwIm4lhxSYswvjCSiR5tnparnlD15SWK1HVktsSgZYPkMGtP q14896hseFdjV9XXxZy3XdsWQTK/HH2z55ZbxeL6u6JDn3QQ23LwR6PRPN8Rc3cfxY fpm84yamnBiHh3MkzAboRpCv49WLFh2WX8c1AwgrZmMhF88zyfb6No2ttkqAOiOncl KodwuZo9DM20kh5gPnbKabFbmZ9fMmeP4gMsEbjSNPPyPbXUbpXBOQoRt8uZJOAGD7 iPj8T8SqAtrHC2CiO2s0jKWfSDqcleNoDQIEy8Bqd0qOyXXo7kjwIdEhGZKz3iXLZ0 +YchIyZq/ftvg== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 070AF240BD8; Sun, 14 Jul 2024 23:28:08 +0200 (CEST) From: Sebastian Kropatsch To: Simon Glass , Philipp Tomsich , Kever Yang Cc: Tom Rini , u-boot@lists.denx.de Subject: [PATCH 0/4] phy: rockchip: snps-pcie3: Fix bifurcation and spelling Date: Sun, 14 Jul 2024 23:23:39 +0200 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1237 X-purgate-ID: 154282::1720992490-E37EF338-84E95EB0/0/0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Several fixes for RK3588's PCIe PHY from upstream Linux [1][2], which uses a very similar driver. Tested on a FriendlyElec CM3588 NAS which uses PCIe bifurcation in 1x1x1x1 mode to enable four M.2 NVMe sockets. With these fixes applied, NVMe SSDs get properly recognized in U-Boot. While at it, correct a few instances where "rockchip" was written as "rochchip" in two Rockchip PHY files. Cheers, Sebastian Links: [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/phy/rockchip/phy-rockchip-snps-pcie3.c?id=f8020dfb311d2b6cf657668792aaa5fa8863a7dd [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/phy/rockchip/phy-rockchip-snps-pcie3.c?id=55491a5fa163bf15158f34f3650b3985f25622b9 --- Sebastian Kropatsch (4): phy: rockchip: naneng-combphy: Fix "rockchip" spelling phy: rockchip: snps-pcie3: Fix "rockchip" spelling phy: rockchip: snps-pcie3: Fix bifurcation for RK3588 phy: rockchip: snps-pcie3: Fix clearing PHP_GRF_PCIESEL_CON bits .../rockchip/phy-rockchip-naneng-combphy.c | 4 +- .../phy/rockchip/phy-rockchip-snps-pcie3.c | 42 ++++++++----------- 2 files changed, 20 insertions(+), 26 deletions(-) -- 2.43.0