public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM-based SoC fixes for v3.9
@ 2013-03-08 15:38 Simon Horman
  2013-03-08 15:38 ` [PATCH] ARM: shmobile: marzen: Include mmc/host.h Simon Horman
  2013-03-18 10:35 ` [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Horman @ 2013-03-08 15:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:

  Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git 

for you to fetch changes up to 44e9ac45754a182e8121bf137368452365d4cc4b:

  ARM: shmobile: marzen: Include mmc/host.h (2013-03-08 16:29:23 +0100)

----------------------------------------------------------------
Resolve a build failure present since v3.9-rc1

----------------------------------------------------------------
Simon Horman (1):
      ARM: shmobile: marzen: Include mmc/host.h

 arch/arm/mach-shmobile/board-marzen.c |    1 +
 1 file changed, 1 insertion(+)

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

* [PATCH] ARM: shmobile: marzen: Include mmc/host.h
  2013-03-08 15:38 [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
@ 2013-03-08 15:38 ` Simon Horman
  2013-03-18 10:35 ` [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
  1 sibling, 0 replies; 7+ messages in thread
From: Simon Horman @ 2013-03-08 15:38 UTC (permalink / raw)
  To: linux-arm-kernel

mmc/host.h provides MMC_CAP_SD_HIGHSPEED which is used in board-marzen.c

This resolves a build problem observed when compiling with
"mmc: tmio: remove unused and deprecated symbols" applied.

Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx•de>
Signed-off-by: Simon Horman <horms+renesas@verge•net.au>
---
 arch/arm/mach-shmobile/board-marzen.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c
index cdcb799..fec49eb 100644
--- a/arch/arm/mach-shmobile/board-marzen.c
+++ b/arch/arm/mach-shmobile/board-marzen.c
@@ -32,6 +32,7 @@
 #include <linux/smsc911x.h>
 #include <linux/spi/spi.h>
 #include <linux/spi/sh_hspi.h>
+#include <linux/mmc/host.h>
 #include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/mfd/tmio.h>
 #include <linux/usb/otg.h>
-- 
1.7.10.4

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

* [GIT PULL] Renesas ARM-based SoC fixes for v3.9
  2013-03-08 15:38 [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
  2013-03-08 15:38 ` [PATCH] ARM: shmobile: marzen: Include mmc/host.h Simon Horman
@ 2013-03-18 10:35 ` Simon Horman
  2013-03-18 10:57   ` Arnd Bergmann
  1 sibling, 1 reply; 7+ messages in thread
From: Simon Horman @ 2013-03-18 10:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 08, 2013 at 04:38:23PM +0100, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
> 
>   Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git 
> 
> for you to fetch changes up to 44e9ac45754a182e8121bf137368452365d4cc4b:
> 
>   ARM: shmobile: marzen: Include mmc/host.h (2013-03-08 16:29:23 +0100)
> 
> ----------------------------------------------------------------
> Resolve a build failure present since v3.9-rc1
> 
> ----------------------------------------------------------------
> Simon Horman (1):
>       ARM: shmobile: marzen: Include mmc/host.h

Ping.

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

* [GIT PULL] Renesas ARM-based SoC fixes for v3.9
  2013-03-18 10:35 ` [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
@ 2013-03-18 10:57   ` Arnd Bergmann
  2013-03-19  2:16     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2013-03-18 10:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 18 March 2013, Simon Horman wrote:
> On Fri, Mar 08, 2013 at 04:38:23PM +0100, Simon Horman wrote:
> > Hi Olof, Hi Arnd,
> > 
> > The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
> > 
> >   Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git 
> > 
> > for you to fetch changes up to 44e9ac45754a182e8121bf137368452365d4cc4b:
> > 
> >   ARM: shmobile: marzen: Include mmc/host.h (2013-03-08 16:29:23 +0100)
> > 
> > ----------------------------------------------------------------
> > Resolve a build failure present since v3.9-rc1
> > 
> > ----------------------------------------------------------------
> > Simon Horman (1):
> >       ARM: shmobile: marzen: Include mmc/host.h
> 
> Ping.

Ah, just in time. I think I tried pulling from the URL you listed
above before, and git said "Already up-to-date.", so I didn't bother
to look further.

Upon closer inspection, you seem to have missed the tag name. I have
pulled your renesas-fixes-for-v3.9 tag into the arm-soc fixes branch
now and will include it in my pull request to Linus today.

	Arnd

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

* [GIT PULL] Renesas ARM-based SoC fixes for v3.9
  2013-03-18 10:57   ` Arnd Bergmann
@ 2013-03-19  2:16     ` Simon Horman
  2013-03-19  8:40       ` Arnd Bergmann
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2013-03-19  2:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 18, 2013 at 10:57:21AM +0000, Arnd Bergmann wrote:
> On Monday 18 March 2013, Simon Horman wrote:
> > On Fri, Mar 08, 2013 at 04:38:23PM +0100, Simon Horman wrote:
> > > Hi Olof, Hi Arnd,
> > > 
> > > The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
> > > 
> > >   Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git 
> > > 
> > > for you to fetch changes up to 44e9ac45754a182e8121bf137368452365d4cc4b:
> > > 
> > >   ARM: shmobile: marzen: Include mmc/host.h (2013-03-08 16:29:23 +0100)
> > > 
> > > ----------------------------------------------------------------
> > > Resolve a build failure present since v3.9-rc1
> > > 
> > > ----------------------------------------------------------------
> > > Simon Horman (1):
> > >       ARM: shmobile: marzen: Include mmc/host.h
> > 
> > Ping.
> 
> Ah, just in time. I think I tried pulling from the URL you listed
> above before, and git said "Already up-to-date.", so I didn't bother
> to look further.
> 
> Upon closer inspection, you seem to have missed the tag name. I have
> pulled your renesas-fixes-for-v3.9 tag into the arm-soc fixes branch
> now and will include it in my pull request to Linus today.

Sorry about that. I must have sent the pull request before the
tag hit kernel.org and failed to notice that the tag was missing
from the above email message.

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

* [GIT PULL] Renesas ARM-based SoC fixes for v3.9
  2013-03-19  2:16     ` Simon Horman
@ 2013-03-19  8:40       ` Arnd Bergmann
  2013-03-20 13:41         ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2013-03-19  8:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 19 March 2013, Simon Horman wrote:

> > 
> > Upon closer inspection, you seem to have missed the tag name. I have
> > pulled your renesas-fixes-for-v3.9 tag into the arm-soc fixes branch
> > now and will include it in my pull request to Linus today.
> 
> Sorry about that. I must have sent the pull request before the
> tag hit kernel.org and failed to notice that the tag was missing
> from the above email message.
> 

No worries, it made it in, and I just screwed up in a similar way
when sending a pull request to Linus ....

	Arnd

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

* [GIT PULL] Renesas ARM-based SoC fixes for v3.9
  2013-03-19  8:40       ` Arnd Bergmann
@ 2013-03-20 13:41         ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2013-03-20 13:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 19, 2013 at 08:40:40AM +0000, Arnd Bergmann wrote:
> On Tuesday 19 March 2013, Simon Horman wrote:
> 
> > > 
> > > Upon closer inspection, you seem to have missed the tag name. I have
> > > pulled your renesas-fixes-for-v3.9 tag into the arm-soc fixes branch
> > > now and will include it in my pull request to Linus today.
> > 
> > Sorry about that. I must have sent the pull request before the
> > tag hit kernel.org and failed to notice that the tag was missing
> > from the above email message.
> > 
> 
> No worries, it made it in, and I just screwed up in a similar way
> when sending a pull request to Linus ....

:^)

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

end of thread, other threads:[~2013-03-20 13:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 15:38 [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
2013-03-08 15:38 ` [PATCH] ARM: shmobile: marzen: Include mmc/host.h Simon Horman
2013-03-18 10:35 ` [GIT PULL] Renesas ARM-based SoC fixes for v3.9 Simon Horman
2013-03-18 10:57   ` Arnd Bergmann
2013-03-19  2:16     ` Simon Horman
2013-03-19  8:40       ` Arnd Bergmann
2013-03-20 13:41         ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox