linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFT 0/12] step towards removal of mach/system.h
@ 2011-10-24  9:49 Nicolas Pitre
  2011-10-24  9:49 ` [PATCH 01/12] ARM: clean up idle handlers Nicolas Pitre
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Nicolas Pitre @ 2011-10-24  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

In the spirit of eventually being able to boot a single zImage on multiple
SOCs, we need to get rid of mach/system.h.  This file mainly contains two
inline functions that should be out-of-line and assigned to the existing global
hooks at run time.  Those functions are arch_idle() and arch_reset().  The
following series only address the former.

This is a RFC and RFT patch series.  This was not compiled even less tested
yet, but I'm posting it now in the hope that people could help fixing/testing
this on the platform they have access to, or even improve upon this initial
draft patches.

The same thing needs to be done with arch_reset(), however there is no existing
global reset hook yet, only arm_pm_restart which may be used but implies a bit
more than arch_reset() does.

[PATCH 01/12] ARM: clean up idle handlers
[PATCH 02/12] ARM: mach-at91: move special idle code to a
[PATCH 03/12] ARM: mach-clps711x: move special idle code to a
[PATCH 04/12] ARM: mach-ebsa110: move special idle code to a
[PATCH 05/12] ARM: mach-gemini: move special idle code to a
[PATCH 06/12] ARM: mach-h720x: move special idle code to a
[PATCH 07/12] ARM: mach-ixp23xx: properly disable CPU idle call
[PATCH 08/12] ARM: mach-ixp4xx: properly disable CPU idle call
[PATCH 09/12] ARM: s3c24xx: move special idle code to a proper
[PATCH 10/12] ARM: mach-shark: properly disable CPU idle call
[PATCH 11/12] ARM: mach-w90x900: properly disable CPU idle call
[PATCH 12/12] ARM: imx: move special idle code to proper out-of-line

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

end of thread, other threads:[~2011-10-25 12:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24  9:49 [PATCH/RFT 0/12] step towards removal of mach/system.h Nicolas Pitre
2011-10-24  9:49 ` [PATCH 01/12] ARM: clean up idle handlers Nicolas Pitre
2011-10-25  7:56   ` Tony Lindgren
2011-10-25  8:26     ` Russell King - ARM Linux
2011-10-25 11:37   ` Russell King - ARM Linux
2011-10-24  9:49 ` [PATCH 02/12] ARM: mach-at91: move special idle code to a out-of-line pm_idle hook Nicolas Pitre
2011-10-24  9:49 ` [PATCH 03/12] ARM: mach-clps711x: " Nicolas Pitre
2011-10-24  9:49 ` [PATCH 04/12] ARM: mach-ebsa110: " Nicolas Pitre
2011-10-24  9:49 ` [PATCH 05/12] ARM: mach-gemini: " Nicolas Pitre
2011-10-24  9:49 ` [PATCH 06/12] ARM: mach-h720x: " Nicolas Pitre
2011-10-24  9:49 ` [PATCH 07/12] ARM: mach-ixp23xx: properly disable CPU idle call Nicolas Pitre
2011-10-24  9:49 ` [PATCH 08/12] ARM: mach-ixp4xx: " Nicolas Pitre
2011-10-25 11:39   ` Russell King - ARM Linux
2011-10-24  9:49 ` [PATCH 09/12] ARM: s3c24xx: move special idle code to a proper out-of-line pm_idle hooks Nicolas Pitre
2011-10-24  9:49 ` [PATCH 10/12] ARM: mach-shark: properly disable CPU idle call Nicolas Pitre
2011-10-24  9:50 ` [PATCH 11/12] ARM: mach-w90x900: " Nicolas Pitre
2011-10-24  9:50 ` [PATCH 12/12] ARM: imx: move special idle code to proper out-of-line pm_idle hooks Nicolas Pitre
2011-10-24 12:58   ` Sascha Hauer
2011-10-25 12:21 ` [PATCH/RFT 0/12] step towards removal of mach/system.h Will Deacon

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