From patchwork Sun Aug 25 20:32:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11113667 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C646E13B1 for ; Sun, 25 Aug 2019 20:32:27 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 72CFC206E0 for ; Sun, 25 Aug 2019 20:32:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="sT1T+cMd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 72CFC206E0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+418+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Sun, 25 Aug 2019 13:32:26 -0700 X-Received: by mail.kernel.org (Postfix) id 0E34120870; Sun, 25 Aug 2019 20:32:26 +0000 (UTC) X-Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) (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 7DEC4206E0; Sun, 25 Aug 2019 20:32:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DEC4206E0 X-Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id EA8E8200003; Sun, 25 Aug 2019 20:32:22 +0000 (UTC) Date: Sun, 25 Aug 2019 22:32:22 +0200 From: Alexandre Belloni To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: SoC for 5.4 Message-ID: <20190825203222.GA22800@piout.net> MIME-Version: 1.0 User-Agent: Mutt/1.12.1 (2019-06-15) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566765147; bh=qBLJXaHHtZtt6A8DLpXu20x366b3dPJrTSfM6d01mDw=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=sT1T+cMd8AEQc3/Uz5G4WmS4GE2YFL5WWlJ8Xkz21xYtIYvDy3ILSvvd8QAikhZ2bqQ eWMUY2eZ2bN6P4rKJSYIS0sgrwyTQYQqVFVmKQijPvNDHx+aG6yIq8sLgl2nuxb5IAoxU N/8wtdN7nq2uI+UaNOLnw9OS8JN62FO30vU= Hello, A non urgent fix for the generated header in mach-at91 and mostly MAINTAINERS updates. The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.4-soc for you to fetch changes up to 2cb831e0f152e483ab797b44787a4ff426267fbc: mailmap: map old company name to new one @microchip.com (2019-08-23 21:53:40 +0200) ---------------------------------------------------------------- AT91 SoC for 5.4 - MAINTAINERS updates - a generated headers parallel build fix ---------------------------------------------------------------- Masahiro Yamada (1): ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91 Nicolas Ferre (3): MAINTAINERS: at91: Collect all pinctrl/gpio drivers in same entry MAINTAINERS: at91: remove the TC entry mailmap: map old company name to new one @microchip.com .mailmap | 1 + MAINTAINERS | 14 +------------- arch/arm/mach-at91/.gitignore | 1 + arch/arm/mach-at91/Makefile | 5 +++-- arch/arm/mach-at91/pm_suspend.S | 2 +- 5 files changed, 7 insertions(+), 16 deletions(-) create mode 100644 arch/arm/mach-at91/.gitignore