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 8AA0AC433EF for ; Thu, 11 Nov 2021 15:38:12 +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 2F49260F4B for ; Thu, 11 Nov 2021 15:38:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2F49260F4B 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 39E3583A56; Thu, 11 Nov 2021 16:37:24 +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="YvMQG01i"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3DC6B83A30; Thu, 11 Nov 2021 16:37:05 +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 C185B83A56 for ; Thu, 11 Nov 2021 16:36:59 +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 96BB861284; Thu, 11 Nov 2021 15:36:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636645018; bh=G3PoTBDBmOSM/fh6IL6ZIDQb7wbalOI7s4MRLzYe3g8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YvMQG01iAk2g/AuD+qRIVMi0yyPefyCECVcX+eq93hiEZ3AQmhO+y7CI+jmhdmhte UU0r60D0iiX7J8z0B0vlZcyM4Mxon2uZZrTdRQXuGhKzLgz/VE0eMwwmGJXqIwED8g CHTu1uBUp9f2mfUkdJHpW7DRs7mzLHPlOnsI0DWfwh07YdHwxc2gatwQAgRbxgAQP8 6rhnL2VPALIgTkXgSmgSHTBHgLPkqPZQviokjrUkjojSGKiFyuq9ho4f+hF9EeNm5i kGZXZL1En0N2gdZkIEp/x1fZnv/dzCw30dYaU8fBACKG1/VxrCfyEEh/GZuWR7auts DVGupWCja0UcA== Date: Thu, 11 Nov 2021 16:36:55 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Stefan Roese Cc: u-boot@lists.denx.de, Pali =?UTF-8?B?Um9ow6Fy?= Subject: Re: [PATCH u-boot-marvell 00/11] Some mvebu comphy + mox + fdt_support changes Message-ID: <20211111163655.2d5e67d3@dellmb> In-Reply-To: <20211103020244.25428-1-kabel@kernel.org> References: <20211103020244.25428-1-kabel@kernel.org> 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=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 Stefan, did you have time to look at this series? Marek