From patchwork Fri Jun 14 07:43:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1115794 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SPPK/4Sp"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45QCL96n29z9sBr for ; Fri, 14 Jun 2019 17:44:33 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=QHD/UMxr4AzWcbkxVrPpScfLmgzY/WzLtOgYIyWcFXE=; b=SPPK/4Sp5b/MWh BFewbsPwhkkk2PjgYrZcYTolZwOoxWMhhpHROuCDqRNjEyCSehVCPXKnOaw+kKRB4wV2h5Wff5DJr rRH5xrSrUWsMtdv6U4lwSCxZaXVwYOLGQB0k4B0+DgM23sZdro4omynrBaZt36z4DuNYD4t0j6Ecl vAG1EE07PczYKHlpCh2ixqtbTYPn5Ukt0bXsAtmgHeWDbLj1id2iE02otCcemGRuRMwotybZtqmHG uwJa1FT3YlPk/+9aWw1MU6gSgH/HXQ6YsrJ6Svgyuw4tK5PeHwfqt/w/kUOZW41joeLjk5pxkPYI+ hFWqoj4n39P1hAbqmGKg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hbgsx-0006PB-S6; Fri, 14 Jun 2019 07:44:31 +0000 Received: from relay10.mail.gandi.net ([217.70.178.230]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hbgsu-0006O6-S5 for linux-arm-kernel@lists.infradead.org; Fri, 14 Jun 2019 07:44:30 +0000 Received: from localhost (unknown [131.228.32.178]) (Authenticated sender: gregory.clement@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 6E6FD24000A; Fri, 14 Jun 2019 07:43:56 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: mvebu: fixes for v5.2 (#1) Date: Fri, 14 Jun 2019 09:43:55 +0200 Message-ID: <87imt8pq6c.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190614_004429_073306_B151E9D3 X-CRM114-Status: UNSURE ( 8.46 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.230 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Hi, Here is the first pull request for fixes for mvebu for v5.2. Gregory The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-5.2-1 for you to fetch changes up to cc538ca4308372e81b824be08561c466b1d73b72: ARM: mvebu_v7_defconfig: fix Ethernet on Clearfog (2019-06-12 10:36:36 +0200) ---------------------------------------------------------------- mvebu fixes for 5.2 (part 1) Fixing defconfig allowing to use Ethernet again on Armada 38x based boards ---------------------------------------------------------------- Jan Kundrát (1): ARM: mvebu_v7_defconfig: fix Ethernet on Clearfog arch/arm/configs/mvebu_v7_defconfig | 1 + 1 file changed, 1 insertion(+)