From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 973801D6DB6 for ; Tue, 24 Dec 2024 12:31:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735043486; cv=none; b=Vz9aUl+8fIK+9wMbAO9TtfwT44hvbtlCovUfhXjrmAksda0ifuLuGVvhcCrQUhOySonDJZV+iEtgK/DZw6XNZfw9E7K/n0obBrSP2IP1A2zuU0wRJe7b31HGyfJtalUsyHyRDgw6lt/W/qxXcnoCqBopW6yvsbtTa2SaCZd/atM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735043486; c=relaxed/simple; bh=USvel8SNQe7hggQ6xKon9A3ZrG9sWgLv0YADR4LTI3c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=WG0+x0Ds6O1dzpFEdVvndbSdg/xP7/yInB1rcVCG054k9PHVifJWhiqacvCCzMBY5o21vz7v5qtLktG2Mup9axlnw8O+SoXfelYRqbhVsrr97UYMOsJy8FGveZzKiMQgnI9m3VQ7M4Us98yVEPYFt5JcybO623wx6rUHAw0IwiE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=Rf4RZOyY; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="Rf4RZOyY" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nuwHyEIoD2Q0bmkBoVOOBYeWgbfoPuD67bLeWt0tdLw=; b=Rf4RZOyYXMJy4YxEHu4aSezXOs Q9j89iwiwNlyg4rPIS8flwazm6EgNNuZpU3j1cIdsJmrzV65Mfj28xA3HUAeg+k2Y6QhE7OAXtc49 DpGtZ/2DOEF07/les2bEDNeDFY69f76bWYTDyD9xrPh2TZ4PBed8CSLtyFp2N9Yc6alOBR9YshVyb x2YXJSl+iZi0crIVWw2nF01mFFhB0WRVJrSikK9ckkNQlDEDFYMGD0Xu5WWDFfKfnjuVWuPcxlN9T AyjKIpeuoSZifX/ZeOudOkvtWvsJOF29DkUbEPpQsysSSRrsO80wRYGA9OvyVawV+Lm7ESXHcK+DW +wa2dzMQ==; Received: from i5e860d12.versanet.de ([94.134.13.18] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tQ44I-0001Dn-RH; Tue, 24 Dec 2024 13:31:22 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Kever Yang Cc: linux-rockchip@lists.infradead.org, Jon Lin , Kever Yang , Vinod Koul , linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, Kishon Vijay Abraham I , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] phy: rockchip-naneng-combo: Support rk3562 Date: Tue, 24 Dec 2024 13:31:22 +0100 Message-ID: <2024855.8hb0ThOEGa@diego> In-Reply-To: <20241224094217.3817100-2-kever.yang@rock-chips.com> References: <20241224094217.3817100-1-kever.yang@rock-chips.com> <20241224094217.3817100-2-kever.yang@rock-chips.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Am Dienstag, 24. Dezember 2024, 10:42:16 CET schrieb Kever Yang: > From: Jon Lin > > rk3562 has 1 naneng comboPHY used for PCIe and USB3. > > Signed-off-by: Jon Lin > Signed-off-by: Kever Yang Fits nicely into the existing structure Reviewed-by: Heiko Stuebner