All of lore.kernel.org
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 1/6] ARM: pmu: register IRQs at runtime
Date: Wed, 17 Mar 2010 16:06:15 -0000	[thread overview]
Message-ID: <000101cac5eb$c5abaf70$51030e50$@deacon@arm.com> (raw)
In-Reply-To: <20100316114131.GC4116@wear.picochip.com>

Hi Jamie,
 
> I much prefer this rather than the old static list that we had before. As an
> aside, do you know of any ARM PMU's that need memory resources in addition to
> the IRQ's? If so perhaps a platform_device might be an easy way of extending
> this.

Well, the ARM11MPCore SCU counters are memory mapped and I have a feeling that
anything [counter-wise] outside the CPU core will likely be memory mapped in the
future.

I've had a go at using a platform_device instead of the struct pmu_irqs, I'll post
the changes for you to take a look at.
 
> Acked-by: Jamie Iles <jamie.iles@picochip.com>

Thanks for that. Please take a look at the platform_device version and see what
you reckon.

Cheers,

Will

  reply	other threads:[~2010-03-17 16:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-12 17:29 [RFC PATCH 0/6] ARM: pmu: provide a registration mechanism for IRQs [v2] Will Deacon
2010-03-12 17:29 ` [RFC PATCH 1/6] ARM: pmu: register IRQs at runtime Will Deacon
2010-03-12 17:29   ` [RFC PATCH 2/6] ARM: Realview: register PMU IRQs during board initialisation Will Deacon
2010-03-12 17:29     ` [RFC PATCH 3/6] ARM: OMAP: " Will Deacon
2010-03-12 17:29       ` [RFC PATCH 4/6] ARM: BCMRING: register PMU IRQ " Will Deacon
2010-03-12 17:29         ` [RFC PATCH 5/6] ARM: iop3xx: register PMU IRQs " Will Deacon
2010-03-12 17:29           ` [RFC PATCH 6/6] ARM: pxa: " Will Deacon
2010-03-16 11:41   ` [RFC PATCH 1/6] ARM: pmu: register IRQs at runtime Jamie Iles
2010-03-17 16:06     ` Will Deacon [this message]
2010-03-17 16:11     ` Will Deacon
2010-03-17 16:11       ` [RFC PATCH 2/6] ARM: Realview: register PMU IRQs during board initialisation Will Deacon
2010-03-18 12:20       ` [RFC PATCH 1/6] ARM: pmu: register IRQs at runtime Jamie Iles
2010-03-24 15:50         ` Will Deacon

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='000101cac5eb$c5abaf70$51030e50$@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.