From patchwork Fri Sep 22 09:09:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 817396 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=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="f5wd9VIU"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xz74v2B2Vz9t3h for ; Fri, 22 Sep 2017 19:11:11 +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=FcmqQktPXaRNAp2Dqk4Zn0a5ztzTIw3h59BYjP5d7rI=; b=f5wd9VIU5/0dum fp6zK2uF/DofTAlMQ/MYLl1u3Iw1XL4rpEXEC732eq/9Bm6JJ1znZwSBjdzSGececehAefPnzBN2v zviLXLuH4SkL++gTg9r9yr4kcRcxABjnbJjQExzNyfOg1psxbc+kf7tQUG19nVwDjMY1ygAIbL4iW dkOXAIER3cRvQS+TYfQa59kuS6ksuK6u7I3yIfUeBpJvIVBjylAOBc1kp+c2IeyW8z1qRbss90cZ8 qXqJ+ztqTE/6aYm7JgvzJLz/Zy2uPQPxIHt5xAAvdXvPCUYoqeiqzyQJevzfUhiyaAqxyEQX6xnrf VkvWHx+w/m2Ib27fGNRA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dvJzE-0001p2-AC; Fri, 22 Sep 2017 09:11:04 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dvJxk-0007mC-KV for linux-arm-kernel@lists.infradead.org; Fri, 22 Sep 2017 09:09:38 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id DD43C209D6; Fri, 22 Sep 2017 11:09:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.free-electrons.com (Postfix) with ESMTPSA id B6E292088C; Fri, 22 Sep 2017 11:09:07 +0200 (CEST) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: mvebu: fixes for v4.14 (#1) Date: Fri, 22 Sep 2017 11:09:08 +0200 Message-ID: <87wp4rksln.fsf@free-electrons.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170922_020933_861122_D968F31F X-CRM114-Status: GOOD ( 14.17 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list 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 List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, Here is the first pull request for fixes for mvebu for v4.14. The MAINTAINER patch should have been merged but I missed it when I rebased my arm64 branch on v4.13-rc1. I move it in the fixes branche because it is always good to be up to date for this file, and I saw that in the past you applied this change as a fix. Gregory The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) are available in the git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.14-1 for you to fetch changes up to 9e7460fc325dad06d2066abdbc1f4dd49456f9a4: arm64: dt marvell: Fix AP806 system controller size (2017-09-19 16:40:07 +0200) ---------------------------------------------------------------- mvebu fixes for 4.14 (part 1) Update MAINTAINERS for the Macchiatobin board (Armada 8K based) Fix AP806 system controller size on Armada 7K/8K ---------------------------------------------------------------- Baruch Siach (1): arm64: dt marvell: Fix AP806 system controller size Russell King (1): MAINTAINERS: add Macchiatobin maintainers entry MAINTAINERS | 6 ++++++ arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)