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 CC4F6C433EF for ; Fri, 8 Oct 2021 09:18:20 +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 286FE60EC0 for ; Fri, 8 Oct 2021 09:18:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 286FE60EC0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 12F6F835CD; Fri, 8 Oct 2021 11:18:18 +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=1633684698; bh=t8buCSIFloLbdmZrO2bHMrUEcgBomGG6x3XS8KnsOEs=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=GrWYJel0tC3VXiFU1rU4sjyVWrNu9umEGRoSM947w++Cw4RgOodZdi4Kk51+yh502 dIgsq859Iy1iIdW9kl7FmQXE41bFJMmMLUm+1IGtjGkf6pJ72jpG3ouBViORexEV4G XW3N8AG6MPWKaqRldsX1IshKB1jP6NiX5/8itJwRH+3AioCXRlK5kZ6Q01aepxsjfA QHpUt6YZgru+6DErCp7xf+Ft3ZMoN9tPqGju19t6xM68K/Yxn20VCUrhvyQ0vOTa9R J93PI3bbYTTi6og7/ixy6tXul7H8oSwTF3uy4/ZqEwKx4zaDd1SDQoA3tnEA0ll9XS 2J1o0T2YezhCA== Received: by phobos.denx.de (Postfix, from userid 109) id 4F2A3835D1; Fri, 8 Oct 2021 11:18:16 +0200 (CEST) Received: from mout-u-205.mailbox.org (mout-u-205.mailbox.org [91.198.250.254]) (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 80C188356E for ; Fri, 8 Oct 2021 11:18:13 +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 smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (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-205.mailbox.org (Postfix) with ESMTPS id 4HQjKK38LRzQkH1; Fri, 8 Oct 2021 11:18:13 +0200 (CEST) Subject: Re: [PATCH u-boot-marvell 0/9] a38x serdes cleanup To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, pali@kernel.org References: <20210924205922.25432-1-marek.behun@nic.cz> From: Stefan Roese Message-ID: Date: Fri, 8 Oct 2021 11:18:10 +0200 MIME-Version: 1.0 In-Reply-To: <20210924205922.25432-1-marek.behun@nic.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A5A17273 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 On 24.09.21 22:59, Marek Behún wrote: > Hi Stefan, > > this series by Pali cleans unneeded code in > arch/arm/mach-mvebu/serdes/a38x. > > Pali studied the code, added comments about what the code does, and > then removed unneeded parts, wich explanations in commits. > > Marek > > Pali Rohár (9): > arm: mvebu: a38x: serdes: Add comments and use macros in PCIe code > arm: mvebu: a38x: serdes: Remove duplicate macro SOC_CTRL_REG > arm: mvebu: a38x: serdes: Add comments for hws_pex_config() code > arm: mvebu: a38x: serdes: Don't overwrite read-only SAR PCIe registers > arm: mvebu: a38x: serdes: Don't set PCIe Common Clock Configuration > arm: mvebu: a38x: serdes: Don't overwrite PCI device ID > arm: mvebu: a38x: serdes: Don't configure PCIe cards in SerDes init > code > arm: mvebu: a38x: serdes: Remove unused PCIe macros and functions > arm: mvebu: a38x: serdes: Update comment about PCIE*_ENABLE_* defines > > arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c | 297 +----------------- > arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h | 68 +--- > .../serdes/a38x/high_speed_env_spec.c | 42 +-- > 3 files changed, 22 insertions(+), 385 deletions(-) > Applied to u-boot-marvell/master Thanks, Stefan