linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1 repost] mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM
@ 2011-06-28 23:10 Simon Horman
  2011-06-28 23:10 ` [PATCH] " Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2011-06-28 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Russell,

please consider the following patch.
It has the relevant Acks and is present in your patch tracker.

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 7+ messages in thread
* mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM
@ 2011-06-17  0:30 Simon Horman
  2011-06-17  0:30 ` [PATCH] " Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2011-06-17  0:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Russell,

please consider the following patch.
It has the relevant Acks and is present in your patch tracker.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] SuperH Mobile ARM
@ 2011-03-31  6:21 Simon Horman
  2011-03-31  6:21 ` [PATCH] mmc, ARM: Add zboot from eSD support for " Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2011-03-31  6:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Russell,

please considder pulling
  git://git.kernel.org/pub/scm/linux/kernel/git/horms/shmobile-2.6.git for-russell

To get the following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:

  Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)

I apologised for not sending this earlier, however the last
dependency for this patch only went in just before 2.6.39-rc1 -
the 2nd last patch of the last merge.

I believe that the potential fall out of this patch is
limited to breaking (non-eSD) zboot support for SuperH Mobile ARM
and as such I would like it considered for inclusion in 2.6.39-rc2.

Simon Horman (1):
      mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM

 Documentation/arm/SH-Mobile/zboot-rom-sdhi.txt    |   43 ++
 arch/arm/Kconfig                                  |   33 ++-
 arch/arm/boot/compressed/Makefile                 |   10 +-
 arch/arm/boot/compressed/head-shmobile.S          |   12 +-
 arch/arm/boot/compressed/mmcif-sh7372.c           |    2 +-
 arch/arm/boot/compressed/sdhi-sh7372.c            |   95 +++++
 arch/arm/boot/compressed/sdhi-shmobile.c          |  449 +++++++++++++++++++++
 arch/arm/boot/compressed/sdhi-shmobile.h          |   11 +
 arch/arm/mach-shmobile/include/mach/sdhi-sh7372.h |   21 +
 arch/arm/mach-shmobile/include/mach/sdhi.h        |   16 +
 10 files changed, 675 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/arm/SH-Mobile/zboot-rom-sdhi.txt
 create mode 100644 arch/arm/boot/compressed/sdhi-sh7372.c
 create mode 100644 arch/arm/boot/compressed/sdhi-shmobile.c
 create mode 100644 arch/arm/boot/compressed/sdhi-shmobile.h
 create mode 100644 arch/arm/mach-shmobile/include/mach/sdhi-sh7372.h
 create mode 100644 arch/arm/mach-shmobile/include/mach/sdhi.h

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH v6] mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM
@ 2011-03-30  2:59 Simon Horman
  2011-03-30  2:59 ` [PATCH] " Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2011-03-30  2:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Magnus,

could I get an Ack or otherwise from you on this change?
All the pre-requisites are in 2.6.39-rc1.

Note that if you are inclined to build a 2.6.39-rc1 kernel for mackerel you
will also need "sh: intc: fix build error in interrupts.h"
(https://patchwork.kernel.org/patch/672972/) or similar.  That change is
unrelated to my work.


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

end of thread, other threads:[~2011-06-28 23:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 23:10 [PATCH 0/1 repost] mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM Simon Horman
2011-06-28 23:10 ` [PATCH] " Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2011-06-17  0:30 Simon Horman
2011-06-17  0:30 ` [PATCH] " Simon Horman
2011-03-31  6:21 [GIT PULL] " Simon Horman
2011-03-31  6:21 ` [PATCH] mmc, ARM: Add zboot from eSD support for " Simon Horman
2011-03-30  2:59 [PATCH v6] " Simon Horman
2011-03-30  2:59 ` [PATCH] " Simon Horman
2011-03-31  2:06   ` Magnus Damm
2011-03-31  3:16     ` Paul Mundt

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).