linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM
@ 2010-11-22 23:15 Simon Horman
  2010-11-22 23:15 ` [patch v4 1/2] ARM: " Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Horman @ 2010-11-22 23:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this short patch series by Kuninori Morimoto and myself adds
zboot support to mach-shmobile.

This is v4 of the patch series, which includes
a minor rediff to apply cleanly against linux-2.6-arm/devel
without any fuzz.

v2 implemented Magnus's suggestion to initialising atags directly rather
than using assembly.

v2 implemented Magnus's suggestion of setting atags in the framework and
passing them to the kernel rather than using a board-specific fixup.

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

* [patch v4 1/2] ARM: Add zboot support for SuperH Mobile ARM
  2010-11-22 23:15 [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM Simon Horman
@ 2010-11-22 23:15 ` Simon Horman
  2010-11-22 23:15 ` [patch v4 2/2] ARM: mach-shmobile: " Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2010-11-22 23:15 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: arm-mach-shmbobile-Add-zboot-support-for-SuperH-Mobile-ARM-framework.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101123/777b723b/attachment.ksh>

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

* [patch v4 2/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM
  2010-11-22 23:15 [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM Simon Horman
  2010-11-22 23:15 ` [patch v4 1/2] ARM: " Simon Horman
@ 2010-11-22 23:15 ` Simon Horman
  2010-11-24  8:08 ` [patch v4 0/2] " Magnus Damm
  2010-12-01  3:57 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2010-11-22 23:15 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: arm-mach-shmbobile-Add-zboot-support-for-SuperH-Mobile-ARM-board.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101123/3d6573da/attachment.ksh>

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

* [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM
  2010-11-22 23:15 [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM Simon Horman
  2010-11-22 23:15 ` [patch v4 1/2] ARM: " Simon Horman
  2010-11-22 23:15 ` [patch v4 2/2] ARM: mach-shmobile: " Simon Horman
@ 2010-11-24  8:08 ` Magnus Damm
  2010-12-01  3:57 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2010-11-24  8:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

On Tue, Nov 23, 2010 at 8:15 AM, Simon Horman <horms@verge.net.au> wrote:
> this short patch series by Kuninori Morimoto and myself adds
> zboot support to mach-shmobile.
>
> This is v4 of the patch series, which includes
> a minor rediff to apply cleanly against linux-2.6-arm/devel
> without any fuzz.
>
> v2 implemented Magnus's suggestion to initialising atags directly rather
> than using assembly.
>
> v2 implemented Magnus's suggestion of setting atags in the framework and
> passing them to the kernel rather than using a board-specific fixup.

I think V4 of this series looks good, thanks for your work on this!

Acked-by: Magnus Damm <damm@opensource.se>

I'd like to see this merged upstream.

Russell, is there anything I can do to make merging of this series easier?

Thanks,

/ magnus

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

* [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM
  2010-11-22 23:15 [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM Simon Horman
                   ` (2 preceding siblings ...)
  2010-11-24  8:08 ` [patch v4 0/2] " Magnus Damm
@ 2010-12-01  3:57 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2010-12-01  3:57 UTC (permalink / raw)
  To: linux-arm-kernel


Dear Simon

> this short patch series by Kuninori Morimoto and myself adds
> zboot support to mach-shmobile.
> 
> This is v4 of the patch series, which includes
> a minor rediff to apply cleanly against linux-2.6-arm/devel
> without any fuzz.
> 
> v2 implemented Magnus's suggestion to initialising atags directly rather
> than using assembly.
> 
> v2 implemented Magnus's suggestion of setting atags in the framework and
> passing them to the kernel rather than using a board-specific fixup.

I tested these patches on v2.6.37-rc3 + AP4EVB.
And it works well. Thanks

Best regards
--
Kuninori Morimoto
 

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

end of thread, other threads:[~2010-12-01  3:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 23:15 [patch v4 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM Simon Horman
2010-11-22 23:15 ` [patch v4 1/2] ARM: " Simon Horman
2010-11-22 23:15 ` [patch v4 2/2] ARM: mach-shmobile: " Simon Horman
2010-11-24  8:08 ` [patch v4 0/2] " Magnus Damm
2010-12-01  3:57 ` Kuninori Morimoto

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