linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: VIC: use the domain mapping function to assign handlers
Date: Fri, 27 Apr 2012 22:29:33 +0200	[thread overview]
Message-ID: <CACRpkdYai+eFybnTM7Mh6o7pwt+vwebzHsudwaoCwtn-VPcxxw@mail.gmail.com> (raw)
In-Reply-To: <20120427190020.EDB813E0B4D@localhost>

On Fri, Apr 27, 2012 at 9:00 PM, Grant Likely <grant.likely@secretlab.ca> wrote:

>> +static struct irq_domain_ops vic_irqdomain_ops = {
>> + ? ? .map = vic_irqdomain_map,
>> + ? ? .xlate = irq_domain_xlate_onetwocell,
>> +};
>
> It looks like this patch also needs to update the
> irq_domain_add_legacy() call to use this ops structure instead of
> irq_domain_simple_ops.

I goofed up when I split the patch, that change is in 1/2, which is thus
not bisectable :-/

But the end result is working and looking as it should.

Do you want me to re-split, or can we live with this?

Yours,
Linus Walleij

  reply	other threads:[~2012-04-27 20:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 15:30 [PATCH 2/2] ARM: VIC: use the domain mapping function to assign handlers Linus Walleij
2012-04-19 15:46 ` Jamie Iles
2012-04-27 19:00 ` Grant Likely
2012-04-27 20:29   ` Linus Walleij [this message]
2012-04-27 20:46     ` 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=CACRpkdYai+eFybnTM7Mh6o7pwt+vwebzHsudwaoCwtn-VPcxxw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --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).