public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: cjb@laptop•org (Chris Ball)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH v2 5/7] ARM: mmp: append OF support on pxa168
Date: Sun, 08 Apr 2012 21:43:44 -0400	[thread overview]
Message-ID: <87ty0tznlb.fsf@laptop.org> (raw)
In-Reply-To: <1330950111-30797-6-git-send-email-haojian.zhuang@marvell.com> (Haojian Zhuang's message of "Mon, 5 Mar 2012 20:21:49 +0800")

Hi,

On Mon, Mar 05 2012, Haojian Zhuang wrote:
> +static int __init mmp_intc_add_irq_domain(struct device_node *np,
> +					   struct device_node *parent)
> +{
> +	irq_domain_add_simple(np, 0);
> +	return 0;
> +}
> +
> +static int __init mmp_gpio_add_irq_domain(struct device_node *np,
> +					   struct device_node *parent)
> +{
> +	irq_domain_add_simple(np, IRQ_GPIO_START);
> +	return 0;
> +}

This patch was merged for 3.4-rc1, but it fails to compile because Grant
removed irq_domain_add_simple() in 3.4-rc1.

- Chris.
-- 
Chris Ball   <cjb@laptop•org>   <http://printf.net/>
One Laptop Per Child

  parent reply	other threads:[~2012-04-09  1:43 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-05 12:21 [PATCH v2 0/7] ARM: mmp: support OF on pxa168 Haojian Zhuang
2012-03-05 12:21 ` [PATCH v2 1/7] serial: pxa: add OF support Haojian Zhuang
2012-03-05 12:55   ` Arnd Bergmann
2012-03-05 14:03     ` Haojian Zhuang
2012-03-06  2:42     ` [PATCH v3 " Haojian Zhuang
2012-03-06 15:02       ` Arnd Bergmann
2012-03-06 15:04         ` Haojian Zhuang
2012-03-07  1:42         ` [PATCH v3 1/6] " Haojian Zhuang
2012-03-07  7:58           ` Arnd Bergmann
2012-03-09 15:24   ` [PATCH v2 1/7] " Grant Likely
2012-04-03 15:45   ` Grant Likely
2012-03-05 12:21 ` [PATCH v2 2/7] rtc: sa1100: " Haojian Zhuang
2012-03-05 14:41   ` Arnd Bergmann
2012-03-05 12:21 ` [PATCH v2 3/7] i2c: pxa: " Haojian Zhuang
2012-03-05 14:41   ` Arnd Bergmann
2012-03-05 12:21 ` [PATCH v2 4/7] ARM: mmp: enable rtc clk in pxa168 Haojian Zhuang
2012-03-05 14:38   ` Arnd Bergmann
2012-03-05 12:21 ` [PATCH v2 5/7] ARM: mmp: append OF support on pxa168 Haojian Zhuang
2012-03-05 14:37   ` Arnd Bergmann
2012-04-09  1:36   ` Chris Ball
2012-04-09  1:46     ` Haojian Zhuang
2012-04-09  1:51       ` Chris Ball
2012-04-09  2:04         ` Haojian Zhuang
2012-04-09  1:43   ` Chris Ball [this message]
2012-04-09  1:47     ` Haojian Zhuang
2012-03-05 12:21 ` [PATCH v2 6/7] ARM: dts: append DTS file of pxa168 Haojian Zhuang
2012-03-05 14:35   ` Arnd Bergmann
2012-03-05 12:21 ` [PATCH v2 7/7] Document: devicetree: add OF documents for arch-mmp Haojian Zhuang
2012-03-05 14:46   ` Arnd Bergmann
2012-03-05 15:07     ` Rob Herring
2012-03-05 15:08     ` Cousson, Benoit
2012-04-02 23:21   ` Mitch Bradley

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=87ty0tznlb.fsf@laptop.org \
    --to=cjb@laptop$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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