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 3C410C433F5 for ; Mon, 14 Mar 2022 18:14:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2EE4B83B74; Mon, 14 Mar 2022 19:14:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="Ixx2cxDd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CF14683A65; Mon, 14 Mar 2022 19:14:22 +0100 (CET) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D6A5C837C7 for ; Mon, 14 Mar 2022 19:14:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72e.google.com with SMTP id h196so13473473qke.12 for ; Mon, 14 Mar 2022 11:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=pIgWJOSDllsxLeRYocHtxxOcFJA80cRjX81ELyKPZuk=; b=Ixx2cxDdEm0XSrG1pz299u05YWQxl4sM2CFFen83SsojzV7VXrGtwD4qcEZJdb/mKI hKiVgO56QLLj7XSr3R4Fr23joyQ6bLQQmCGvVos8xb+9yLrxEDuMUCwo53g9fkQ6jpQr phNKWifJPQykC4yP5IQJvTlkRZqPKX7biuE3E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=pIgWJOSDllsxLeRYocHtxxOcFJA80cRjX81ELyKPZuk=; b=QE54lD7phTBCAvm6CbuKn10gOA9DMUSQGaeMpjR5RCv4E8mm4t3ovgv4KWLbCCiHcK W23TD/qT/Oz+zgzYVGH0IpokfYi66fUf87yP+u+C7CV9snA9tH9dvILXmyoCLNdVq43g 3FLvYLl0iTslMlLzqDbdAby5Pei0m3J8uIrq6LSqARsCfr0Rj63ioUcYzV3TS4CEY1fk fKFSu37W/cbJ26+UWG4bCN+4lhsiyEhRiupdUn/ode7yVqwl9TZmg+NrRVe4YTq6BF/x jKb/I9SQ+MT3PERJx3d6gzQTz1NRiVi46pwcmSV7/lMrY3O0aTnZYFvR2oShC6BcnzkY gHIA== X-Gm-Message-State: AOAM530IBSyYbHRyzWz3oX81l+KpGlgS5ynxiZ8Vg3IUhLugdIG9HvOK cDPPQDo37qZtxbCc7vQFLPjHbA== X-Google-Smtp-Source: ABdhPJwi9gyojsNBpuPNEfzxhSbF7jXh6nN5obJQHGUTbERNi8pA/mQJ0YbfBf51cQ1ycb0Ues5F1A== X-Received: by 2002:a37:9644:0:b0:4f6:c9d5:1c88 with SMTP id y65-20020a379644000000b004f6c9d51c88mr15420246qkd.576.1647281656664; Mon, 14 Mar 2022 11:14:16 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id h17-20020a37de11000000b0047caf996ef8sm8118343qkj.20.2022.03.14.11.14.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Mar 2022 11:14:15 -0700 (PDT) Date: Mon, 14 Mar 2022 14:14:14 -0400 From: Tom Rini To: Aswath Govindraju Cc: u-boot@lists.denx.de, Georgi Vlaev , Kishon Vijay Abraham I Subject: Re: [PATCH 1/2] phy: cadence: Sierra: Move the link operations from serdes phy to link device Message-ID: <20220314181414.GG9986@bill-the-cat> References: <20220304121526.4651-1-a-govindraju@ti.com> <20220304121526.4651-2-a-govindraju@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YLwdFo+Xu6B7B0Yp" Content-Disposition: inline In-Reply-To: <20220304121526.4651-2-a-govindraju@ti.com> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --YLwdFo+Xu6B7B0Yp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2022 at 05:45:25PM +0530, Aswath Govindraju wrote: > In commit 6f46c7441a9f ("phy: cadence: Sierra: Add a UCLASS_PHY device for > links"), a separate udevice of type UCLASS_PHY was created for each link. > Therefore, move the corresponding link operations under the link device. >=20 > Also, change the uclass of sierra phy to UCLASS_MISC as it is no longer t= he > phy device. >=20 > Fixes: 6f46c7441a9f ("phy: cadence: Sierra: Add a UCLASS_PHY device for l= inks") > Signed-off-by: Aswath Govindraju > Reviewed-by: Georgi Vlaev Applied to u-boot/master, thanks! --=20 Tom --YLwdFo+Xu6B7B0Yp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIvhfUACgkQFHw5/5Y0 tyyiVAwAmfoc1BDwqMp5E1Z8cDfhrNNbu8MXxSlfIT+lBrTFQkwJ3lmC+QWZTQDz dCSdZ7MOdIqFloVUnBqgB+cXxB5iNJ4tDFZ8llXR/vRJ11a77P2Qh3hQq1wtGxKa 5uPhLjMeiUrMhiVnTiQCM1+8N2ctGzkAp96KhetP5MlqafPrrEm/nggJPEBopQUb Hrz4LsRwMgAsHHVk5Sp8sLlPrDF5Y7Z3ElRYvXsowNDldWFYIvQYoQR63+zFI+MN vlu+s4ztEyGpTf+Sj+mko27owxZ4NN3NSgTzE53QD5yZPqVySo+Z+us4ySumpe9Q pczSxKHOeVCLqbodotZGV/oEDYn5/H9Z2g1QJKJvdywn3dytbz96KMtYpqAloHcB ZArzbNfSQWhlQaDEZ1Pf2sYqFsSI9fVrBlyU16TU2Hv5HrKmW/nfgVo4aeLUby0Z /v5vIizRwbKetjDDB05/JLHwhsn+DEbRC12qQ9rcycJXDkQ/4NbPqbucqB6XY/ch XUfLOntA =5Z2D -----END PGP SIGNATURE----- --YLwdFo+Xu6B7B0Yp--