linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu cleanup for v3.9 round2
@ 2013-01-29 21:37 Jason Cooper
  2013-01-31 12:51 ` Jason Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Cooper @ 2013-01-29 21:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit b96e1b1c3c5319294edb0970b6d5bf099c0e85eb:

  ARM: Kirkwood: Cleanup unneeded include files (2013-01-12 21:50:10 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/cleanup_for_v3.9_round2

for you to fetch changes up to 63a069739a5826ab4007da88b7ec71eb9909271c:

  ARM: dove: cleanup includes (2013-01-29 21:31:36 +0000)

----------------------------------------------------------------
cleanup for v3.9 round2
 - remove unneeded #includes for mach-dove
 - remove unneeded #includes and code for the nsa310

----------------------------------------------------------------
Jason Cooper (1):
      ARM: kirkwood: nsa310: cleanup includes and unneeded code

Sebastian Hesselbarth (1):
      ARM: dove: cleanup includes

 arch/arm/mach-dove/common.c           | 29 +++++++++--------------------
 arch/arm/mach-kirkwood/board-nsa310.c |  9 +--------
 2 files changed, 10 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: mvebu cleanup for v3.9 round2
  2013-01-29 21:37 [GIT PULL] ARM: mvebu cleanup for v3.9 round2 Jason Cooper
@ 2013-01-31 12:51 ` Jason Cooper
  2013-01-31 14:11   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Cooper @ 2013-01-31 12:51 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

Please don't pull this yet.  The nsa310 patch built fine at the tip of
my for-next, but didn't do so well when applied to mvebu/cleanup.

I'll redo and resubmit the whole series of pr's.

thx,

Jason.

On Tue, Jan 29, 2013 at 09:37:16PM +0000, Jason Cooper wrote:
> The following changes since commit b96e1b1c3c5319294edb0970b6d5bf099c0e85eb:
> 
>   ARM: Kirkwood: Cleanup unneeded include files (2013-01-12 21:50:10 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/cleanup_for_v3.9_round2
> 
> for you to fetch changes up to 63a069739a5826ab4007da88b7ec71eb9909271c:
> 
>   ARM: dove: cleanup includes (2013-01-29 21:31:36 +0000)
> 
> ----------------------------------------------------------------
> cleanup for v3.9 round2
>  - remove unneeded #includes for mach-dove
>  - remove unneeded #includes and code for the nsa310
> 
> ----------------------------------------------------------------
> Jason Cooper (1):
>       ARM: kirkwood: nsa310: cleanup includes and unneeded code
> 
> Sebastian Hesselbarth (1):
>       ARM: dove: cleanup includes
> 
>  arch/arm/mach-dove/common.c           | 29 +++++++++--------------------
>  arch/arm/mach-kirkwood/board-nsa310.c |  9 +--------
>  2 files changed, 10 insertions(+), 28 deletions(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: mvebu cleanup for v3.9 round2
  2013-01-31 12:51 ` Jason Cooper
@ 2013-01-31 14:11   ` Arnd Bergmann
  2013-01-31 14:19     ` Jason Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2013-01-31 14:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 31 January 2013, Jason Cooper wrote:
> Arnd, Olof,
> 
> Please don't pull this yet.  The nsa310 patch built fine at the tip of
> my for-next, but didn't do so well when applied to mvebu/cleanup.
> 
> I'll redo and resubmit the whole series of pr's.


FWIW, when I was building all defconfigs for for-next yesterday, I needed
this patch, but nothing else for mvebu or kirkwood.

	Arnd

index 61c4b18..970174a 100644
--- a/arch/arm/mach-kirkwood/board-nsa310.c
+++ b/arch/arm/mach-kirkwood/board-nsa310.c
@@ -11,6 +11,7 @@
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/gpio.h>
+#include <linux/i2c.h>
 #include <mach/kirkwood.h>
 #include <linux/of.h>
 #include "common.h"

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: mvebu cleanup for v3.9 round2
  2013-01-31 14:11   ` Arnd Bergmann
@ 2013-01-31 14:19     ` Jason Cooper
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2013-01-31 14:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 31, 2013 at 02:11:32PM +0000, Arnd Bergmann wrote:
> On Thursday 31 January 2013, Jason Cooper wrote:
> > Arnd, Olof,
> > 
> > Please don't pull this yet.  The nsa310 patch built fine at the tip of
> > my for-next, but didn't do so well when applied to mvebu/cleanup.
> > 
> > I'll redo and resubmit the whole series of pr's.
> 
> 
> FWIW, when I was building all defconfigs for for-next yesterday, I needed
> this patch, but nothing else for mvebu or kirkwood.

Yep, that was it.  Thanks!  in mvebu/dt we init i2c via DT, and
mvebu/cleanup is before that.

thx,

Jason.

> index 61c4b18..970174a 100644
> --- a/arch/arm/mach-kirkwood/board-nsa310.c
> +++ b/arch/arm/mach-kirkwood/board-nsa310.c
> @@ -11,6 +11,7 @@
>  #include <linux/kernel.h>
>  #include <linux/init.h>
>  #include <linux/gpio.h>
> +#include <linux/i2c.h>
>  #include <mach/kirkwood.h>
>  #include <linux/of.h>
>  #include "common.h"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-31 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 21:37 [GIT PULL] ARM: mvebu cleanup for v3.9 round2 Jason Cooper
2013-01-31 12:51 ` Jason Cooper
2013-01-31 14:11   ` Arnd Bergmann
2013-01-31 14:19     ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).