linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] msi abstractions and support for altix
@ 2005-12-21 18:42 Mark Maule
  2005-12-21 18:42 ` [PATCH 1/4] msi archetecture init hook Mark Maule
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Mark Maule @ 2005-12-21 18:42 UTC (permalink / raw)
  To: linux-ia64, linux-kernel; +Cc: Tony Luck, Mark Maule

Patch set to abstract portions of the MSI core so that it can be used on
architectures which don't use standard interrupt controllers.

1/4 msi-arch-init.patch
	Add an msi_arch_init() hook which can be used to perform platform
	specific setup prior to msi use.

2/4 msi-callouts.patch
	Define a set of callouts to implement the platform-specific tasks:

	msi_setup - set up plumbing to get a vector directed at a default
	    cpu, and return the corresponding MSI bus address and data.
	msi_teardown - inverse of msi_setup
	msi_target - retarget a vector to a given cpu

	Define the routine msi_register_callouts() which can be called from
	a platform's msi_arch_init() code to override the generic callouts.

3/4 ia64-per-platform-device-vector.patch
	For the ia64 arch, allow per-platform definitions of
	IA64_FIRST_DEVICE_VECTOR and IA64_LAST_DEVICE_VECTOR.
	
4/4 msi-altix.patch 
	Altix specific callouts to implement MSI.

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

end of thread, other threads:[~2005-12-22 13:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-21 18:42 [PATCH 0/4] msi abstractions and support for altix Mark Maule
2005-12-21 18:42 ` [PATCH 1/4] msi archetecture init hook Mark Maule
2005-12-21 18:53   ` Matthew Wilcox
2005-12-21 19:03     ` Mark Maule
2005-12-21 19:40   ` Matthew Wilcox
2005-12-21 18:42 ` [PATCH 2/4] msi vector targeting abstractions Mark Maule
2005-12-21 18:56   ` Christoph Hellwig
2005-12-21 19:17     ` Mark Maule
2005-12-21 19:05   ` Matthew Wilcox
2005-12-21 19:17     ` linux-os (Dick Johnson)
2005-12-21 19:33     ` Mark Maule
2005-12-22 10:36       ` Christoph Hellwig
2005-12-22 13:59         ` Mark Maule
2005-12-21 18:42 ` [PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions Mark Maule
2005-12-21 19:09   ` Matthew Wilcox
2005-12-21 19:18     ` Mark Maule
2005-12-21 19:32       ` Matthew Wilcox
2005-12-22  6:26         ` Keith Owens
2005-12-22 13:14           ` Matthew Wilcox
2005-12-21 18:42 ` [PATCH 4/4] altix: msi support Mark Maule

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