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 7E0CDC433F5 for ; Thu, 9 Dec 2021 12:30:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E96CA82FAA; Thu, 9 Dec 2021 13:30:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="KvZIGPlI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 27DFB8129B; Thu, 9 Dec 2021 11:19:39 +0100 (CET) Received: from mail-wm1-x32f.google.com (mail-wm1-x32f.google.com [IPv6:2a00:1450:4864:20::32f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B2A8280F68 for ; Thu, 9 Dec 2021 11:19:35 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eichest@gmail.com Received: by mail-wm1-x32f.google.com with SMTP id j140-20020a1c2392000000b003399ae48f58so6136816wmj.5 for ; Thu, 09 Dec 2021 02:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qFXxaSvXyY/CeNCikFX5n1zmDhbm7d1GxXHKuw9eGww=; b=KvZIGPlI6klZ3Jz/z5WyTKz/U9LWIQjeihZVyVPgvNI8f3xOwfBMKfEymazM7B42DL LwEVubHCazeTGeaGmU5vkjYDOTA1+eOeQXlK9PWZIJbk+FEDNpbTaKlD3Q3Oeh+2QzFY GLkP1/FUOD85BF8an5kCBQW1zTMcDB7bijTzcFcYDp6TLy/O4e9OobvxP3Flbxp78shB K3K60vdlMyKaJgPAo0ryjYiICLzhEZvHWuR8QNMFyJ4uMPsiqnHOk+MSffVRmLpOel4j TB0GOsHBN7BvyUaK6qtkVITM8HIUjoQ5BjKmgRkvKRlyyr+0kFlVASjgqzN3nWgzbjRh RVQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qFXxaSvXyY/CeNCikFX5n1zmDhbm7d1GxXHKuw9eGww=; b=OJYYXuWLMr2zat0FZKPc2lQzKXJVlzBJzlZetAl5vtukb4sThuWcVXnlLKJczJbOnc 9l95UhY87hNpfWfb7rq5uwDz/4FAbkwj6GblHNIFXhzGMGw9pcp1YwfysQkhfw6p7eZd k6MwJHFwec+Bm9IALTudkrDK0CyARChtyZPmAhioDLGLzAWhfjEpZt+pus5xleg5LWAl JrkcFbGA6my51H/ZQe04F+mqj473kR5/C/vcNeTPugbGpsAiE+fTbQNYX/9Dvc+axkXu /QSGl6MeL/H9mJhR0g6Febid3L38i6ZUvS4xMDGXxwUoSDqvreqtMlR+ULusLlvd1Vsv NC1g== X-Gm-Message-State: AOAM531CnYGKG9p/JHPpwMm98qyzRXEX5ogFuBL5ZgNebisqfQ7ImFY4 0H+l8s1J0Gf6SvYLX8HvyPg= X-Google-Smtp-Source: ABdhPJwBfNJk7lRDWmdox/kHUshtSE2XC9q6ZaqVG+RJ2VMhpkYNy1fI7opv8fNh8RN6bt01OvYIiw== X-Received: by 2002:a7b:c207:: with SMTP id x7mr6094145wmi.108.1639045175312; Thu, 09 Dec 2021 02:19:35 -0800 (PST) Received: from eichest-laptop.netmodule.intranet (77-58-180-85.dclient.hispeed.ch. [77.58.180.85]) by smtp.gmail.com with ESMTPSA id l15sm5095757wme.47.2021.12.09.02.19.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Dec 2021 02:19:35 -0800 (PST) From: Stefan Eichenberger To: sr@denx.de, pali@kernel.org, marek.behun@nic.cz Cc: u-boot@lists.denx.de Subject: [PATCH 0/2] arm: mvebu: a38x: improve USB3 serdes configuration Date: Thu, 9 Dec 2021 11:19:32 +0100 Message-Id: <20211209101934.37823-1-eichest@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 09 Dec 2021 13:30:37 +0100 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 This patchset improves the USB3 serdes configuration for the Armada 38x SoC from Marvell. The changes are based on the version from Marvell found here: https://github.com/MarvellEmbeddedProcessors/u-boot-marvell Stefan Eichenberger (2): arm: mvebu: a38x: serdes: fix serdes config for USB3 arm: mvebu: a38x: serdes: Improve USB3 electrical configuration .../serdes/a38x/high_speed_env_spec.c | 38 ++++++++++++++----- arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h | 2 + 2 files changed, 31 insertions(+), 9 deletions(-) -- 2.30.2