From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5CA66209455E0 for ; Tue, 4 Jul 2017 15:01:11 -0700 (PDT) Received: by mail-lf0-x235.google.com with SMTP id t72so14997803lff.1 for ; Tue, 04 Jul 2017 15:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=az1HuLiuGbvUyf+U0NAefgcyE1KeDvDcXflBnaBH3oo=; b=IP9sG2bKYzdI78Z/Ett6cWLMIiPmt7Lg7MvSmpoij3Uj0JAPvIZ3ehGdaQleW1DMnx lyZo1ZCt4bwB1lQVOCscSzpqhcGw3/OsN2ez5unPUkrtERjrqDytfMrsDBV/+uVR06eh aLlKPGWalMhSb7sNgOxp+v2QwvxOeYHIiHxyEuDwkJwpw4Cw8p61D23yZ5hEav8L0RCt xsfpClmsbehLrO9jTnIybExFh5YmLwHgcxRVIGsctT1hww89QK1EoaDRHoBs+4ebhSwS 0B5PhdvQUejTJQrdwtveUUTv5bfA8EjMzH1/b6AzIXu/jVyKLWB1z+TflUpfQW2hzaZk DaEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=az1HuLiuGbvUyf+U0NAefgcyE1KeDvDcXflBnaBH3oo=; b=VlGww2FNj6EhkD95tnsTsxRlc3xIiKAK+selzMO3YgZ6Jc0K30h/oF+jhx3FYZdiY9 jex4tBjdEi85H8cIUDnMHJCkFLA9kA0CefxO5Wk1ylcCQCpfJYJkYVuidW+n8XQz4lyH Fi1Rh6chYHFGLnp+UNERjsd4S91MnSRXrH2/0v4DzQoaCIBE2+45jOIIi38SyYJH1FBP D6zdQhWhuXpN75laaH+Lf+kUGj+xIu+M+6OZEtopRcEi+17Zmbs4EUIInsCscmad0+Rz tWsleQObyjzxup77KNFhijhHBrY/nrDll/GlOZFof2OyUAq8eBkDYgXAC9WtW2yzBfu3 UU4w== X-Gm-Message-State: AKS2vOzLd0Nm0/FnWVsS7xhi0UQr3ACIT2sa/Qt/stOciLxUjXeGHBbi FmnNchCRnl6su0Dy/QxTUA== X-Received: by 10.25.195.202 with SMTP id t193mr9040042lff.171.1499205767607; Tue, 04 Jul 2017 15:02:47 -0700 (PDT) Received: from enkidu.local (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id q200sm1706348lfe.49.2017.07.04.15.02.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Jul 2017 15:02:46 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, mw@semihalf.com, jsd@semihalf.com, jinghua@marvell.com Date: Wed, 5 Jul 2017 00:02:10 +0200 Message-Id: <1499205732-12445-1-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 1.8.3.1 Subject: [platforms: PATCH v2 00/10] Armada 7k ComPhy upgrade X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2017 22:01:11 -0000 Hi, I'm resending last two patches with the style fixes, pointed by Leif. Details can be found in the changelog below. Patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/opp-upstream-r20170704-2 Any remarks/comments will be very welcome. Best regards, Marcin Changelog: v1 -> v2 * Improve commit logs * Correct indentation and line-breaking * Remove whitespaces * Do not add unrelated changes in 10/10 patch Ard Biesheuvel (1): Platform/Marvell: ComPhyLib: Add support for SATA ports on CP110 slave Marcin Wojtas (9): Platform/Marvell: ComPhyLib: Cleanup and fix SerDes lanes assignment Platform/Marvell: ComPhyLib: Rename KR to SFI Platform/Marvell: Update SerDes types on A70x0 development board Platform/Marvell: ComPhyLib: Mark failing lane as unconnected Platform/Marvell: ComPhyLib: Configure analog parameters for SATA Platform/Marvell: ComPhyLib: Configure analog parameters for PCIE Platform/Marvell: ComPhyLib: Add missing SFI and RXAUI configuration Platform/Marvell: ComPhyLib: Move devices description to MvHwDescLib Platform/Marvell: ComPhyLib: Use COMPHY_ prefix in macros Documentation/Marvell/PortingGuide/ComPhy.txt | 64 +- Platform/Marvell/Armada/Armada70x0.dsc | 13 +- Platform/Marvell/Include/Library/MvComPhyLib.h | 5 + Platform/Marvell/Include/Library/MvHwDescLib.h | 38 + Platform/Marvell/Library/ComPhyLib/ComPhyCp110.c | 917 +++++++++++++++++++++-- Platform/Marvell/Library/ComPhyLib/ComPhyLib.c | 117 +-- Platform/Marvell/Library/ComPhyLib/ComPhyLib.h | 351 +++++++-- Platform/Marvell/Library/ComPhyLib/ComPhyLib.inf | 26 +- Platform/Marvell/Library/ComPhyLib/ComPhyMux.c | 4 +- Platform/Marvell/Marvell.dec | 28 +- 10 files changed, 1261 insertions(+), 302 deletions(-) -- 1.8.3.1