All of lore.kernel.org
 help / color / mirror / Atom feed
From: balbi@ti.com (Felipe Balbi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/6] usb: dwc3: dwc3-st: Update the incorrect DT dwc3 example.
Date: Thu, 7 May 2015 11:15:55 -0500	[thread overview]
Message-ID: <20150507161555.GA29183@saruman.tx.rr.com> (raw)
In-Reply-To: <20150507151358.GA14123@griffinp-ThinkPad-X1-Carbon-2nd>

On Thu, May 07, 2015 at 04:13:58PM +0100, Peter Griffin wrote:
> Hi Felipe,
> 
> On Thu, 30 Apr 2015, Peter Griffin wrote:
> 
> > There is a subtle typo phys-names should be phy-names. Using the
> > current example means you don't have working usb (as you fail to
> > obtain the phys). Also update the example to use the generic phy
> > type constants which are now used for miphy28.
> > 
> > Additionally also remove the unnecessary new line in the example.
> > 
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > Acked-by: Rob Herring <robh@kernel.org>
> > Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
> 
> Can you take this dwc3 DT doc update patch via your tree?

only this patch ? Sure. Just post on linux-usb and I'll fetch it from
there.

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150507/96d789a9/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi@ti.com>
To: Peter Griffin <peter.griffin@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, maxime.coquelin@st.com,
	patrice.chotard@st.com, balbi@ti.com,
	srinivas.kandagatla@gmail.com, lee.jones@linaro.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 3/6] usb: dwc3: dwc3-st: Update the incorrect DT dwc3 example.
Date: Thu, 7 May 2015 11:15:55 -0500	[thread overview]
Message-ID: <20150507161555.GA29183@saruman.tx.rr.com> (raw)
In-Reply-To: <20150507151358.GA14123@griffinp-ThinkPad-X1-Carbon-2nd>

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

On Thu, May 07, 2015 at 04:13:58PM +0100, Peter Griffin wrote:
> Hi Felipe,
> 
> On Thu, 30 Apr 2015, Peter Griffin wrote:
> 
> > There is a subtle typo phys-names should be phy-names. Using the
> > current example means you don't have working usb (as you fail to
> > obtain the phys). Also update the example to use the generic phy
> > type constants which are now used for miphy28.
> > 
> > Additionally also remove the unnecessary new line in the example.
> > 
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > Acked-by: Rob Herring <robh@kernel.org>
> > Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
> 
> Can you take this dwc3 DT doc update patch via your tree?

only this patch ? Sure. Just post on linux-usb and I'll fetch it from
there.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi@ti.com>
To: Peter Griffin <peter.griffin@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <maxime.coquelin@st.com>,
	<patrice.chotard@st.com>, <balbi@ti.com>,
	<srinivas.kandagatla@gmail.com>, <lee.jones@linaro.org>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH v3 3/6] usb: dwc3: dwc3-st: Update the incorrect DT dwc3 example.
Date: Thu, 7 May 2015 11:15:55 -0500	[thread overview]
Message-ID: <20150507161555.GA29183@saruman.tx.rr.com> (raw)
In-Reply-To: <20150507151358.GA14123@griffinp-ThinkPad-X1-Carbon-2nd>

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

On Thu, May 07, 2015 at 04:13:58PM +0100, Peter Griffin wrote:
> Hi Felipe,
> 
> On Thu, 30 Apr 2015, Peter Griffin wrote:
> 
> > There is a subtle typo phys-names should be phy-names. Using the
> > current example means you don't have working usb (as you fail to
> > obtain the phys). Also update the example to use the generic phy
> > type constants which are now used for miphy28.
> > 
> > Additionally also remove the unnecessary new line in the example.
> > 
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > Acked-by: Rob Herring <robh@kernel.org>
> > Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
> 
> Can you take this dwc3 DT doc update patch via your tree?

only this patch ? Sure. Just post on linux-usb and I'll fetch it from
there.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-05-07 16:15 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 13:30 [PATCH v3 0/6] Add dwc3 usb3 DT node and various phy cleanup Peter Griffin
2015-04-30 13:30 ` Peter Griffin
2015-04-30 13:30 ` [PATCH v3 1/6] ARM: DT: STi: STiH407: Update picophyreset for the usb3 controllers usb2 phy Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-04-30 13:30 ` [PATCH v3 2/6] ARM: DT: STi: STiH407: Add dwc3 usb3 DT node Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-04-30 13:30 ` [PATCH v3 3/6] usb: dwc3: dwc3-st: Update the incorrect DT dwc3 example Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-05-07 15:13   ` Peter Griffin
2015-05-07 15:13     ` Peter Griffin
2015-05-07 15:13     ` Peter Griffin
2015-05-07 16:15     ` Felipe Balbi [this message]
2015-05-07 16:15       ` Felipe Balbi
2015-05-07 16:15       ` Felipe Balbi
2015-05-08 10:31       ` Peter Griffin
2015-05-08 10:31         ` Peter Griffin
2015-05-08 10:31         ` Peter Griffin
2015-05-08 16:36         ` Felipe Balbi
2015-05-08 16:36           ` Felipe Balbi
2015-05-08 16:36           ` Felipe Balbi
2015-04-30 13:30 ` [PATCH v3 4/6] ARM: DT: STi: stihxxx-b2120: Enable USB3 port on stih407-b2120 and stih410-b2120 Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-04-30 13:30 ` [PATCH v3 5/6] ARM: DT: STi: STiH418: Add miphy28lp optional oscillator clock properties Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-04-30 13:30 ` [PATCH v3 6/6] ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199 Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-04-30 13:30   ` Peter Griffin
2015-05-15  9:50 ` [PATCH v3 0/6] Add dwc3 usb3 DT node and various phy cleanup Maxime Coquelin
2015-05-15  9:50   ` Maxime Coquelin
2015-05-15  9:50   ` Maxime Coquelin
  -- strict thread matches above, loose matches on Subject: below --
2015-05-07 18:16 [PATCH v3 3/6] usb: dwc3: dwc3-st: Update the incorrect DT dwc3 example Peter Griffin
2015-05-07 18:16 ` Peter Griffin

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=20150507161555.GA29183@saruman.tx.rr.com \
    --to=balbi@ti.com \
    --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.