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 60AA2C433EF for ; Mon, 2 May 2022 05:40:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57F6283639; Mon, 2 May 2022 07:40:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1651470008; bh=qvyFEjkWlE7SV1sQ2pfKiSpow2CnYTtwboPbPZ/iF4s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=aTNErLqDsKNKGRSYmPzOBqN9QvxreBPXCeEtyf8e/sfAAMvYe18fZgwOtykpjzI+z oB4Lw4Cn/XGoAoYoL0r2EfUhj5LNUqpekKm5r4QWlrGO1UoUcVom0NZIA++ILf09DK yM1CAdZ40iMWumn5h+FjdU+rhluxODKFOkKdawntkSir1iTtPmqORtf6SVmL3hCaqY r10JI0Zk8uUZ4Xbq4bGRpOPeSk/nfFpPzAcuAA9XShNtTcto+UCZnQ7IQrUt3DWN/p yFJ74Ro0MnvhwaAhMxFyWD+10JhZ5X4bSNHpR5dvNwg1fhvtD2+FXMsRF4HdG14ry7 Sj45XtztoXX6Q== Received: by phobos.denx.de (Postfix, from userid 109) id 51023839BA; Mon, 2 May 2022 07:40:06 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [91.198.250.252]) (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 3715B83040 for ; Mon, 2 May 2022 07:40:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp1.mailbox.org (unknown [91.198.250.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4KsBkV567Bz9sW3; Mon, 2 May 2022 07:40:02 +0200 (CEST) Message-ID: <472f01a8-5c0a-4db8-7f3d-a5205b0edb8e@denx.de> Date: Mon, 2 May 2022 07:39:54 +0200 MIME-Version: 1.0 Subject: Re: [PATCH u-boot-marvell 00/19] some mvneta changes, cleanups, fixes Content-Language: en-US To: =?UTF-8?Q?Marek_Beh=c3=ban?= , Ramon Fried Cc: Robert Marko , =?UTF-8?Q?Pali_Roh=c3=a1r?= , U-Boot-Denx , Joe Hershberger , =?UTF-8?Q?Marek_Beh=c3=ban?= , Chris Packham , Heinrich Schuchardt , Konstantin Porotchkin , Mario Six , Mark Kettenis , Phil Sutter , Rogier Stam , Simon Glass , Vladimir Oltean , Vladimir Vid References: <20220427104202.1205-1-kabel@kernel.org> From: Stefan Roese In-Reply-To: <20220427104202.1205-1-kabel@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 Hi Ramon, On 27.04.22 12:41, Marek Behún wrote: > From: Marek Behún > > Hello Stefan, > > here come some refactors, cleanups and fixed for the mvneta driver. Ramon, you've already reviewed those patches. Thanks for this. The patches are assigned to me in patchwork, which makes perhaps sense, as some touch the ARM related files. Are you okay with me pulling these patches via the marvell tree? Thanks, Stefan > Marek Behún (19): > net: mvneta: Get rid of platdata > net: mvneta: Fix 10Mbps speed > net: mvneta: Use DM MDIO API for connecting PHY > net: mvneta: Remember fixed link instead of PHY address in priv data > arm: mvebu: Espressobin: Use DM registered MDIO to configure switch > net: mdio-uclass: add dm_phy_find_by_ofnode() helper > arm: mvebu: turris_mox: Use DM registered MDIO > net: mvneta: Don't register MDIO bus > net: mvneta: Fix unused variable warning if DM_GPIO is disabled > net: mvneta: Drop one indentation level in mvneta_adjust_link() > net: mvneta: Use bool instead of int for boolean variable > net: mvneta: Drop unnecessary space > net: mventa: Don't check for CONFIG_PHYLIB > net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS > net: mvneta: Convert to use PHY_FIXED for fixed-link > net: mvneta: Write PHY address just before enabling HW polling > net: mvneta: Drop fixed_link member from private struct > net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled in > net: mvneta: Drop unneeded macro > > .../dts/armada-3720-turris-mox-u-boot.dtsi | 19 - > board/CZ.NIC/turris_mox/turris_mox.c | 88 ++--- > board/Marvell/mvebu_armada-37xx/board.c | 26 +- > configs/clearfog_defconfig | 1 + > configs/controlcenterdc_defconfig | 1 + > configs/db-88f6820-amc_defconfig | 1 + > configs/db-88f6820-gp_defconfig | 1 + > configs/db-mv784mp-gp_defconfig | 1 + > configs/ds414_defconfig | 1 + > configs/helios4_defconfig | 1 + > configs/maxbcm_defconfig | 1 + > configs/mvebu_espressobin-88f3720_defconfig | 3 + > configs/theadorable_debug_defconfig | 1 + > configs/turris_mox_defconfig | 1 + > configs/turris_omnia_defconfig | 2 + > configs/uDPU_defconfig | 1 + > drivers/net/Kconfig | 1 + > drivers/net/mvneta.c | 343 ++++-------------- > include/miiphy.h | 9 + > net/mdio-uclass.c | 22 ++ > 20 files changed, 181 insertions(+), 343 deletions(-) > Viele Grüße, Stefan Roese -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de