Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752712AbbDEURO (ORCPT ); Sun, 5 Apr 2015 16:17:14 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:4257 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752010AbbDEURM (ORCPT ); Sun, 5 Apr 2015 16:17:12 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: [GIT PULL] at91: cleanup for 4.1 #4 (bis) Date: Sun, 5 Apr 2015 22:17:23 +0200 Message-ID: <1428265043-10366-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <20150403180556.GK23023@localhost> References: <20150403180556.GK23023@localhost> Organization: atmel MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1893 Lines: 48 Arnd, Olof, Kevin, This is a re-spin of my 4th "cleanup" pull-request following the comments made by Olof. So, now these patches about PM are based on the "at91-cleanup2" that you would merge in your next/cleanup branch. I'm preparing another pull-request for the other patch that would stack on our at91/clocksource-driver branch. Thanks for your advice, bye. The following changes since commit 598e085590fc5ac1fecff00e842a8a6c2ae010e5: ARM: at91: remove old setup (2015-03-13 18:01:10 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup4_bis for you to fetch changes up to 2e57dc087c27b8b0bd4a9e5f2c6f28f3cd0b47ff: ARM: at91/pm: move AT91_MEMCTRL_* to pm.h (2015-04-05 21:59:52 +0200) ---------------------------------------------------------------- Fourth batch of cleanup for 4.1: - 1 issues revealed by the kbuild test robot fixed - move of some functions and macros into relevant files to be able to streamline the at91 specific header afterwards ---------------------------------------------------------------- Alexandre Belloni (3): ARM: at91: fix pm_suspend.S compilation when ARMv6 is selected ARM: at91/pm: move the standby functions to pm.c ARM: at91/pm: move AT91_MEMCTRL_* to pm.h arch/arm/mach-at91/Makefile | 3 + arch/arm/mach-at91/include/mach/at91_ramc.h | 4 -- arch/arm/mach-at91/pm.c | 89 ++++++++++++++++++++++++++ arch/arm/mach-at91/pm.h | 96 ++--------------------------- 4 files changed, 96 insertions(+), 96 deletions(-) -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/