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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14CADC433EF for ; Fri, 12 Nov 2021 17:28:13 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 3B7BD60F51 for ; Fri, 12 Nov 2021 17:28:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3B7BD60F51 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 74DD783035; Fri, 12 Nov 2021 18:28:10 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org 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; unprotected) header.d=kernel.org header.i=@kernel.org header.b="dAr8/Mhi"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2FB9683034; Fri, 12 Nov 2021 18:28:08 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 593518302C for ; Fri, 12 Nov 2021 18:28:03 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id E89F860E73; Fri, 12 Nov 2021 17:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636738081; bh=PHKGwUTrHLLu/HeCDhmNPmJEbaxkI7OgTIRojgDIQ0c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dAr8/MhiYkcXZLOdfUz79/oci5OLrIM4u4JJsejAhOLVmGjbavif2PLSJNp14UVlh U0eEZZP/fzCDwbKsjYv9DsugeHDuhB8GQMSPmTBLjshP/Io/URLYXUbRdD748Y+3Pd zXdeivqY0TQ9YlLwgoV5vzWrh9fSbijShpiprqFlH3rjNg6wrd5Tr3rZzs/B1XN8qM sefKMmZSRHax5QkPIL3UUascaT8FP3l02l6fK9unZSPRBcahbsWRiDDNisvdLYuT/F 7ctEVC2yqndg0D6gkhyAcSC0dvlef9s8vzrfXSKk4pXrPz49qVWw0c1lfK5vw5ZGMH U4yNRFfmHcmIw== Date: Fri, 12 Nov 2021 18:27:57 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Stefan Roese Cc: u-boot@lists.denx.de, Pali =?UTF-8?B?Um9ow6Fy?= , Marek =?UTF-8?B?QmVow7pu?= Subject: Re: [PATCH u-boot-marvell 09/11] phy: marvell: a3700: Convert to official DT bindings in COMPHY driver Message-ID: <20211112182757.3bdff379@thinkpad> In-Reply-To: <2bd1afa6-c8aa-9c28-b332-9284c325cb0b@denx.de> References: <20211103020244.25428-1-kabel@kernel.org> <20211103020244.25428-10-kabel@kernel.org> <2bd1afa6-c8aa-9c28-b332-9284c325cb0b@denx.de> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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.2 at phobos.denx.de X-Virus-Status: Clean On Fri, 12 Nov 2021 14:29:54 +0100 Stefan Roese wrote: > On 11/3/21 03:02, Marek Beh=C3=BAn wrote: > > From: Pali Roh=C3=A1r > >=20 > > Convert A3720 common PHY driver to official DT bindings. > >=20 > > This puts us closer to be able to synchronize A3720 device-trees with > > those from Linux. > >=20 > > Signed-off-by: Pali Roh=C3=A1r > > Signed-off-by: Marek Beh=C3=BAn > > --- > > arch/arm/dts/armada-3720-espressobin.dts | 21 +--- > > arch/arm/dts/armada-3720-turris-mox.dts | 25 ++--- > > arch/arm/dts/armada-3720-uDPU.dts | 23 +--- > > arch/arm/dts/armada-37xx.dtsi | 20 +++- > > drivers/phy/marvell/comphy_a3700.c | 133 +++++++++++++++++++++++ > > drivers/phy/marvell/comphy_core.c | 59 +--------- > > drivers/phy/marvell/comphy_core.h | 23 ++++ > > drivers/phy/marvell/comphy_cp110.c | 58 ++++++++++ > > 8 files changed, 250 insertions(+), 112 deletions(-) =20 >=20 > Frankly, these changes are huge and hard for me to review. >=20 > Could you please add board maintainers to such patches, that are > affected here? Like the developers form Sartura as maintainers for > the armada-3720-uDPU. OK, Stefan, I will rensend this series with those maintainers added. Marek