All of lore.kernel.org
 help / color / mirror / Atom feed
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 7/7] Documentation: Update binding for Nomadik and DBx5x based platforms
Date: Tue, 28 May 2013 10:38:15 +0100	[thread overview]
Message-ID: <20130528093815.GH22683@gmail.com> (raw)
In-Reply-To: <CACRpkdYyZZSy4VgFc+Uo=5iAF++EPmHM0U2pHcLdkDZc=Xb_sQ@mail.gmail.com>

> >  Required properties:
> > -- compatible: "stericsson,nmk-pinctrl", "stericsson,nmk-pinctrl-db8540",
> > -              "stericsson,nmk-pinctrl-stn8815"
> > +- compatible: "stericsson,db8500-pinctrl", "stericsson,db8540-pinctrl",
> > +              "stericsson,stn8815-pinctrl"
> 
> OK...
> 
> >         pinctrl at 80157000 {
> > -               compatible = "stericsson,nmk-pinctrl";
> > +               compatible = "stericsson,u8500-pinctrl";
> 
> This does not look like a supported compatible string?

Do you still think this, or did you change you mind?

If so, what makes you think it? How does it differ from:

compatible = "arm,cortex-a9-twd-timer";
compatible = "arm,rtc-pl031";
compatible = "stericsson,db8500-gpio",
compatible = "stericsson,db8500-musb",
compatible = "stericsson,db8500-dma40",
compatible = "stericsson,db8500-prcmu";
compatible = "stericsson,db8500-prcmu-timer-4";
compatible = "stericsson,db8500-thermal";
compatible = "stericsson,db8500-prcmu-regulator";



-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Linus WALLEIJ <linus.walleij@stericsson.com>,
	Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Subject: Re: [PATCH 7/7] Documentation: Update binding for Nomadik and DBx5x based platforms
Date: Tue, 28 May 2013 10:38:15 +0100	[thread overview]
Message-ID: <20130528093815.GH22683@gmail.com> (raw)
In-Reply-To: <CACRpkdYyZZSy4VgFc+Uo=5iAF++EPmHM0U2pHcLdkDZc=Xb_sQ@mail.gmail.com>

> >  Required properties:
> > -- compatible: "stericsson,nmk-pinctrl", "stericsson,nmk-pinctrl-db8540",
> > -              "stericsson,nmk-pinctrl-stn8815"
> > +- compatible: "stericsson,db8500-pinctrl", "stericsson,db8540-pinctrl",
> > +              "stericsson,stn8815-pinctrl"
> 
> OK...
> 
> >         pinctrl@80157000 {
> > -               compatible = "stericsson,nmk-pinctrl";
> > +               compatible = "stericsson,u8500-pinctrl";
> 
> This does not look like a supported compatible string?

Do you still think this, or did you change you mind?

If so, what makes you think it? How does it differ from:

compatible = "arm,cortex-a9-twd-timer";
compatible = "arm,rtc-pl031";
compatible = "stericsson,db8500-gpio",
compatible = "stericsson,db8500-musb",
compatible = "stericsson,db8500-dma40",
compatible = "stericsson,db8500-prcmu";
compatible = "stericsson,db8500-prcmu-timer-4";
compatible = "stericsson,db8500-thermal";
compatible = "stericsson,db8500-prcmu-regulator";



-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2013-05-28  9:38 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22 14:22 [PATCH 0/7] ARM: ux500: Change naming convention for pinctrl Lee Jones
2013-05-22 14:22 ` Lee Jones
2013-05-22 14:22 ` [PATCH 1/7] ARM: ux500: Standardise DBx5x0 based Pinctrl compat string in the DTS Lee Jones
2013-05-22 14:22   ` Lee Jones
2013-05-22 14:22 ` [PATCH 2/7] ARM: ux500: Standardise Nomadik STN8815 " Lee Jones
2013-05-22 14:22   ` Lee Jones
2013-05-28 14:26   ` Linus Walleij
2013-05-28 14:26     ` Linus Walleij
2013-05-22 14:22 ` [PATCH 3/7] ARM: ux500: Standardise Pinctrl compatible string for Nomadik based platforms Lee Jones
2013-05-22 14:22   ` Lee Jones
2013-05-28 14:25   ` Linus Walleij
2013-05-28 14:25     ` Linus Walleij
2013-05-22 14:22 ` [PATCH 4/7] ARM: ux500: Standardise Pinctrl compatible string for DBx5x " Lee Jones
2013-05-22 14:22   ` Lee Jones
2013-05-22 14:22 ` [PATCH 5/7] pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik " Lee Jones
2013-05-22 14:22   ` Lee Jones
2013-05-28 14:27   ` Linus Walleij
2013-05-28 14:27     ` Linus Walleij
2013-05-22 14:23 ` [PATCH 6/7] pinctrl/nomadik: Standardise Pinctrl compat string for DBx5x " Lee Jones
2013-05-22 14:23   ` Lee Jones
2013-05-22 14:23 ` [PATCH 7/7] Documentation: Update binding for Nomadik and " Lee Jones
2013-05-22 14:23   ` Lee Jones
2013-05-27 10:41   ` Linus Walleij
2013-05-27 10:41     ` Linus Walleij
2013-05-28  9:38     ` Lee Jones [this message]
2013-05-28  9:38       ` Lee Jones
2013-05-29 18:41       ` Linus Walleij
2013-05-29 18:41         ` Linus Walleij
2013-05-29 19:01         ` Lee Jones
2013-05-29 19:01           ` Lee Jones
2013-06-10 10:23   ` [PATCH 7/7 v2] " Lee Jones
2013-06-10 10:23     ` Lee Jones
2013-06-11  8:43     ` Linus Walleij
2013-06-11  8:43       ` Linus Walleij
2013-05-27 10:43 ` [PATCH 0/7] ARM: ux500: Change naming convention for pinctrl Linus Walleij
2013-05-27 10:43   ` Linus Walleij

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=20130528093815.GH22683@gmail.com \
    --to=lee.jones@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 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.