From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] generic irq chip and pl061 domain support
Date: Mon, 30 Jan 2012 11:31:37 -0600 [thread overview]
Message-ID: <1327944699-29882-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring@calxeda.com>
This series adds irq domain support for generic irq chip and updates
pl061 gpio to use it. This is has been significant re-worked from the
previous version based on Grant Likely's irq domain work and to make
the domain support optional as some arches don't use domains. A new
function irq_setup_generic_chip_domain is added to setup a generic irq
chip with a domain.
Shawn, can you test on i.MX again. I think your case with multiple generic
irq chips for 1 device node should work, but I can't test that.
This is based on Grant Likely's irq domain work and is available here:
git://sources.calxeda.com/kernel/linux.git pl061-domain-v3
Rob
Rob Herring (2):
irq: add irq_domain support to generic-chip
gpio: pl061: enable interrupts with DT style binding
.../devicetree/bindings/gpio/pl061-gpio.txt | 15 +++
drivers/gpio/gpio-pl061.c | 39 ++++---
include/linux/irq.h | 10 ++
kernel/irq/generic-chip.c | 134 +++++++++++++++++---
4 files changed, 166 insertions(+), 32 deletions(-)
--
1.7.5.4
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robherring2@gmail.com>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: Grant Likely <grant.likely@secretlab.ca>,
shawn.guo@linaro.org, b-cousson@ti.com,
Rob Herring <rob.herring@calxeda.com>
Subject: [PATCH v3 0/2] generic irq chip and pl061 domain support
Date: Mon, 30 Jan 2012 11:31:37 -0600 [thread overview]
Message-ID: <1327944699-29882-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring@calxeda.com>
This series adds irq domain support for generic irq chip and updates
pl061 gpio to use it. This is has been significant re-worked from the
previous version based on Grant Likely's irq domain work and to make
the domain support optional as some arches don't use domains. A new
function irq_setup_generic_chip_domain is added to setup a generic irq
chip with a domain.
Shawn, can you test on i.MX again. I think your case with multiple generic
irq chips for 1 device node should work, but I can't test that.
This is based on Grant Likely's irq domain work and is available here:
git://sources.calxeda.com/kernel/linux.git pl061-domain-v3
Rob
Rob Herring (2):
irq: add irq_domain support to generic-chip
gpio: pl061: enable interrupts with DT style binding
.../devicetree/bindings/gpio/pl061-gpio.txt | 15 +++
drivers/gpio/gpio-pl061.c | 39 ++++---
include/linux/irq.h | 10 ++
kernel/irq/generic-chip.c | 134 +++++++++++++++++---
4 files changed, 166 insertions(+), 32 deletions(-)
--
1.7.5.4
next reply other threads:[~2012-01-30 17:31 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-30 17:31 Rob Herring [this message]
2012-01-30 17:31 ` [PATCH v3 0/2] generic irq chip and pl061 domain support Rob Herring
2012-01-30 17:31 ` [PATCH v3 1/2] irq: add irq_domain support to generic-chip Rob Herring
2012-01-30 17:31 ` Rob Herring
2012-01-31 14:13 ` Shawn Guo
2012-01-31 14:13 ` Shawn Guo
2012-01-31 14:32 ` Rob Herring
2012-01-31 14:32 ` Rob Herring
2012-01-31 15:06 ` Shawn Guo
2012-01-31 15:06 ` Shawn Guo
2012-01-31 15:37 ` Rob Herring
2012-01-31 15:37 ` Rob Herring
2012-02-01 0:02 ` Grant Likely
2012-02-01 0:02 ` Grant Likely
2012-01-30 17:31 ` [PATCH v3 2/2] gpio: pl061: enable interrupts with DT style binding Rob Herring
2012-01-30 17:31 ` Rob Herring
2012-01-31 14:36 ` Shawn Guo
2012-01-31 14:36 ` Shawn Guo
2012-01-31 14:44 ` Rob Herring
2012-01-31 14:44 ` Rob Herring
2012-02-01 0:07 ` Grant Likely
2012-02-01 0:07 ` Grant Likely
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=1327944699-29882-1-git-send-email-robherring2@gmail.com \
--to=robherring2@gmail.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.