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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C59FC433DF for ; Wed, 20 May 2020 16:29:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 62C8520709 for ; Wed, 20 May 2020 16:29:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VZHnXrb9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 62C8520709 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=s1jtY362SMS7unbCPQYbgZIO+pjZHKX6Nx5Y5Wbvc1I=; b=VZHnXrb9sBqjvN Um8k0BO0nZHo+EvGizUzw8bbGlMyqu6dKT9L47785GNVJpncSH2R7djlEPLRYoOoSOgMjYbJU//vp vIFMm2VDf6UfouCFpznkEvB0nKKh25fWNnLcJ2cKBTZLTGjJ3/KLacCTsrmcfrO+wp8ztCXMtzlW7 5ZE72Y275d7zcgOppnmVA9ysORTmeEFVoTRhrmO3RRfSxDOfLsEnfZJxFgDpgfsq23+ghYaVU8GJW 2n0lsXiWiSFmx6BS21wcN/hjsTCEREQRj1W5/vYkZ68iCJykKspENjoyTx9VQVLFKGmrKYKYpAxKX zwci0OfQQVNnJLcxkB1A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jbRbQ-0000uC-9a; Wed, 20 May 2020 16:29:56 +0000 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jbRbN-0000t8-H1 for linux-arm-kernel@lists.infradead.org; Wed, 20 May 2020 16:29:55 +0000 X-Originating-IP: 91.175.115.186 Received: from localhost (91-175-115-186.subs.proxad.net [91.175.115.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id DA7846000B; Wed, 20 May 2020 16:29:47 +0000 (UTC) From: Gregory CLEMENT List-Id: To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Subject: [GIT PULL] ARM: mvebu: arm for v5.8 (#1) Date: Wed, 20 May 2020 18:29:47 +0200 Message-ID: <87eereefic.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200520_092953_699756_16321357 X-CRM114-Status: UNSURE ( 9.00 ) X-CRM114-Notice: Please train this message. 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is the first pull request for arm for mvebu for v5.8. Gregory The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.8-1 for you to fetch changes up to b5321c304eb5150f1d37423943205cbd857d69df: MAINTAINERS: clarify maintenance of ARM Dove drivers (2020-05-17 19:13:11 +0200) ---------------------------------------------------------------- mvebu arm for 5.8 (part 1) Update MAINTAINERS file for Dove ---------------------------------------------------------------- Lukas Bulwahn (1): MAINTAINERS: clarify maintenance of ARM Dove drivers MAINTAINERS | 1 + 1 file changed, 1 insertion(+) -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel