From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
Grant Likely <grant.likely@secretlab.ca>,
x86@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86/dt: use linear irq domain for ioapic(s).
Date: Wed, 08 Aug 2012 13:51:36 +0200 [thread overview]
Message-ID: <502252C8.3090600@linutronix.de> (raw)
In-Reply-To: <20120808104629.GA20296@avionic-0098.mockup.avionic-design.de>
On 08/08/2012 12:46 PM, Thierry Reding wrote:
>> + id = irq_domain_add_linear(np, num,
>> + &ioapic_irq_domain_ops,
>> + (void *)ioapic_num);
>
> This fits on two lines instead of three.
k
>> + pr_err("Error creating mapping for the "
>> + "remaining irqs: %d\n", ret);
>
> There's an extra space between "remaining" and "irqs". Also other places
> use the spelling IRQ and IRQs respectively in strings, so it may be nice
> to stay consistent.
I see.
> Besides the above nitpicks:
>
> Reviewed-by: Thierry Reding<thierry.reding@avionic-design.de>
> Tested-by: Thierry Reding<thierry.reding@avionic-design.de>
Thanks for testing.
> On another note, I saw that you've used the "intel,ce4100" prefix in
> various places and I wonder if it would be useful to replace them with
> something more generic like "intel,hpet", "intel,lapic" and
> "intel,ioapic" respectively. The hardware that I use is based on an Atom
> N450 and works with the current code, so it really isn't ce4100-
> specific.
No. You do have a compatible entry. It first appeared on the ce4100
CPU. If it happens to also work on the n450 then it seems to be
compatible with that one. "This" is documented somewhere…
Usually you add 'compatible = "your cpu", "generic binding"' in case
you need a fixup / errata whatever for "your cpu". Even if you compare
all hpets from Intel there is the one or other difference / errata.
> Thierry
Sebastian
next prev parent reply other threads:[~2012-08-08 11:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-02 6:51 [PATCH] x86/ioapic: Fix fallout from IRQ domain conversion Thierry Reding
2012-08-06 7:38 ` [PATCH] x86/dt: use linear irq domain for ioapic(s) Sebastian Andrzej Siewior
2012-08-06 16:04 ` Thierry Reding
2012-08-08 10:46 ` Thierry Reding
2012-08-08 11:51 ` Sebastian Andrzej Siewior [this message]
2012-08-08 12:07 ` Thierry Reding
2012-08-11 17:26 ` Sebastian Andrzej Siewior
2012-08-12 6:48 ` Thierry Reding
2012-10-19 11:36 ` Florian Fainelli
2012-10-19 13:40 ` Florian Fainelli
2012-10-26 15:52 ` Sebastian Andrzej Siewior
2012-08-13 20:23 ` [PATCH v2] " Sebastian Andrzej Siewior
2012-08-21 20:25 ` [tip:x86/apic] x86: dt: Use " tip-bot for Sebastian Andrzej Siewior
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=502252C8.3090600@linutronix.de \
--to=bigeasy@linutronix.de \
--cc=grant.likely@secretlab.ca \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=sebastian@breakpoint.cc \
--cc=tglx@linutronix.de \
--cc=thierry.reding@avionic-design.de \
--cc=x86@kernel.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