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=-12.3 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, USER_AGENT_MUTT 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 C02C0C43613 for ; Fri, 21 Jun 2019 21:18:35 +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 883CF205C9 for ; Fri, 21 Jun 2019 21:18:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="oEp8KqZT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 883CF205C9 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:Subject:To:From :Date: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=krsohsEsjKbJBhmJp53+s4HcLcZXSwYXf8Ldm1HAyls=; b=oEp8KqZTiBHL/0 00EKxzrGvW0bcj86UN68LlZ0baFUzYjP80SSer+xHPhUWaBln+CxfrSBiCLYURxilJDDzRDhY+7Rk 4icDYKaNhWGk8KVTAR1fJo1ph6zAAgOTgpy0fbh5bkZHJ37qEtG2fiakqAeUcpmv1LYEhbhGBd9Ad w5cic9CUsgSBIIjGJxbJ/OtSQ8OQqp4+JYiqbSNIBcL2W/JE6QpNJanezeTIIGV1aJtRiKnFBLPbd a/fONDMifjweXt7B4vPVmcNDE50xfTN71qGKr/OJrB341nJtdK1rIg3NxX6H0QS/wbi7963L9eu/W Itl2t8Hxz7i+Xm4F4KZA==; 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 1heQvV-0000Yh-Ff; Fri, 21 Jun 2019 21:18:29 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1heQvR-0000YH-8j for linux-arm-kernel@lists.infradead.org; Fri, 21 Jun 2019 21:18:26 +0000 X-Originating-IP: 90.65.161.137 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BD8DAE0006; Fri, 21 Jun 2019 21:18:11 +0000 (UTC) Date: Fri, 21 Jun 2019 23:18:11 +0200 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org Subject: [GIT PULL] ARM: at91: SoC for 5.3 Message-ID: <20190621211811.GA29792@piout.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.12.0 (2019-05-25) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190621_141825_468356_24F5AEDD X-CRM114-Status: GOOD ( 10.60 ) 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: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org 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 Arnd, Olof, A single fix for a warning when compiling with W=1 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.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-5.3-soc for you to fetch changes up to 95701b1c3c8fe36368361394e3950094eece4723: arm: add missing include platform-data/atmel.h (2019-06-20 12:15:47 +0200) ---------------------------------------------------------------- AT91 SoC for 5.3 - fix a pm.c warning with W=1 ---------------------------------------------------------------- Philippe Mazenauer (1): arm: add missing include platform-data/atmel.h arch/arm/mach-at91/pm.c | 1 + 1 file changed, 1 insertion(+) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT 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 1ACD3C43613 for ; Fri, 21 Jun 2019 21:18:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7DB0205C9 for ; Fri, 21 Jun 2019 21:18:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726311AbfFUVSR (ORCPT ); Fri, 21 Jun 2019 17:18:17 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38309 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726017AbfFUVSR (ORCPT ); Fri, 21 Jun 2019 17:18:17 -0400 X-Originating-IP: 90.65.161.137 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BD8DAE0006; Fri, 21 Jun 2019 21:18:11 +0000 (UTC) Date: Fri, 21 Jun 2019 23:18:11 +0200 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: SoC for 5.3 Message-ID: <20190621211811.GA29792@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd, Olof, A single fix for a warning when compiling with W=1 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.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-5.3-soc for you to fetch changes up to 95701b1c3c8fe36368361394e3950094eece4723: arm: add missing include platform-data/atmel.h (2019-06-20 12:15:47 +0200) ---------------------------------------------------------------- AT91 SoC for 5.3 - fix a pm.c warning with W=1 ---------------------------------------------------------------- Philippe Mazenauer (1): arm: add missing include platform-data/atmel.h arch/arm/mach-at91/pm.c | 1 + 1 file changed, 1 insertion(+) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com