Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752670AbbDCSGB (ORCPT ); Fri, 3 Apr 2015 14:06:01 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:34313 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117AbbDCSF7 (ORCPT ); Fri, 3 Apr 2015 14:05:59 -0400 Date: Fri, 3 Apr 2015 11:05:56 -0700 From: Olof Johansson To: Nicolas Ferre Cc: Arnd Bergmann , arm@kernel.org, Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: Re: [GIT PULL] at91: cleanup for 4.1 #4 Message-ID: <20150403180556.GK23023@localhost> References: <1427108651-566-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427108651-566-1-git-send-email-nicolas.ferre@atmel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2059 Lines: 53 On Mon, Mar 23, 2015 at 12:04:11PM +0100, Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > Another cleanup pull-request for fixing some issues and stacking more PM > cleanup. > It is based on the previous "at91-cleanup3" tag sent last week (not inclueded > yet). > > Thanks, best regards, > > The following changes since commit 8590ca655a19f9e124b52bfbf28f14eb16a05bec: > > ARM: at91: remove useless include (2015-03-16 17:03:08 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup4 > > for you to fetch changes up to dd905bbb09383f9f62d7a6296f11788d8c283c86: > > ARM: at91/pm: move AT91_MEMCTRL_* to pm.h (2015-03-23 11:16:00 +0100) > > ---------------------------------------------------------------- > Fourth batch of cleanup for 4.1: > - 2 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 (4): > ARM: at91: fix pm_suspend.S compilation when ARMv6 is selected > clocksource: atmel-st: select MFD_SYSCON > ARM: at91/pm: move the standby functions to pm.c > ARM: at91/pm: move AT91_MEMCTRL_* to pm.h Having a linear cleanup branch doesn't work all that well when you mix in driver changes like you did in the last version. I.e. I chose to merge that branch in as a driver branch, but now you're stacking new cleanuips on top. If the pm changes are independent of the clocksource one (which they seem to be), then it's better to do base them on the cleanup2 branch instead of cleanup3. Would you mind respinning that way? We should still be able to take them for 4.1. -Olof -- 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/