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 D7499C433F5 for ; Thu, 16 Dec 2021 11:15:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C99E783046; Thu, 16 Dec 2021 12:15:20 +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="hQmwd/J2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 57AA683032; Thu, 16 Dec 2021 12:15:17 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (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 2698B8304B for ; Thu, 16 Dec 2021 12:15:07 +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=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DCE9461C43; Thu, 16 Dec 2021 11:15:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF526C36AE2; Thu, 16 Dec 2021 11:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639653305; bh=dFWlVnsxL7ks5fVSCAKJDR/SAPcJ4C1twpt2W+Yw1cY=; h=Date:From:To:Subject:References:In-Reply-To:From; b=hQmwd/J2thTjn5ZKJ6pb+roVn+vNtY3hcF8KYHjSb+bewILRNunQ9C3OF+b0GrQbR HskO8WqSe63EZuVW6SE2Hqf/VJLVM2y911XiC5WszEqwXoK8JpKVjS8PKMvLtHJp76 F0QWyQ+zvTYIEXsOVooibR/kPvOmLDrT9F+3P4SCay39saO8TnH6p3iq/IQhRVEDFi uKJIES5zIu84G6f1clw47BDCFxl9reR8XvJecCXaDbISw/gpvvFSUn4qhOeDbYu2MR +hrTpXbt9utZrdHtfOyS9WJL6a0mRVDjyldaeGMAZUKbYXybAc5lMq4f6P6mwy+YV4 kHcAZs1JpzY7w== Received: by pali.im (Postfix) id 7F0BB81F; Thu, 16 Dec 2021 12:15:02 +0100 (CET) Date: Thu, 16 Dec 2021 12:15:02 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Marek =?utf-8?B?QmVow7pu?= , Stefan Roese , u-boot@lists.denx.de, Marek =?utf-8?B?QmVow7pu?= , Aaron Williams , Andy Shevchenko , Grzegorz Jaszczyk , "hui.song" , Ioana Ciornei , Konstantin Porotchkin , Luka Perkov , Marcin Wojtas , Meenakshi Aggarwal , Michael Walle , Pratyush Yadav , Priyanka Jain , Ramon Fried , Robert Marko , Simon Glass , Tim Harvey , Vladimir Oltean Subject: Re: [PATCH u-boot-marvell RESEND 00/11] Some mvebu comphy + mox + fdt_support changes Message-ID: <20211216111502.uesxvs7wrwqmmq3b@pali> References: <20211126135715.26485-1-kabel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211126135715.26485-1-kabel@kernel.org> User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 Hello! Could you review this patch series? On Friday 26 November 2021 14:57:04 Marek Behún wrote: > From: Marek Behún > > Hello Stefan, > > as requested I am resending this series with board maintainers added > in Ccs. > > Original message: > > Pali prepared patches that convert A3720 comphy driver to use Linux' > DT bindings. (Yes, I have patches that convert the whole driver into > using SMC calls into ATF, but haven't found time yet to rebase them > since last year, and Pali has done this in the meantime :-D Maybe I'll > look into my old patches sometimes, but this is now usable.) > > These patches needed some changes in Turris MOX board code, and I added > some more changes to handling device-tree fixups, and this lead to > adding some code into fdt_support, which can hopefully be used by other > people as well. > > Marek > > Marek Behún (8): > treewide: Use fdt_create_phandle() where appropriate > fdt_support: Remove fdt_alloc_phandle() in favor of > fdt_generate_phandle() > fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE > fdt_support: Fix comment for fdt_create_phandle() > fdt_support: Add some useful functions > arm: mvebu: turris_mox: Find DT nodes by compatible or alias instead > of path > arm: mvebu: turris_mox: Fix unstable board topology reading > fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX > > Pali Rohár (3): > include/linux/byteorder: Fix compilation of __constant_cpu_to_be32() > arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is > present > phy: marvell: a3700: Convert to official DT bindings in COMPHY driver > > arch/arm/cpu/armv7/ls102xa/fdt.c | 6 +- > 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 +- > board/CZ.NIC/turris_mox/turris_mox.c | 223 ++++++++--------------- > board/Marvell/octeon_ebb7304/board.c | 5 +- > board/freescale/lx2160a/eth_lx2160aqds.c | 8 +- > board/freescale/lx2160a/eth_lx2162aqds.c | 8 +- > board/gateworks/gw_ventana/common.c | 3 +- > board/kontron/sl28/sl28.c | 2 +- > common/fdt_support.c | 174 +++++++++++++++--- > drivers/misc/fsl_portals.c | 10 +- > drivers/pci/pcie_layerscape_fixup.c | 8 +- > drivers/pci/pcie_layerscape_gen4_fixup.c | 8 +- > 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 ++++++ > include/fdt_support.h | 51 ++++-- > include/linux/byteorder/swab.h | 4 + > 21 files changed, 551 insertions(+), 321 deletions(-) > > -- > 2.32.0 >