From: Kim Phillips <kim.phillips@freescale.com>
To: Segher Boessenkool <segher@kernel.crashing.org>
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH v3] powerpc: update crypto node definition and device tree instances
Date: Mon, 7 Jul 2008 11:49:28 -0500 [thread overview]
Message-ID: <20080707114928.c75a03a2.kim.phillips@freescale.com> (raw)
In-Reply-To: <4278f6a4bcd22a0d3e185c47e6c76bab@kernel.crashing.org>
On Sat, 5 Jul 2008 00:45:50 +0200
Segher Boessenkool <segher@kernel.crashing.org> wrote:
> > +- compatible : Should contain entries for this and backward compatible
> > + SEC versions, high to low, e.g., "fsl,sec2.1", "fsl,sec2.0"
>
> First entry should state the _exact_ version of the device. "sec-N.M"
thus the "this and" in the sentence.
> isn't good enough; there can be implementation bugs.
we already went over this here:
http://patchwork.ozlabs.org/linuxppc/patch?order=date&id=19313
> There can be more entries; you make it sound like each device tree
> should list _all_ compatible devices, which isn't the case.
again, I believe this was covered here:
http://patchwork.ozlabs.org/linuxppc/patch?order=date&id=18726
and "backward compatible" terminology started in v2 of the patch.
> A device binding should not (and can not) say how "compatible"
> should be used; instead, it should list what values of "compatible"
> this binding applies to. You can give recommendations of course.
Not sure I understand this; you want this binding list all possible
values and be updated every time freescale makes a new version of the
SEC? why?
> > +- interrupts : <a b> where a is the interrupt number and b is a
> > + field that represents an encoding of the sense and level
> > + information for the interrupt. This should be encoded based on
> > + the information in section 2) depending on the type of interrupt
> > + controller you have.
>
> #interrupt-cells isn't always 2. Your device binding shouldn't describe
> how interrupt encoding works (that's described in the imap recommended
> practice, already); instead, it should describe which device interrupts
> are listed here, and in what order. Sounds like you only have one
> interrupt, so that should be easy ;-)
>
> > +- interrupt-parent : the phandle for the interrupt controller that
> > + services interrupts for this device.
>
> "interrupt-parent" isn't a required property. It isn't part of this
> device binding, either.
ok, those parts were copied over verbatim, I can resubmit with better
#interrupt-cells text and without interrupt-parent.
Kim
prev parent reply other threads:[~2008-07-07 16:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-03 19:18 [PATCH v3] powerpc: update crypto node definition and device tree instances Kim Phillips
2008-07-04 22:45 ` Segher Boessenkool
2008-07-07 16:49 ` Kim Phillips [this message]
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=20080707114928.c75a03a2.kim.phillips@freescale.com \
--to=kim.phillips@freescale.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=segher@kernel.crashing.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).