linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2011-03-31  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31  6:21 [GIT PULL] SuperH Mobile ARM Simon Horman
2011-03-31  6:21 ` [PATCH] mmc, ARM: Add zboot from eSD support for " Simon Horman

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