Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1122603ybi; Fri, 21 Jun 2019 14:21:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyUmZ6eJys3DmG5j0wLjB/YoX62VSYosNHBe2sTayrUODlmqOVNM2dnNNkbamxkgCcbqwo3 X-Received: by 2002:a65:63d2:: with SMTP id n18mr20021256pgv.278.1561152098710; Fri, 21 Jun 2019 14:21:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561152098; cv=none; d=google.com; s=arc-20160816; b=GPdnjtvPQNh4VDYgW/vLe7Zbrh9G5utZXs/9OtJeDxSdCw/EKC0lpwa3gxQqnCkj/9 hHjhZxH7XfLekFmJVuF5JPb+RCZElxmRIwiP7Uxcn/ZrLivYtTz4BVAN02Zds4HIB/Su Jgm+308WUxNXs2NUKPaMilfOhIlHFy610VLhVNmZ/qY8wFJ/btlINfrgdU6hH2ZX9UCD mmffshusyqyvXv4OHRhPFCEk1P+5qtSgQovwhYobIvcYnvrzAYFg7275cbCIE+wNbQPR qN6VUpwm8m8Q7GRK0bts/W9a/WQqkP8gairy9gOcJG3opqK9AlnzGTJY4EI0n+X71jsx dteQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=lYRzwNYLgoIvd2kLsF+jf+EoNtpjLZwWrbDAHeNCFfg=; b=FxqviIhNDjWxAmhkbjkYpUOvf/kahBwr345/C2PGchc4oL8aBs4e/NxZwdZIG02/MP X8nyM6GNWwzgan4bCPrEvnqR86JyIY06QtyRyCDUfelc0IL8RZNoiJ8F01ZzAItL0kQW i7fwnONljjXLJqXxzYRVxW0z2Mh9o926M+El7YKC/MI9VbX9cBGls2pD0hn8EYx7jJfi qEtem0IFKffWazDn7xreG0YN+3yyR+9YEZjFcZMe7UMzWf56bsZhpOtkfUB8SicClHHC p3vlRk6GU9nItcLQVJu8g9LRxNVaWBuCqOuNCY+ngAIkIi4qXCCBIpYCFVl1PZI6ZaNj cJfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z10si3498864pgh.30.2019.06.21.14.21.23; Fri, 21 Jun 2019 14:21:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726129AbfFUVUa (ORCPT + 99 others); Fri, 21 Jun 2019 17:20:30 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:43487 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726017AbfFUVUa (ORCPT ); Fri, 21 Jun 2019 17:20:30 -0400 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 CDF7E200003; Fri, 21 Jun 2019 21:20:20 +0000 (UTC) Date: Fri, 21 Jun 2019 23:20:19 +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 RESEND] ARM: at91: SoC for 5.3 Message-ID: <20190621212019.GA29971@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 Please disregard the previous one, it doesn't point ot the correct repository. 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/at91/linux 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