linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Add Versatile Express CA9x4 processor support
Date: Fri, 5 Mar 2010 12:08:02 -0000	[thread overview]
Message-ID: <002101cabc5c$81fa5440$85eefcc0$@deacon@arm.com> (raw)
In-Reply-To: <git-1267729916-8545dcd13a3ae6450278b076cb024d10d64ee785@rmk-PC>

Hello Russell,

> +/*
> + * Interrupts.  Those in {} are for AMBA devices
> + */
> +#define IRQ_CT_CA9X4_CLCDC	{ 76 }
> +#define IRQ_CT_CA9X4_DMC	{ -1 }
> +#define IRQ_CT_CA9X4_SMC	{ 77, 78 }
> +#define IRQ_CT_CA9X4_TIMER0	80
> +#define IRQ_CT_CA9X4_TIMER1	81
> +#define IRQ_CT_CA9X4_GPIO	{ 82 }

Could you add the PMU interrupts as well please? It saves me
adding them in an extra patch later. I believe they are numbers
92-95.

The only problem with adding the PMU interrupts here is that
they are not visible to kernel/pmu.c, which includes <linux/interrupt.h>.
Adding a conditional #include <mach/ct-ca9x4.h> worked, but it's not
very nice. Would it be possible to include the tile IRQs in the
include/mach/irqs.h?

Thanks,

Will

  parent reply	other threads:[~2010-03-05 12:08 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-05  9:54 Cleanup ARM platform support, and add Versatile Express support Russell King - ARM Linux
2010-03-04 19:11 ` [PATCH] ARM: Fix Versatile&Integrator includes to behave in the same way as Realview Russell King
2010-03-04 19:11   ` [PATCH] ARM: Improve documentation in arm_timer.h Russell King
2010-03-04 19:11     ` [PATCH] ARM: Integrator: convert to generic time support Russell King
2010-03-04 19:11       ` [PATCH] ARM: Integrator: convert to generic clockevent support Russell King
2010-03-04 19:11         ` [PATCH] ARM: Integrator: pass 'khz' to integrator_time_init Russell King
2010-03-04 19:11           ` [PATCH] ARM: Realview/Versatile/Integrator: remove unused definitions from platform.h Russell King
2010-03-04 19:11             ` [PATCH] ARM: Integrator: fix Integrator/CP definitions, move to platform.h Russell King
2010-03-04 19:11               ` [PATCH] ARM: Integrator: allow IO_ADDRESS() to be used for register addresses Russell King
2010-03-04 19:11                 ` [PATCH] ARM: Integrator: convert to use register definitions Russell King
2010-03-04 19:11                   ` [PATCH] ARM: ICST: merge common ICST VCO structures Russell King
2010-03-04 19:11                     ` [PATCH] ARM: ICST: icst.*_ps_to_vco() functions are unused, remove them Russell King
2010-03-04 19:11                       ` [PATCH] ARM: ICST: provide definitions for max/min VCO frequencies Russell King
2010-03-04 19:11                         ` [PATCH] ARM: ICST: use Hz instead of kHz Russell King
2010-03-04 19:11                           ` [PATCH] ARM: ICST: move minimum VCO frequency to icst_params Russell King
2010-03-04 19:11                             ` [PATCH] ARM: ICST: indirect s2div and idx2s arrays via icst_params Russell King
2010-03-04 19:11                               ` [PATCH] ARM: ICST: kill duplicate icst code Russell King
2010-03-04 19:11                                 ` [PATCH] ARM: Realview/Versatile/Integrator: separate out common clock code Russell King
2010-03-04 19:11                                   ` [PATCH] ARM: Realview/Versatile: separate out common SP804 timer code Russell King
2010-03-04 19:11                                     ` [PATCH] ARM: Realview/Versatile: remove useless TIMER_RELOAD calculations Russell King
2010-03-04 19:11                                       ` [PATCH] ARM: Realview/Versatile: don't use magic numbers for timer frequency Russell King
2010-03-04 19:11                                         ` [PATCH] ARM: Integrator: convert Integrator/CP to use SP804 timer support Russell King
2010-03-04 19:11                                           ` [PATCH] ARM: Integrator: move 16-bit timer support to Integrator/AP Russell King
2010-03-04 19:11                                             ` [PATCH] ARM: Realview/Versatile: separate out common sched_clock() Russell King
2010-03-04 19:11                                               ` [PATCH] ARM: Make Integrator/Versatile/Reaview VCO code similar Russell King
2010-03-04 19:11                                                 ` [PATCH] ARM: 5890/1: Fix incorrect Realview board IRQs for L220 and PMU Russell King
2010-03-04 19:11                                                   ` [PATCH] Video: ARM CLCD: Better fix for swapped IENB and CNTL registers Russell King
2010-03-04 19:11                                                     ` [PATCH] ARM: Add L2 cache handling to smp boot support Russell King
2010-03-04 19:11                                                       ` [PATCH] ARM: Indirect round/set_rate operations through clk structure Russell King
     [not found]                                                         ` <git-1267729916-eaa5eec739637f32f8733d528ff0b94fd62b1214@rmk-PC>
2010-03-04 19:11                                                           ` [PATCH] Merge branch 'origin' into versatile Russell King
2010-03-04 19:11                                                             ` [PATCH] ARM: Add Versatile Express support Russell King
2010-03-04 19:11                                                               ` [PATCH] ARM: Add Versatile Express CA9x4 processor support Russell King
2010-03-04 19:11                                                                 ` [PATCH] ARM: Add Versatile Express SMP support Russell King
2010-03-04 19:11                                                                   ` [PATCH] ARM: Versatile Express: support adjusting clock rates for CLCD Russell King
2010-03-05 22:52                                                                     ` Russell King - ARM Linux
2010-03-05 12:12                                                                   ` [PATCH] ARM: Add Versatile Express SMP support Colin Tuckley
2010-03-05 22:51                                                                     ` Russell King - ARM Linux
2010-03-05 10:47                                                                 ` [PATCH] ARM: Add Versatile Express CA9x4 processor support Albin Tonnerre
2010-03-05 12:08                                                                 ` Will Deacon [this message]
2010-03-05 20:43                                                                   ` Russell King - ARM Linux
2010-03-08 12:00                                                                     ` Will Deacon
2010-03-05 16:35                                                                 ` Colin Tuckley
2010-03-05 20:54                                                                   ` Russell King - ARM Linux
2010-03-05 10:27                                                               ` [PATCH] ARM: Add Versatile Express support Albin Tonnerre
2010-03-05 10:29                                                                 ` Russell King - ARM Linux
2010-03-05 10:37                                                                   ` Albin Tonnerre
2010-03-05 14:25                                                               ` Colin Tuckley
2010-03-05 22:36                                                                 ` Russell King - ARM Linux
2010-03-05 10:57                                   ` [PATCH] ARM: Realview/Versatile/Integrator: separate out common clock code Colin Tuckley
2010-03-05 14:30                                     ` [PATCH] ARM: Realview/Versatile/Integrator: separate outcommon " Catalin Marinas
2010-03-05 22:50                                     ` [PATCH] ARM: Realview/Versatile/Integrator: separate out common " Russell King - ARM Linux
2010-03-08 10:27 ` Cleanup ARM platform support, and add Versatile Express support Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002101cabc5c$81fa5440$85eefcc0$@deacon@arm.com' \
    --to=will.deacon@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).