From patchwork Mon Sep 18 16:20:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 815023 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="uKahEN7b"; 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 3xwrp505gYz9s78 for ; Tue, 19 Sep 2017 02:20:29 +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=ahR3N1cwgye431gVowXaM/RMJmSW7ZbtAse+mWm3bRc=; b=uKahEN7b9dg5bJ i/Qv91+XpzSj7xAAkEIAUMpU9QpEZQzqJ8k2ts3IyYWexVJPftRtGK+gr14AyF2H+TYC3yehjPyOV yY/Facz7434odSa3SjDHPE/lEkNiZDGl8suC7T/jo2zd5Ut3gUJAWRZaxbH9ulGfb+1t+ovKtBJ87 UWKzoTraa4ZU0hRiR6UKhkmQVQG4Ydt2nvm0dc0tPULoj9qxZps7YwNSv4muxtOWbAnOxak4VxICK aHsCfZz0zhIdsrqSMpPoi8Kgl4Ts1EZCeXfTee36b7CapWDtWKv1jkhaR/fKv+50Q2l8KvzB3o5nX sizVwD6IjI6w6rY+NrKg==; 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 1dtymX-0006ci-5T; Mon, 18 Sep 2017 16:20:25 +0000 Received: from esa1.microchip.iphmx.com ([68.232.147.91]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dtymC-00055i-F7 for linux-arm-kernel@lists.infradead.org; Mon, 18 Sep 2017 16:20:10 +0000 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="7496644" Received: from exsmtp01.microchip.com (HELO email.microchip.com) ([198.175.253.37]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES128-SHA; 18 Sep 2017 09:19:48 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by CHN-SV-EXCH01.mchp-main.com (10.10.76.37) with Microsoft SMTP Server id 14.3.352.0; Mon, 18 Sep 2017 09:19:47 -0700 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: at91: fixes for 4.14 #1 Date: Mon, 18 Sep 2017 18:20:29 +0200 Message-ID: <20170918162029.15894-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.9.0 Organization: atmel MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170918_092005_289100_A77FC2CD X-CRM114-Status: GOOD ( 14.78 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [68.232.147.91 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -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: Boris BREZILLON , Nicolas Ferre , Linux Kernel list , Alexandre Belloni , Russell King , linux-arm-kernel 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 From: Nicolas Ferre Arnd, Olof, Here are some fixes for 4.14. I send them while Alexandre is in the US. The most of this PR are modifications to the sama5d27 SOM1 EK board that was introducts lately. These modifications are errors due to typos, misunderstanding of the DT binding or simply last minute hardware modifications. I also added one patch for the AT91 PM subsystem as it is the re-alignment on one treewide change by Russell to get rid of virt_to_phys() in low-level code. I think that unifying this move the soonest for all ARM platform is better. Thanks, best regards, 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.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-fixes for you to fetch changes up to 093d79f62a89f47d9b5fd0746768146d9696535c: ARM: at91: Replace uses of virt_to_phys with __pa_symbol (2017-09-18 10:05:38 +0200) ---------------------------------------------------------------- Fixes for 4.14: - three DT fixes for the newly introduced sama5d27_som1_ek board - one treewide modification that didn't touch this new PM code: we synchronize now to be coherent with the other ARM platforms ---------------------------------------------------------------- Alexandre Belloni (1): ARM: at91: Replace uses of virt_to_phys with __pa_symbol Ludovic Desroches (2): ARM: dts: at91: sama5d27_som1_ek: update pinmux/pinconf for LEDs and USB ARM: dts: at91: sama5d27_som1_ek: fix typos Nicolas Ferre (1): ARM: dts: at91: sama5d27_som1_ek: fix USB host vbus arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 19 +++++++++++-------- arch/arm/mach-at91/pm.c | 4 ++-- 2 files changed, 13 insertions(+), 10 deletions(-)