linux/arch/arm/plat-mxc
Rusty Russell 320ab2b0b1 cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs

struct clock_event_timer's cpumask field gets changed to take pointer,
as does the ->broadcast function.

Another single-patch change.  For safety, we BUG_ON() in
clockevents_register_device() if it's not set.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@elte.hu>
2008-12-13 21:20:26 +10:30
..
include/mach [ARM] MX3: Use ioremap wrapper to map SoC devices nonshared 2008-10-30 15:56:14 +01:00
clock.c [ARM] remove unused #include <version.h> 2008-09-04 10:47:14 +01:00
devices.c MXC: add convenience function to register platform devices 2008-09-09 10:19:40 +02:00
dma-mx1-mx2.c MX2: Add DMA support for mx2 and (eventually) mx1 2008-09-09 12:13:56 +02:00
gpio.c [ARM] MXC: Fix mxc_gpio_get(), which must read PSR register instead DR. 2008-10-30 15:56:35 +01:00
iomux-mx1-mx2.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
irq.c Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6.git 2008-10-09 21:33:03 +01:00
Kconfig MXC: Lets handle IRQ by priority, defined with exported API function 2008-09-09 12:13:50 +02:00
Makefile MX2: Add DMA support for mx2 and (eventually) mx1 2008-09-09 12:13:56 +02:00
time.c cpumask: convert struct clock_event_device to cpumask pointers. 2008-12-13 21:20:26 +10:30