[PATCH 20/31] ARM: amba: versatile: get rid of private platform amba_device initializer
Will Deacon
will.deacon at arm.com
Wed Jan 25 02:06:59 EST 2012
On Fri, Jan 20, 2012 at 09:29:10AM +0000, Russell King - ARM Linux wrote:
> Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
> ---
> arch/arm/mach-versatile/core.c | 36 ++++++++++++++++----------------
> arch/arm/mach-versatile/core.h | 20 ++++-------------
> arch/arm/mach-versatile/versatile_pb.c | 10 ++++----
> 3 files changed, 28 insertions(+), 38 deletions(-)
This seems happy enough on a Versatile AB926, although I do get spurious
IRQs from the ethernet chip:
eth0: spurious interrupt (mask = 0xb3)
This doesn't seem to be the fault of this patch though; I suspect it's
related to the recent VIC changes and removal of MULTI_IRQ_HANDLER
(especially since the ethernet interrupts lives on the secondary
controller).
So for this patch:
Tested-by: Will Deacon <will.deacon at arm.com>
I'll investigate the other problem separately.
Will
More information about the devicetree-discuss
mailing list